Home
last modified time | relevance | path

Searched refs:fabsl (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dfabs-libcall.ll4 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
Dfabs.ll13 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/
Dfabsl_test.cpp23 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/
Dwarn-absolute-value.c10 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/
Dwarn-absolute-value.c10 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/
Dwarn-absolute-value.cpp11 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/
Dwarn-absolute-value.cpp11 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/
Dfabs.ll7 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/
D2008-07-15-Fabs.ll7 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/
D2008-07-15-Fabs.ll10 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/
Dfabs.ll7 declare x86_fp80 @fabsl(x86_fp80)
48 %Y = call x86_fp80 @fabsl(x86_fp80 %X) readnone
/external/llvm/test/CodeGen/X86/
Dfabs.ll8 declare x86_fp80 @fabsl(x86_fp80)
45 %Y = call x86_fp80 @fabsl(x86_fp80 %X) readnone
Dfp128-i128.ll272 %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/
Dfabsl.h14 long double fabsl(long double x);
Dfabsl.cpp14 long double LLVM_LIBC_ENTRYPOINT(fabsl)(long double x) { in LLVM_LIBC_ENTRYPOINT() argument
DCMakeLists.txt84 fabsl
86 fabsl.cpp
88 fabsl.h
/external/llvm-project/llvm/test/Transforms/TailCallElim/
Dinf-recursion.ll33 declare x86_fp80 @fabsl(x86_fp80 %f)
/external/llvm/test/Transforms/TailCallElim/
Dinf-recursion.ll33 declare x86_fp80 @fabsl(x86_fp80 %f)
/external/clang/test/CodeGen/
Dlibcall-declarations.c21 long double fabsl(long double);
266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c21 long double fabsl(long double);
266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
Dmath-libcalls.c36 fabs(f); fabsf(f); fabsl(f); in foo()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.h134 x = fabsl(x) - MAKE_HEX_LONG(0x1.0p-1074, 0x1, -1074) * (long double)ulps; in IsDoubleResultSubnormal()
/external/llvm-project/libc/config/linux/aarch64/
Dentrypoints.txt55 libc.src.math.fabsl
/external/llvm-project/libc/config/linux/x86_64/
Dentrypoints.txt98 libc.src.math.fabsl
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h247 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl: in hasOptimizedCodeGen()

123