/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_register.h | 16 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 D | avx-shuffle-builtins.c | 176 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 D | mathbench.c | 222 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 D | strtoi.cpp | 6 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 D | number_pair.h | 20 T hi = T(0); global() member
|
/llvm-project/libc/src/unistd/linux/ |
H A D | pwrite.cpp | 29 const uint32_t hi = bits >> 32; global() variable
|
H A D | pread.cpp | 28 const uint32_t hi = bits >> 32; global() variable
|
/llvm-project/lld/ELF/Arch/ |
H A D | AVR.cpp | 217 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 D | debug_loc.s | 50 .quad \hi argument 71 OFFSET_PAIRlo hi global() argument
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | triple_double.h | 17 double hi = 0.0; global() member
|
/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
H A D | DD.h | 9 double hi; member
|
H A D | floatunditf_test.h | 3 double hi; member
|
H A D | floatditf_test.h | 3 double hi; member
|
H A D | floattitf_test.h | 10 double hi; member
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_sort.c | 30 #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 D | fp_test.h | 44 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 D | exp2.cpp | 113 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 D | forall-2.f90 | 26 subroutine conflicting_allocatable(thing, lo, hi) argument 28 integer :: lo,hi local
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | linker-relaxation.s | 159 hi: label
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | ShuffleRewriter.cpp | 46 Value lo, hi; in matchAndRewrite() local
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synthtype/ |
H A D | main.cpp | 25 hasAnInt hi; in main() local
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | pow.c | 41 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 D | ext_vector_components.c | 72 float2 hi(float3 x) { return x.hi; } in hi() function
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_lib.h | 44 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 D | RegisterContextMinidump_ARM.h | 69 uint64_t hi; member
|