/external/stlport/stlport/stl/config/ |
D | _como.h | 97 # define fabsl fabs macro 130 # define fabsl fabs macro 169 # define fabsl fabs macro
|
/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/clang/test/CodeGen/ |
D | libcall-declarations.c | 33 long double fabsl(long double); 82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
|
/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
|
/external/bison/linux-lib/ |
D | math.h | 1016 # 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/ |
D | math.in.h | 704 # 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/ |
D | math.h | 1016 # 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/llvm/test/Transforms/TailCallElim/ |
D | inf-recursion.ll | 33 declare x86_fp80 @fabsl(x86_fp80 %f)
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 207 fabsl, enumerator 688 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl: in hasOptimizedCodeGen()
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 245 %call = tail call fp128 @fabsl(fp128 %0) nounwind readnone 249 declare fp128 @fabsl(fp128) #1
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 390 TLI.setUnavailable(LibFunc::fabsl); in initialize()
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 97 We don't take full advantage of builtins like fabsl because the calling
|
/external/qemu/fpu/ |
D | softfloat-native.h | 501 return fabsl(a); in floatx80_abs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 290 case LibFunc::fabsl: in mightUseCTR()
|
/external/bison/m4/ |
D | math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/clang/lib/Headers/ |
D | tgmath.h | 541 __tg_fabs(long double __x) {return fabsl(__x);} in __tg_fabs()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 863 LIBBUILTIN(fabsl, "LdLd", "fc", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3298 Func == LibFunc::fabsl) { in visitFCmpInst()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1831 case LibFunc::fabsl: in getIntrinsicIDForCall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5598 case LibFunc::fabsl: in visitCall()
|
/external/bison/ |
D | configure | 24887 …cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma …
|