Searched refs:CS_REAL (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/lib/msun/tests/ |
| H A D | invctrig_test.c | 190 testall(cacosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan() 191 testall(cacosh, -z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan() 200 CS_REAL); in test_nan() 203 CS_REAL); in test_nan() 205 testall_odd(catanh, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan() 213 testall_odd(casin, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan() 214 testall_odd(catanh, z, CMPLXL(0.0, NAN), OPT_INVALID, 0, CS_REAL); in test_nan()
|
| H A D | test-utils.h | 64 #define CS_REAL 0x01 macro 66 #define CS_BOTH (CS_REAL | CS_IMAG)
|
| H A D | ctrig_test.c | 215 CS_REAL); in ATF_TC_BODY() 216 testall_odd(ctanh, z, CMPLXL(1, 0), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY() 225 testall_odd(csin, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY() 227 testall_odd(ctan, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY() 263 testall_odd(ctanh, z, CMPLXL(1, 0), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY() 268 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY()
|