Searched refs:CS_BOTH (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/lib/msun/tests/ |
| HD | ctrig_test.c | 137 testall_odd(csinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 138 testall_odd(csin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 139 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 140 testall_even(ccos, zero, CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 141 testall_odd(ctanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 142 testall_odd(ctan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 258 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() [all …]
|
| HD | invctrig_test.c | 76 assert(cfpequal_tol((func)(_d), (result), (tol), CS_BOTH)); \ 136 testall_odd(casinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 137 testall_odd(casin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 139 testall_odd(catanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 140 testall_odd(catan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 250 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()
|
| HD | test-utils.h | 66 #define CS_BOTH (CS_REAL | CS_IMAG) macro 129 if (!signbit(x) != !signbit(y) && (flags & CS_BOTH)) in fpequal_tol()
|
| HD | invtrig_test.c | 58 assert(fpequal_tol(func(_in), _out, (tol), CS_BOTH)); \ 87 assert(fpequal_tol(func(_iny, _inx), _out, (tol), CS_BOTH)); \
|
| HD | logarithm_test.c | 78 assert(fpequal_tol((func)(_d), (result), (tol), CS_BOTH)); \
|
| HD | cexp_test.c | 73 FPE_ABS_ZERO | CS_BOTH)); \
|