/external/clang/test/CodeGen/ |
D | le32-libcall-pow.c | 10 long double powl(long double, long double); 21 long double l2 = powl(a2, a2); in test_pow()
|
D | libcalls.c | 49 long double l2 = powl(a2, a2); in test_pow()
|
D | libcall-declarations.c | 39 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/ |
D | s-c1.c | 617 * 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/ |
D | s-c1.c | 622 * 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/ |
D | mips64-f128.ll | 436 ; 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/ |
D | s-c1.c | 578 * powl(Table[r].X, (_q[1] / _d[1])) in parse_measure()
|
/external/libcxx/include/ |
D | cmath | 116 long double powl(long double x, long double y); 484 using ::powl;
|
D | math.h | 887 …ouble pow(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::powl(__lcpp_x, __lcpp_y)… in pow()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 543 ; CHECK: declare void @powl(...) 544 declare void @powl(...)
|
D | annotate.ll | 559 ; CHECK: declare x86_fp80 @powl(x86_fp80, x86_fp80) 560 declare x86_fp80 @powl(x86_fp80, x86_fp80)
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 178 ; CHECK: bl powl
|
D | arm64-illegal-float-ops.ll | 178 ; CHECK: bl powl
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | s-c1.c | 633 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 804 /// 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/ |
D | fp-libcall.ll | 42 ; CHECK: brasl %r14, powl@PLT
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 846 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 147 TLI.setUnavailable(LibFunc::powl); in initialize() 948 case LibFunc::powl: in isValidProtoForLibFunc()
|
D | ValueTracking.cpp | 2392 case LibFunc::powl: in getIntrinsicForCallSite()
|
/external/libxml2/ |
D | trio.c | 278 # 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/ |
D | tgmath.h | 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} in __tg_pow()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2027 case LibFunc::powl: in optimizeCall()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 931 LIBBUILTIN(powl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 433 static_assert((std::is_same<decltype(powl(0,0)), long double>::value), ""); in test_pow()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 435 static_assert((std::is_same<decltype(std::powl(0,0)), long double>::value), ""); in test_pow()
|