Searched refs:exp2l (Results 1 – 24 of 24) sorted by relevance
/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/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/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/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 | 246 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 411 /// long double exp2l(long double x); 412 TLI_DEFINE_ENUM_INTERNAL(exp2l) 413 TLI_DEFINE_STRING_INTERNAL("exp2l")
|
/external/ltrace/etc/ |
D | libm.so.conf | 282 ldouble exp2l(ldouble);
|
/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/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 165 case LibFunc::exp2l: in getIntrinsicIDForCall()
|
D | TargetLibraryInfo.cpp | 166 TLI.setUnavailable(LibFunc::exp2l); in initialize()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-libcall.ll | 126 ; CHECK: brasl %r14, exp2l@PLT
|
/external/bison/m4/ |
D | math_h.m4 | 43 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
|
/external/libcxx/include/ |
D | cmath | 186 long double exp2l(long double x); 1177 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return exp2l(__l… 1661 using ::exp2l;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 391 static_assert((std::is_same<decltype(exp2l(0)), long double>::value), ""); in test_exp2()
|
/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 | 1109 LibFunc::exp2l)) in optimizePow() 2240 case LibFunc::exp2l: in optimizeCall()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 959 LIBBUILTIN(exp2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 861 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 | 5875 case LibFunc::exp2l: in visitCall()
|
/external/bison/ |
D | configure | 24887 …ll copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1…
|