Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/msun/tests/
HDinvctrig_test.c192 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()
HDtest-utils.h65 #define CS_IMAG 0x02 macro
66 #define CS_BOTH (CS_REAL | CS_IMAG)
HDctrig_test.c209 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()