Searched refs:CS_IMAG (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/lib/msun/tests/ |
| HD | invctrig_test.c | 192 testall(cacos, z, CMPLXL(NAN, -INFINITY), ALL_STD_EXCEPT, 0, CS_IMAG); in test_nan() 194 testall(casin, z, CMPLXL(NAN, INFINITY), ALL_STD_EXCEPT, 0, CS_IMAG); in test_nan() 196 testall(catan, z, CMPLXL(NAN, 0.0), ALL_STD_EXCEPT, 0, CS_IMAG); in test_nan() 220 testall(casinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in test_nan() 222 testall(catanh, z, nan_nan, OPT_INVALID, 0, CS_IMAG); in test_nan()
|
| HD | test-utils.h | 65 #define CS_IMAG 0x02 macro 66 #define CS_BOTH (CS_REAL | CS_IMAG)
|
| HD | ctrig_test.c | 209 CS_IMAG); in ATF_TC_BODY() 210 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY() 230 testall_odd(csinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY() 232 testall_odd(ctanh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY()
|