Home
last modified time | relevance | path

Searched refs:powl (Results 1 – 25 of 40) 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/arm-optimized-routines/math/test/
Dulp_funcs.h36 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/
Dtgammal.c196 v = powl(x, 0.5L * x - 0.25L); in stirf()
199 y = powl(x, x - 0.5L) / y; in stirf()
Dpowl.c73 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
Dexp10l.c28 return powl(10.0, x); in exp10l()
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c615 * 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/
Ds-c1.c619 * 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/
DRuntimeLibcalls.def204 HANDLE_LIBCALL(POW_F80, "powl")
205 HANDLE_LIBCALL(POW_F128, "powl")
206 HANDLE_LIBCALL(POW_PPCF128, "powl")
/external/musl/include/
Dmath.h309 long double powl(long double, long double);
Dtgmath.h133 __LDBL((x)+(y)) ? powl(x, y) : \
/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/arm-optimized-routines/math/
Dpow.c378 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/
Ds-c1.c571 * powl(Table[r].X, (_q[1] / _d[1])) in parse_measure()
/external/libcxx/include/
Dcmath116 long double powl(long double x, long double y);
485 using ::powl;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c626 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll543 ; CHECK: declare void @powl(...)
544 declare void @powl(...)
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll178 ; CHECK: bl powl
Darm64-illegal-float-ops.ll178 ; CHECK: bl powl
/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/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c839 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
/external/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll42 ; CHECK: brasl %r14, powl@PLT
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcmath115 long double powl(long double x, long double y);
502 using ::powl _LIBCPP_USING_IF_EXISTS;
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp147 TLI.setUnavailable(LibFunc::powl); in initialize()
948 case LibFunc::powl: in isValidProtoForLibFunc()

12