Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.h16 typename std::vector<T>::iterator AddPowers(std::vector<T>* dst, T lo, T hi, in AddPowers()
40 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers()
60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange()
/llvm-project/clang/test/CodeGen/X86/
H A Davx-shuffle-builtins.c176 test_mm256_set_m128(__m128 hi,__m128 lo) test_mm256_set_m128() argument
182 test_mm256_set_m128d(__m128d hi,__m128d lo) test_mm256_set_m128d() argument
188 test_mm256_set_m128i(__m128i hi,__m128i lo) test_mm256_set_m128i() argument
194 test_mm256_setr_m128(__m128 hi,__m128 lo) test_mm256_setr_m128() argument
200 test_mm256_setr_m128d(__m128d hi,__m128d lo) test_mm256_setr_m128d() argument
206 test_mm256_setr_m128i(__m128i hi,__m128i lo) test_mm256_setr_m128i() argument
[all...]
/llvm-project/libc/AOR_v20.02/math/test/
H A Dmathbench.c222 double hi; member
235 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}}, argument
236 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}}, argument
237 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}}, argument
238 #define VF(func, lo, hi) {#func, 'f', 'v', lo, hi, {.vf = func}}, argument
239 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}}, argument
240 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}}, argument
349 gen_linear (double lo, double hi) in gen_linear()
356 genf_linear (double lo, double hi) in genf_linear()
376 frand (double lo, double hi) in frand()
[all …]
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dstrtoi.cpp6 void test_strtoi(const char *nptr, int base, intmax_t lo, intmax_t hi) { in test_strtoi()
15 void test_strtou(const char *nptr, int base, intmax_t lo, intmax_t hi) { in test_strtou()
/llvm-project/libc/src/__support/
H A Dnumber_pair.h20 T hi = T(0); global() member
/llvm-project/libc/src/unistd/linux/
H A Dpwrite.cpp29 const uint32_t hi = bits >> 32; global() variable
H A Dpread.cpp28 const uint32_t hi = bits >> 32; global() variable
/llvm-project/lld/ELF/Arch/
H A DAVR.cpp217 const uint16_t hi = val >> 4; in relocate() local
259 uint16_t hi = val >> 17; in relocate() local
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug_loc.s50 .quad \hi argument
71 OFFSET_PAIRlo hi global() argument
/llvm-project/libc/src/__support/FPUtil/
H A Dtriple_double.h17 double hi = 0.0; global() member
/llvm-project/compiler-rt/test/builtins/Unit/ppc/
H A DDD.h9 double hi; member
H A Dfloatunditf_test.h3 double hi; member
H A Dfloatditf_test.h3 double hi; member
H A Dfloattitf_test.h10 double hi; member
/llvm-project/polly/lib/External/isl/
H A Disl_sort.c30 #define MID(lo, hi) (lo + ((hi - lo) >> 1)) argument
56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; in msort() local
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dfp_test.h44 fromRep128(uint64_t hi,uint64_t lo) fromRep128() argument
146 uint64_t hi = rep >> 64; compareResultF128() local
234 F80FromRep128(uint64_t hi,uint64_t lo) F80FromRep128() argument
251 uint64_t hi = (rep >> 64) & ((1UL << (80 - 64)) - 1); compareResultF80() local
/llvm-project/libc/src/math/generic/
H A Dexp2.cpp113 exp2_f128(double x,int hi,int idx1,int idx2) exp2_f128() argument
162 int hi = k >> 12; exp2_denorm() local
329 int hi = k >> 12; global() variable
[all...]
/llvm-project/flang/test/Lower/forall/
H A Dforall-2.f9026 subroutine conflicting_allocatable(thing, lo, hi) argument
28 integer :: lo,hi local
/llvm-project/llvm/test/MC/RISCV/
H A Dlinker-relaxation.s159 hi: label
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DShuffleRewriter.cpp46 Value lo, hi; in matchAndRewrite() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/
H A Dmain.cpp25 hasAnInt hi; in main() local
/llvm-project/libc/AOR_v20.02/math/
H A Dpow.c41 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local
152 double_t hi, lo, one = 1.0; in specialcase() local
360 double_t hi = log_inline (ix, &lo); in pow() local
/llvm-project/clang/test/Sema/
H A Dext_vector_components.c72 float2 hi(float3 x) { return x.hi; } in hi() function
/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h44 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply() argument
78 wideMultiply(rep_t a,rep_t b,rep_t * hi,rep_t * lo) wideMultiply() argument
148 wideMultiply(rep_t a,rep_t b,rep_t * hi,rep_t * lo) wideMultiply() argument
242 wideLeftShift(rep_t * hi,rep_t * lo,unsigned int count) wideLeftShift() argument
247 wideRightShiftWithSticky(rep_t * hi,rep_t * lo,unsigned int count) wideRightShiftWithSticky() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.h69 uint64_t hi; member

123