Home
last modified time | relevance | path

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

12

/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/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/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfabs.ll9 declare x86_fp80 @fabsl(x86_fp80)
24 %Y = call x86_fp80 @fabsl(x86_fp80 %X)
/external/swiftshader/third_party/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/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/bison/linux-lib/
Dmath.h1016 # undef fabsl
1017 # define fabsl rpl_fabsl
1019 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1020 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
1023 # undef fabsl
1024 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1026 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
1028 _GL_CXXALIASWARN (fabsl);
1030 # undef fabsl
1032 _GL_WARN_ON_USE (fabsl, "fabsl is unportable - "
/external/bison/lib/
Dmath.in.h704 # undef fabsl
705 # define fabsl rpl_fabsl macro
707 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
708 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
711 # undef fabsl
712 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
714 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
716 _GL_CXXALIASWARN (fabsl);
718 # undef fabsl
720 _GL_WARN_ON_USE (fabsl, "fabsl is unportable - "
/external/bison/darwin-lib/
Dmath.h1016 # undef fabsl
1017 # define fabsl rpl_fabsl
1019 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1020 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
1023 # undef fabsl
1024 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1026 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
1028 _GL_CXXALIASWARN (fabsl);
1030 # undef fabsl
1032 _GL_WARN_ON_USE (fabsl, "fabsl is unportable - "
/external/swiftshader/third_party/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/lib/Target/SystemZ/
DREADME.txt52 We don't take full advantage of builtins like fabsl because the calling
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h247 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def440 /// long double fabsl(long double x);
441 TLI_DEFINE_ENUM_INTERNAL(fabsl)
442 TLI_DEFINE_STRING_INTERNAL("fabsl")
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll204 ; CHECK: declare void @fabsl(...)
205 declare void @fabsl(...)
Dannotate.ll223 ; CHECK: declare x86_fp80 @fabsl(x86_fp80)
224 declare x86_fp80 @fabsl(x86_fp80)
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll251 %call = tail call fp128 @fabsl(fp128 %0) nounwind readnone
255 declare fp128 @fabsl(fp128) #1
/external/libcxx/include/
Dcmath84 long double fabsl(long double x);
478 using ::fabsl;
Dmath.h671 abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} in abs()
785 inline _LIBCPP_INLINE_VISIBILITY long double fabs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(_… in fabs()
/external/bison/m4/
Dmath_h.m444 fabsf fabsl floorf floorl fma fmaf fmal
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp137 TLI.setUnavailable(LibFunc::fabsl); in initialize()
912 case LibFunc::fabsl: in isValidProtoForLibFunc()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp339 case LibFunc::fabsl: in mightUseCTR()

12