Lines Matching full:inf
72 atf_tc_skip("no +/-Inf on this machine");
206 atf_tc_set_md_var(tc, "descr", "Test exp(-Inf) == +0.0"); in ATF_TC_HEAD()
215 atf_tc_fail_nonfatal("exp(-Inf) != +0.0"); in ATF_TC_BODY()
221 atf_tc_set_md_var(tc, "descr", "Test exp(+Inf) == +Inf"); in ATF_TC_HEAD()
230 atf_tc_fail_nonfatal("exp(+Inf) != +Inf"); in ATF_TC_BODY()
303 atf_tc_set_md_var(tc, "descr", "Test expf(-Inf) == +0.0"); in ATF_TC_HEAD()
312 atf_tc_fail_nonfatal("expf(-Inf) != +0.0"); in ATF_TC_BODY()
318 atf_tc_set_md_var(tc, "descr", "Test expf(+Inf) == +Inf"); in ATF_TC_HEAD()
327 atf_tc_fail_nonfatal("expf(+Inf) != +Inf"); in ATF_TC_BODY()
400 atf_tc_set_md_var(tc, "descr", "Test expm1(-Inf) == -1"); in ATF_TC_HEAD()
408 atf_tc_fail_nonfatal("expm1(-Inf) != -1.0"); in ATF_TC_BODY()
414 atf_tc_set_md_var(tc, "descr", "Test expm1(+Inf) == +Inf"); in ATF_TC_HEAD()
423 atf_tc_fail_nonfatal("expm1(+Inf) != +Inf"); in ATF_TC_BODY()
476 atf_tc_set_md_var(tc, "descr", "Test expm1f(-Inf) == -1"); in ATF_TC_HEAD()
484 atf_tc_fail_nonfatal("expm1f(-Inf) != -1.0"); in ATF_TC_BODY()
490 atf_tc_set_md_var(tc, "descr", "Test expm1f(+Inf) == +Inf"); in ATF_TC_HEAD()
499 atf_tc_fail_nonfatal("expm1f(+Inf) != +Inf"); in ATF_TC_BODY()