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

/freebsd-10.3-release/contrib/netbsd-tests/lib/libm/
H A Dt_cbrt.c242 * cbrtl(3)
247 atf_tc_set_md_var(tc, "descr", "Test cbrtl(NaN) == NaN");
255 ATF_CHECK(isnan(cbrtl(x)) != 0);
261 atf_tc_set_md_var(tc, "descr", "Test cbrtl(3) vs. powl(3)");
273 y = cbrtl(x[i]);
281 atf_tc_fail_nonfatal("cbrtl(%0.03Lf) != "
289 atf_tc_set_md_var(tc, "descr", "Test cbrtl(-Inf) == -Inf");
295 long double y = cbrtl(x);
304 atf_tc_set_md_var(tc, "descr", "Test cbrtl(+Inf) == +Inf");
310 long double y = cbrtl(
[all...]
/freebsd-10.3-release/lib/msun/src/
H A Ds_cbrt.c116 __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.h451 long double cbrtl(long double);
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h154 /// long double cbrtl(long double x);
155 cbrtl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp93 "cbrtl",
448 TLI.setUnavailable(LibFunc::cbrtl);
/freebsd-10.3-release/lib/msun/
H A DMakefile218 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h588 __tg_cbrt(long double __x) {return cbrtl(__x);}
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure30980 cbrtl(0.0l);
[all...]

Completed in 142 milliseconds