Home
last modified time | relevance | path

Searched refs:OPT_INEXACT (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/msun/tests/
HDctrig_test.c258 testall_odd(csinh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in test_inf()
259 testall_even(ccosh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in test_inf()
261 OPT_INEXACT, 0, CS_BOTH); in test_inf()
263 testall_odd(csin, z, CMPLXL(s, c), OPT_INEXACT, 0, CS_BOTH); in test_inf()
264 testall_even(ccos, z, CMPLXL(c, -s), OPT_INEXACT, 0, CS_BOTH); in test_inf()
266 OPT_INEXACT, 0, CS_BOTH); in test_inf()
282 testall_odd(ctanh, z, CMPLXL(NAN, NAN), OPT_INEXACT, FE_INVALID, 0); in test_inf()
287 testall_odd(ctan, z, CMPLXL(NAN, NAN), OPT_INEXACT, FE_INVALID, 0); in test_inf()
451 testall_odd(csinh, z, CMPLXL(INFINITY, INFINITY), OPT_INEXACT, in test_large()
453 testall_even(ccosh, z, CMPLXL(INFINITY, INFINITY), OPT_INEXACT, in test_large()
HDinvctrig_test.c250 testall(cacosh, z, CMPLXL(INFINITY, 0), OPT_INEXACT, 0, CS_BOTH); in test_inf()
252 testall(cacos, z, CMPLXL(0, -INFINITY), OPT_INEXACT, 0, CS_BOTH); in test_inf()
254 testall_odd(casinh, z, CMPLXL(INFINITY, 0), OPT_INEXACT, 0, CS_BOTH); in test_inf()
266 testall_odd(casin, z, CMPLXL(0.0, INFINITY), OPT_INEXACT, 0, CS_BOTH); in test_inf()
HDtest-utils.h43 #define OPT_INEXACT (ALL_STD_EXCEPT & ~FE_INEXACT) macro