Home
last modified time | relevance | path

Searched refs:powl (Results 1 – 25 of 36) 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_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/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c614 * powl(Table[r].X, (_q_o[1] / _d_o[1]))
620 * powl(Table[r].X, (_q_c[1] / _d_c[1]))
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def197 HANDLE_LIBCALL(POW_F80, "powl")
198 HANDLE_LIBCALL(POW_F128, "powl")
199 HANDLE_LIBCALL(POW_PPCF128, "powl")
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dlibcalls.ll32 ; CHECK: call powl
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmips64-f128.ll445 ; ALL: ld $25, %call16(powl)
451 %call = tail call fp128 @powl(fp128 %0, fp128 %1) nounwind
455 declare fp128 @powl(fp128, fp128) #2
/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.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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll672 ; CHECK: declare void @powl(...)
673 declare void @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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-illegal-float-ops.ll178 ; CHECK: bl powl
Dillegal-float-ops.ll179 ; CHECK: bl 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll42 ; CHECK: brasl %r14, powl@PLT
/external/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll42 ; CHECK: brasl %r14, powl@PLT
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp147 TLI.setUnavailable(LibFunc::powl); in initialize()
948 case LibFunc::powl: in isValidProtoForLibFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def998 /// long double powl(long double x, long double y);
999 TLI_DEFINE_ENUM_INTERNAL(powl)
1000 TLI_DEFINE_STRING_INTERNAL("powl")
/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);

12