Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dlibcalls-ld.c15 long double exp2l(long double);
18 return exp2l(x); in t4()
Dlibcall-declarations.c30 long double exp2l(long double);
82 exp, expl, expf, exp2, exp2l, exp2f, fabs, fabsl, fabsf, floor, floorl,
/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/include/llvm/Target/
DTargetLibraryInfo.h181 exp2l, enumerator
686 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l: in hasOptimizedCodeGen()
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll300 ; CHECK: ld $25, %call16(exp2l)
305 %call = tail call fp128 @exp2l(fp128 %0) nounwind
309 declare fp128 @exp2l(fp128) #2
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll68 ; CHECK: bl exp2l
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp415 TLI.setUnavailable(LibFunc::exp2l); in initialize()
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/clang/lib/Headers/
Dtgmath.h674 __tg_exp2(long double __x) {return exp2l(__x);} in __tg_exp2()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1829 case LibFunc::exp2l: in lookupOptimization()
/external/clang/include/clang/Basic/
DBuiltins.def858 LIBBUILTIN(exp2l, "LdLd", "fe", "math.h", ALL_LANGUAGES)
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1521 case LibFunc::exp2l: in getIntrinsicIDForCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5633 case LibFunc::exp2l: in visitCall()
/external/bison/
Dconfigure24887 …ll copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1…