/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | fabs-libcall.ll | 4 declare x86_fp80 @fabsl(x86_fp80) 11 %fabsl = tail call x86_fp80 @fabsl(x86_fp80 %x) 12 ret x86_fp80 %fabsl 20 %fabsl = tail call nnan x86_fp80 @fabsl(x86_fp80 %x) 21 ret x86_fp80 %fabsl
|
D | fabs.ll | 13 declare fp128 @fabsl(fp128) 42 %fabsl = tail call fp128 @fabsl(fp128 %x) 43 ret fp128 %fabsl 90 %fabsl = tail call fp128 @llvm.fabs.f128(fp128 %mul) 91 ret fp128 %fabsl
|
/external/llvm-project/libc/test/src/math/ |
D | fabsl_test.cpp | 23 EXPECT_FP_EQ(nan, __llvm_libc::fabsl(nan)); in TEST() 25 EXPECT_FP_EQ(inf, __llvm_libc::fabsl(inf)); in TEST() 26 EXPECT_FP_EQ(inf, __llvm_libc::fabsl(negInf)); in TEST() 28 EXPECT_FP_EQ(zero, __llvm_libc::fabsl(zero)); in TEST() 29 EXPECT_FP_EQ(zero, __llvm_libc::fabsl(negZero)); in TEST() 40 ASSERT_MPFR_MATCH(mpfr::Operation::Abs, x, __llvm_libc::fabsl(x), 0.0); in TEST()
|
/external/clang/test/Sema/ |
D | warn-absolute-value.c | 10 long double fabsl(long double); 29 (void)fabsl(x); in test_int() 91 (void)fabsl(x); in test_long() 160 (void)fabsl(x); in test_long_long() 231 (void)fabsl(x); in test_float() 296 (void)fabsl(x); in test_double() 367 (void)fabsl(x); in test_long_double() 441 (void)fabsl(x); in test_complex_float() 503 (void)fabsl(x); in test_complex_double() 571 (void)fabsl(x); in test_complex_long_double() [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | warn-absolute-value.c | 10 long double fabsl(long double); 29 (void)fabsl(x); in test_int() 91 (void)fabsl(x); in test_long() 160 (void)fabsl(x); in test_long_long() 231 (void)fabsl(x); in test_float() 296 (void)fabsl(x); in test_double() 367 (void)fabsl(x); in test_long_double() 441 (void)fabsl(x); in test_complex_float() 503 (void)fabsl(x); in test_complex_double() 571 (void)fabsl(x); in test_complex_long_double() [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 11 long double fabsl(long double); 50 (void)fabsl(x); in test_int() 114 (void)fabsl(x); in test_long() 185 (void)fabsl(x); in test_long_long() 258 (void)fabsl(x); in test_float() 325 (void)fabsl(x); in test_double() 398 (void)fabsl(x); in test_long_double() 472 (void)fabsl(x); in test_complex_float() 534 (void)fabsl(x); in test_complex_double() 602 (void)fabsl(x); in test_complex_long_double() [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 11 long double fabsl(long double); 50 (void)fabsl(x); in test_int() 114 (void)fabsl(x); in test_long() 185 (void)fabsl(x); in test_long_long() 258 (void)fabsl(x); in test_float() 325 (void)fabsl(x); in test_double() 398 (void)fabsl(x); in test_long_double() 526 (void)fabsl(x); in test_unsigned_int() 611 (void)fabsl(x); in test_unsigned_long()
|
/external/llvm/test/Transforms/InstCombine/ |
D | fabs.ll | 7 declare fp128 @fabsl(fp128) 31 %fabsl = tail call fp128 @fabsl(fp128 %mul) 32 ret fp128 %fabsl 67 %fabsl = tail call fp128 @llvm.fabs.f128(fp128 %mul) 68 ret fp128 %fabsl
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-07-15-Fabs.ll | 7 call ppc_fp128 @fabsl( ppc_fp128 %d ) nounwind readnone ; <ppc_fp128>:0 [#uses=1] 19 declare ppc_fp128 @fabsl(ppc_fp128) nounwind readnone
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | 2008-07-15-Fabs.ll | 10 call ppc_fp128 @fabsl( ppc_fp128 %d ) nounwind readnone ; <ppc_fp128>:0 [#uses=1] 22 declare ppc_fp128 @fabsl(ppc_fp128) nounwind readnone
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fabs.ll | 7 declare x86_fp80 @fabsl(x86_fp80) 48 %Y = call x86_fp80 @fabsl(x86_fp80 %X) readnone
|
/external/llvm/test/CodeGen/X86/ |
D | fabs.ll | 8 declare x86_fp80 @fabsl(x86_fp80) 45 %Y = call x86_fp80 @fabsl(x86_fp80 %X) readnone
|
D | fp128-i128.ll | 272 %call = tail call fp128 @fabsl(fp128 %x) #2 279 declare fp128 @fabsl(fp128) #1 295 %call = tail call fp128 @fabsl(fp128 %sub) #2
|
/external/llvm-project/libc/src/math/ |
D | fabsl.h | 14 long double fabsl(long double x);
|
D | fabsl.cpp | 14 long double LLVM_LIBC_ENTRYPOINT(fabsl)(long double x) { in LLVM_LIBC_ENTRYPOINT() argument
|
D | CMakeLists.txt | 84 fabsl 86 fabsl.cpp 88 fabsl.h
|
/external/llvm-project/llvm/test/Transforms/TailCallElim/ |
D | inf-recursion.ll | 33 declare x86_fp80 @fabsl(x86_fp80 %f)
|
/external/llvm/test/Transforms/TailCallElim/ |
D | inf-recursion.ll | 33 declare x86_fp80 @fabsl(x86_fp80 %f)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 21 long double fabsl(long double); 266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 21 long double fabsl(long double); 266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
|
D | math-libcalls.c | 36 fabs(f); fabsf(f); fabsl(f); in foo()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | utility.h | 134 x = fabsl(x) - MAKE_HEX_LONG(0x1.0p-1074, 0x1, -1074) * (long double)ulps; in IsDoubleResultSubnormal()
|
/external/llvm-project/libc/config/linux/aarch64/ |
D | entrypoints.txt | 55 libc.src.math.fabsl
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 98 libc.src.math.fabsl
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 247 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl: in hasOptimizedCodeGen()
|