Searched refs:cbrtl (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_cbrt.c260 * cbrtl(3)
265 atf_tc_set_md_var(tc, "descr", "Test cbrtl(NaN) == NaN");
273 ATF_CHECK(isnan(cbrtl(x)) != 0);
279 atf_tc_set_md_var(tc, "descr", "Test cbrtl(3) vs. powl(3)");
294 long double x_cbrt = cbrtl(x[i]);
297 * NetBSD doesn't have a real powl/cbrtl implementation, they
317 atf_tc_fail_nonfatal("cbrtl(%.35Lg) = %.35Lg != "
327 atf_tc_set_md_var(tc, "descr", "Test cbrtl(-Inf) == -Inf");
333 long double y = cbrtl(x);
342 atf_tc_set_md_var(tc, "descr", "Test cbrtl(
[all...]
/freebsd-13-stable/lib/msun/src/
H A Ds_cbrt.c117 __weak_reference(cbrt, cbrtl);
H A Ds_cbrtl.c35 cbrtl(long double x) function
108 * dt is cbrtl(x) to ~47 bits (after x has been reduced to 1 <= x < 8).
123 * for rounding up might not apply to either case in cbrtl() since
H A Dmath.h452 long double cbrtl(long double);
/freebsd-13-stable/lib/msun/
H A DMakefile247 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h581 __tg_cbrt(long double __x) {return cbrtl(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h166 long double cbrtl(long double x);
1093 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(__lcpp_x);}

Completed in 172 milliseconds