Home | History | Annotate | Download | only in libm

Lines Matching refs:cbrtl

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);
340 atf_tc_set_md_var(tc, "descr", "Test cbrtl(-0.0) == -0.0");
346 long double y = cbrtl(x);
349 atf_tc_fail_nonfatal("cbrtl(-0.0) != -0.0");
355 atf_tc_set_md_var(tc, "descr", "Test cbrtl(+0.0) == +0.0");
361 long double y = cbrtl(x);
364 atf_tc_fail_nonfatal("cbrtl(+0.0) != +0.0");