Home
last modified time | relevance | path

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

12

/external/clang/test/CodeGen/
Dle32-libcall-pow.c10 long double powl(long double, long double);
21 long double l2 = powl(a2, a2); in test_pow()
Dlibcalls.c49 long double l2 = powl(a2, a2); in test_pow()
Dlibcall-declarations.c39 long double powl(long double, long double);
269 F(nanf), F(nanl), F(pow), F(powf), F(powl),
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c617 * powl(Table[r].X, (_q_o[1] / _d_o[1]))
623 * powl(Table[r].X, (_q_c[1] / _d_c[1]))
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c622 * powl(Table[r].X, (_q_o[1] / _d_o[1])) in parse_measure()
628 * powl(Table[r].X, (_q_c[1] / _d_c[1])) in parse_measure()
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll436 ; ALL: ld $25, %call16(powl)
442 %call = tail call fp128 @powl(fp128 %0, fp128 %1) nounwind
446 declare fp128 @powl(fp128, fp128) #2
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c578 * powl(Table[r].X, (_q[1] / _d[1])) in parse_measure()
/external/libcxx/include/
Dcmath116 long double powl(long double x, long double y);
484 using ::powl;
Dmath.h887 …ouble pow(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::powl(__lcpp_x, __lcpp_y)… in pow()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll543 ; CHECK: declare void @powl(...)
544 declare void @powl(...)
Dannotate.ll559 ; CHECK: declare x86_fp80 @powl(x86_fp80, x86_fp80)
560 declare x86_fp80 @powl(x86_fp80, x86_fp80)
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll178 ; CHECK: bl powl
Darm64-illegal-float-ops.ll178 ; CHECK: bl powl
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c633 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def804 /// long double powl(long double x, long double y);
805 TLI_DEFINE_ENUM_INTERNAL(powl)
806 TLI_DEFINE_STRING_INTERNAL("powl")
/external/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll42 ; CHECK: brasl %r14, powl@PLT
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c846 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp147 TLI.setUnavailable(LibFunc::powl); in initialize()
948 case LibFunc::powl: in isValidProtoForLibFunc()
DValueTracking.cpp2392 case LibFunc::powl: in getIntrinsicForCallSite()
/external/libxml2/
Dtrio.c278 # define powl(x,y) pow((double)(x),(double)(y)) macro
1114 result = powl((trio_long_double_t)number,
1121 return powl((trio_long_double_t)number, (trio_long_double_t)exponent);
2763 if ((number < 1.0E-4) || (number > powl(base,
2798 number /= powl(dblBase, (trio_long_double_t)exponent);
/external/clang/lib/Headers/
Dtgmath.h481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} in __tg_pow()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2027 case LibFunc::powl: in optimizeCall()
/external/clang/include/clang/Basic/
DBuiltins.def931 LIBBUILTIN(powl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp433 static_assert((std::is_same<decltype(powl(0,0)), long double>::value), ""); in test_pow()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp435 static_assert((std::is_same<decltype(std::powl(0,0)), long double>::value), ""); in test_pow()

12