Searched refs:exp2l (Results 1 – 25 of 26) sorted by relevance
12
/external/clang/test/CodeGen/ |
D | libcalls-ld.c | 15 long double exp2l(long double); 18 return exp2l(x); in t4()
|
D | libcall-declarations.c | 81 long double exp2l(long double); 278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
|
/external/bison/linux-lib/ |
D | math.h | 914 # undef exp2l 915 # define exp2l rpl_exp2l 917 _GL_FUNCDECL_RPL (exp2l, long double, (long double x)); 918 _GL_CXXALIAS_RPL (exp2l, long double, (long double x)); 921 # undef exp2l 922 _GL_FUNCDECL_SYS (exp2l, long double, (long double x)); 924 _GL_CXXALIAS_SYS (exp2l, long double, (long double x)); 926 _GL_CXXALIASWARN (exp2l); 928 # undef exp2l 930 _GL_WARN_ON_USE (exp2l, "exp2l is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 602 # undef exp2l 603 # define exp2l rpl_exp2l macro 605 _GL_FUNCDECL_RPL (exp2l, long double, (long double x)); 606 _GL_CXXALIAS_RPL (exp2l, long double, (long double x)); 609 # undef exp2l 610 _GL_FUNCDECL_SYS (exp2l, long double, (long double x)); 612 _GL_CXXALIAS_SYS (exp2l, long double, (long double x)); 614 _GL_CXXALIASWARN (exp2l); 616 # undef exp2l 618 _GL_WARN_ON_USE (exp2l, "exp2l is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 914 # undef exp2l 915 # define exp2l rpl_exp2l 917 _GL_FUNCDECL_RPL (exp2l, long double, (long double x)); 918 _GL_CXXALIAS_RPL (exp2l, long double, (long double x)); 921 # undef exp2l 922 _GL_FUNCDECL_SYS (exp2l, long double, (long double x)); 924 _GL_CXXALIAS_SYS (exp2l, long double, (long double x)); 926 _GL_CXXALIASWARN (exp2l); 928 # undef exp2l 930 _GL_WARN_ON_USE (exp2l, "exp2l is unportable - "
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 306 ; ALL: ld $25, %call16(exp2l) 311 %call = tail call fp128 @exp2l(fp128 %0) nounwind 315 declare fp128 @exp2l(fp128) #2
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 262 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 416 /// long double exp2l(long double x); 417 TLI_DEFINE_ENUM_INTERNAL(exp2l) 418 TLI_DEFINE_STRING_INTERNAL("exp2l")
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 180 ; CHECK: declare void @exp2l(...) 181 declare void @exp2l(...)
|
D | annotate.ll | 199 ; CHECK: declare x86_fp80 @exp2l(x86_fp80) 200 declare x86_fp80 @exp2l(x86_fp80)
|
/external/libcxx/include/ |
D | cmath | 186 long double exp2l(long double x); 503 using ::exp2l;
|
D | math.h | 1068 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return ::exp2l(_… in exp2()
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 68 ; CHECK: bl exp2l
|
D | arm64-illegal-float-ops.ll | 68 ; CHECK: bl exp2l
|
/external/bison/m4/ |
D | math_h.m4 | 43 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-libcall.ll | 126 ; CHECK: brasl %r14, exp2l@PLT
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 169 TLI.setUnavailable(LibFunc::exp2l); in initialize() 900 case LibFunc::exp2l: in isValidProtoForLibFunc()
|
D | ValueTracking.cpp | 2336 case LibFunc::exp2l: in getIntrinsicForCallSite()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 674 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1003 LibFunc::exp2l)) in optimizePow() 2029 case LibFunc::exp2l: in optimizeCall()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 904 static_assert((std::is_same<decltype(exp2l(0)), long double>::value), ""); in test_exp2()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 987 LIBBUILTIN(exp2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 906 static_assert((std::is_same<decltype(std::exp2l(0)), long double>::value), ""); in test_exp2()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1649 fun:exp2l=uninstrumented
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6323 case LibFunc::exp2l: in visitCall()
|
12