Searched refs:powl (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/lib/msun/src/
H A Dimprecise.c57 DECLARE_WEAK(powl); variable
H A Dmath.h489 long double powl(long double, long double);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libm/
H A Dt_cbrt.c261 atf_tc_set_md_var(tc, "descr", "Test cbrtl(3) vs. powl(3)");
275 z = powl(x[i], (long double)1.0 / 3.0);
277 z = powl(x[i], 1.0 / 3.0);
282 "powl(%0.03Lf, 1/3)\n", x[i], x[i]);
H A Dt_sqrt.c263 atf_tc_set_md_var(tc, "descr", "Test sqrtl(3) vs. powl(3)");
269 const long double eps = 5.0*DBL_EPSILON; /* XXX powl == pow for now */
276 z = powl(x[i], 1.0 / 2.0);
280 "powl(%0.03Lf, 1/2)\n", x[i], x[i]);
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dstubs.c383 powl(long double x, long double y) function
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h259 /* Define to 1 if you have the `powl' function. */
1031 # define powl _powl macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h437 /// long double powl(long double x, long double y);
438 powl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp234 "powl",
429 TLI.setUnavailable(LibFunc::powl);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2074 case LibFunc::powl:
2228 // pow, powf, powl:
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1997 case LibFunc::powl:
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure24549 echo "$as_me:$LINENO: checking for powl declaration" >&5
24550 echo $ECHO_N "checking for powl declaration... $ECHO_C" >&6
24574 powl(0, 0);
24624 for ac_func in powl
[all...]

Completed in 301 milliseconds