Home
last modified time | relevance | path

Searched refs:exp2l (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/CodeGen/
Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
Dlibcall-declarations.c81 long double exp2l(long double);
278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
/external/bison/lib/
Dmath.in.h602 # 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/
Dmath.h914 # 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/
Dmath.h914 # 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/
Dmips64-f128.ll306 ; 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/
DTargetLibraryInfo.h246 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l: in hasOptimizedCodeGen()
DTargetLibraryInfo.def411 /// long double exp2l(long double x);
412 TLI_DEFINE_ENUM_INTERNAL(exp2l)
413 TLI_DEFINE_STRING_INTERNAL("exp2l")
/external/ltrace/etc/
Dlibm.so.conf282 ldouble exp2l(ldouble);
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll68 ; CHECK: bl exp2l
Darm64-illegal-float-ops.ll68 ; CHECK: bl exp2l
/external/llvm/lib/Analysis/
DVectorUtils.cpp165 case LibFunc::exp2l: in getIntrinsicIDForCall()
DTargetLibraryInfo.cpp166 TLI.setUnavailable(LibFunc::exp2l); in initialize()
/external/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll126 ; CHECK: brasl %r14, exp2l@PLT
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/libcxx/include/
Dcmath186 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/
Dmath_h.pass.cpp391 static_assert((std::is_same<decltype(exp2l(0)), long double>::value), ""); in test_exp2()
/external/clang/lib/Headers/
Dtgmath.h674 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1109 LibFunc::exp2l)) in optimizePow()
2240 case LibFunc::exp2l: in optimizeCall()
/external/clang/include/clang/Basic/
DBuiltins.def959 LIBBUILTIN(exp2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp861 static_assert((std::is_same<decltype(std::exp2l(0)), long double>::value), ""); in test_exp2()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1649 fun:exp2l=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5875 case LibFunc::exp2l: in visitCall()
/external/bison/
Dconfigure24887 …ll copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1…