| /src/tests/lib/libm/ |
| t_cbrt.c | 259 * cbrtl(3) 264 atf_tc_set_md_var(tc, "descr", "Test cbrtl(NaN) == NaN"); 272 ATF_CHECK(isnan(cbrtl(x)) != 0); 278 atf_tc_set_md_var(tc, "descr", "Test cbrtl(3) vs. powl(3)"); 289 long double x_cbrt = cbrtl(x[i]); 300 atf_tc_fail_nonfatal("cbrtl(%.35Lg) = %.35Lg != " 310 atf_tc_set_md_var(tc, "descr", "Test cbrtl(-Inf) == -Inf"); 316 long double y = cbrtl(x); 325 atf_tc_set_md_var(tc, "descr", "Test cbrtl(+Inf) == +Inf"); 331 long double y = cbrtl(x) [all...] |
| /src/lib/libm/src/ |
| s_cbrtl.c | 28 __weak_alias(cbrtl, _cbrtl) 36 cbrtl(long double x) function in typeref:typename:long double 109 * dt is cbrtl(x) to ~47 bits (after x has been reduced to 1 <= x < 8). 124 * for rounding up might not apply to either case in cbrtl() since
|
| s_cbrt.c | 24 __weak_alias(cbrtl, _cbrtl)
|
| namespace.h | 24 #define cbrtl _cbrtl macro
|
| /src/lib/libm/noieee_src/ |
| n_cbrt.c | 72 cbrtl(long double x) function in typeref:typename:long double
|
| /src/lib/libm/arch/vax/ |
| n_cbrt.S | 51 WEAK_ALIAS(cbrtl, cbrt)
|
| /src/include/ |
| math.h | 394 long double cbrtl(long double);
|
| /src/lib/libm/ |
| Makefile | 553 sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3
|