Home
last modified time | relevance | path

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

12

/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/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/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/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.h262 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l: in hasOptimizedCodeGen()
DTargetLibraryInfo.def416 /// long double exp2l(long double x);
417 TLI_DEFINE_ENUM_INTERNAL(exp2l)
418 TLI_DEFINE_STRING_INTERNAL("exp2l")
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll180 ; CHECK: declare void @exp2l(...)
181 declare void @exp2l(...)
Dannotate.ll199 ; CHECK: declare x86_fp80 @exp2l(x86_fp80)
200 declare x86_fp80 @exp2l(x86_fp80)
/external/libcxx/include/
Dcmath186 long double exp2l(long double x);
503 using ::exp2l;
Dmath.h1068 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return ::exp2l(_… in exp2()
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll68 ; CHECK: bl exp2l
Darm64-illegal-float-ops.ll68 ; CHECK: bl exp2l
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll126 ; CHECK: brasl %r14, exp2l@PLT
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp169 TLI.setUnavailable(LibFunc::exp2l); in initialize()
900 case LibFunc::exp2l: in isValidProtoForLibFunc()
DValueTracking.cpp2336 case LibFunc::exp2l: in getIntrinsicForCallSite()
/external/clang/lib/Headers/
Dtgmath.h674 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1003 LibFunc::exp2l)) in optimizePow()
2029 case LibFunc::exp2l: in optimizeCall()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp904 static_assert((std::is_same<decltype(exp2l(0)), long double>::value), ""); in test_exp2()
/external/clang/include/clang/Basic/
DBuiltins.def987 LIBBUILTIN(exp2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp906 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.cpp6323 case LibFunc::exp2l: in visitCall()

12