Home
last modified time | relevance | path

Searched refs:testall_odd (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/msun/tests/
HDctrig_test.c103 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ macro
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()
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()
165 testall_odd(csinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in test_nan()
167 testall_odd(ctanh, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in test_nan()
168 testall_odd(csin, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in test_nan()
170 testall_odd(ctan, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in test_nan()
173 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
[all …]
HDinvctrig_test.c94 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ macro
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()
201 testall_odd(casinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, in test_nan()
203 testall_odd(casin, z, CMPLXL(NAN, INFINITY), ALL_STD_EXCEPT, 0, 0); in test_nan()
204 testall_odd(catanh, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan()
211 testall_odd(casinh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
212 testall_odd(casin, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan()
[all …]