Lines Matching refs:testall_odd

103 #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()
176 testall_odd(ctanh, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0); in test_nan()
177 testall_odd(csin, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
179 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
182 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
184 testall_odd(ctanh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
185 testall_odd(csin, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
188 testall_odd(ctan, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0); in test_nan()
191 testall_odd(csinh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
193 testall_odd(ctanh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
194 testall_odd(csin, z, CMPLXL(NAN, INFINITY), ALL_STD_EXCEPT, 0, 0); in test_nan()
197 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_IMAG); in test_nan()
200 testall_odd(csinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, 0); in test_nan()
203 testall_odd(ctanh, z, CMPLXL(1, 0), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan()
204 testall_odd(csin, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
206 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
209 testall_odd(csinh, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, 0); in test_nan()
211 testall_odd(ctanh, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
212 testall_odd(csin, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan()
214 testall_odd(ctan, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in test_nan()
217 testall_odd(csinh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in test_nan()
219 testall_odd(ctanh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG); in test_nan()
220 testall_odd(csin, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in test_nan()
222 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
242 testall_odd(csinh, z, CMPLXL(INFINITY, NAN), in test_inf()
246 testall_odd(ctanh, z, CMPLXL(1, 0), ALL_STD_EXCEPT, 0, CS_REAL); in test_inf()
247 testall_odd(csin, z, CMPLXL(NAN, INFINITY), in test_inf()
251 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_REAL); in test_inf()
258 testall_odd(csinh, z, CMPLXL(c, s), OPT_INEXACT, 0, CS_BOTH); in test_inf()
260 testall_odd(ctanh, z, CMPLXL(1, 0 * sin(finites[i] * 2)), in test_inf()
263 testall_odd(csin, z, CMPLXL(s, c), OPT_INEXACT, 0, CS_BOTH); in test_inf()
265 testall_odd(ctan, z, CMPLXL(0 * sin(finites[i] * 2), 1), in test_inf()
270 testall_odd(csinh, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
272 testall_odd(ctanh, z, CMPLXL(NAN, NAN), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
274 testall_odd(csin, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
276 testall_odd(ctan, z, CMPLXL(NAN, NAN), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
279 testall_odd(csinh, z, CMPLXL(NAN, NAN), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
282 testall_odd(ctanh, z, CMPLXL(NAN, NAN), OPT_INEXACT, FE_INVALID, 0); in test_inf()
284 testall_odd(csin, z, CMPLXL(NAN, NAN), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
287 testall_odd(ctan, z, CMPLXL(NAN, NAN), OPT_INEXACT, FE_INVALID, 0); in test_inf()
451 testall_odd(csinh, z, CMPLXL(INFINITY, INFINITY), OPT_INEXACT, in test_large()