/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/arm-optimized-routines/math/test/ |
D | ulp_funcs.h | 36 F (__s_pow, __s_pow, powl, mpfr_pow, 2, 0, d2, 0) 50 F (__v_pow, v_pow, powl, mpfr_pow, 2, 0, d2, 1) 64 F (__vn_pow, vn_pow, powl, mpfr_pow, 2, 0, d2, 1) 75 F (_ZGVnN2vv_pow, Z_pow, powl, mpfr_pow, 2, 0, d2, 1)
|
/external/musl/src/math/ |
D | tgammal.c | 196 v = powl(x, 0.5L * x - 0.25L); in stirf() 199 y = powl(x, x - 0.5L) / y; in stirf()
|
D | powl.c | 73 long double powl(long double x, long double y) in powl() function 194 long double powl(long double x, long double y) in powl() function 518 long double powl(long double x, long double y) in powl() function
|
D | exp10l.c | 28 return powl(10.0, x); in exp10l()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | s-c1.c | 615 * powl(Table[r].X, (_q_o[1] / _d_o[1])) in parse_measure() 621 * powl(Table[r].X, (_q_c[1] / _d_c[1])) in parse_measure()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | s-c1.c | 619 * powl(Table[r].X, (_q_o[1] / _d_o[1])) in parse_measure() 625 * powl(Table[r].X, (_q_c[1] / _d_c[1])) in parse_measure()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 204 HANDLE_LIBCALL(POW_F80, "powl") 205 HANDLE_LIBCALL(POW_F128, "powl") 206 HANDLE_LIBCALL(POW_PPCF128, "powl")
|
/external/musl/include/ |
D | math.h | 309 long double powl(long double, long double);
|
D | tgmath.h | 133 __LDBL((x)+(y)) ? powl(x, y) : \
|
/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/arm-optimized-routines/math/ |
D | pow.c | 378 long double powl (long double x, long double y) { return pow (x, y); } in strong_alias()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | s-c1.c | 571 * 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); 485 using ::powl;
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | s-c1.c | 626 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 543 ; CHECK: declare void @powl(...) 544 declare void @powl(...)
|
/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/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/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 839 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-libcall.ll | 42 ; CHECK: brasl %r14, powl@PLT
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | cmath | 115 long double powl(long double x, long double y); 502 using ::powl _LIBCPP_USING_IF_EXISTS;
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 147 TLI.setUnavailable(LibFunc::powl); in initialize() 948 case LibFunc::powl: in isValidProtoForLibFunc()
|