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

/freebsd-11.0-release/lib/msun/src/
H A Dimprecise.c57 DECLARE_WEAK(powl); variable
H A Dmath.h485 long double powl(long double, long double);
/freebsd-11.0-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-11.0-release/contrib/libstdc++/libmath/
H A Dstubs.c383 powl(long double x, long double y) function
/freebsd-11.0-release/gnu/lib/libstdc++/
H A Dconfig.h259 /* Define to 1 if you have the `powl' function. */
1031 # define powl _powl macro
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp221 case LibFunc::powl:
H A DTargetLibraryInfo.cpp143 TLI.setUnavailable(LibFunc::powl);
/freebsd-11.0-release/lib/msun/
H A DMakefile172 exp.3 powl.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h113 long double powl(long double x, long double y);
870 inline _LIBCPP_INLINE_VISIBILITY long double pow(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return powl(__lcpp_x, __lcpp_y);}
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2274 case LibFunc::powl:
2406 // pow, powf, powl:
/freebsd-11.0-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 257 milliseconds