Searched refs:CS_BOTH (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/lib/msun/tests/ |
| D | ctrig_test.c | 149 testall_odd(csinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 150 testall_odd(csin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 151 testall_even(ccosh, zero, 1.0, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 152 testall_even(ccos, zero, CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 153 testall_odd(ctanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 154 testall_odd(ctan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 275 testall_odd(csinh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() 276 testall_even(ccosh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() 278 OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() 280 testall_odd(csin, z, CMPLXL(s, c), OPT_INEXACT, 0, CS_BOTH); in ATF_TC_BODY() [all …]
|
| D | invctrig_test.c | 77 assert(cfpequal_tol((func)(_d), (result), (tol), CS_BOTH)); \ 137 testall_odd(casinh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 138 testall_odd(casin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 140 testall_odd(catanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 141 testall_odd(catan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero() 251 testall(cacosh, z, CMPLXL(INFINITY, 0), OPT_INEXACT, 0, CS_BOTH); in test_inf() 253 testall(cacos, z, CMPLXL(0, -INFINITY), OPT_INEXACT, 0, CS_BOTH); in test_inf() 255 testall_odd(casinh, z, CMPLXL(INFINITY, 0), OPT_INEXACT, 0, CS_BOTH); in test_inf() 267 testall_odd(casin, z, CMPLXL(0.0, INFINITY), OPT_INEXACT, 0, CS_BOTH); in test_inf()
|
| D | test-utils.h | 66 #define CS_BOTH (CS_REAL | CS_IMAG) macro 137 if (!signbit(x) != !signbit(y) && (flags & CS_BOTH)) in fpequal_tol()
|
| D | invtrig_test.c | 58 assert(fpequal_tol(func(_in), _out, (tol), CS_BOTH)); \ 87 assert(fpequal_tol(func(_iny, _inx), _out, (tol), CS_BOTH)); \
|
| D | logarithm_test.c | 79 assert(fpequal_tol((func)(_d), (result), (tol), CS_BOTH)); \
|
| D | cexp_test.c | 81 FPE_ABS_ZERO | CS_BOTH)); \
|