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

/barrelfish-master/usr/tests/msun/
H A Dctrig_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);
138 testall_odd(csin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
141 testall_odd(ctanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
142 testall_odd(ctan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
165 testall_odd(csinh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
167 testall_odd(ctanh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
168 testall_odd(csin, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
170 testall_odd(ctan, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
173 testall_odd(csin
[all...]
H A Dinvctrig_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);
137 testall_odd(casin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
139 testall_odd(catanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
140 testall_odd(catan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
201 testall_odd(casinh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0,
203 testall_odd(casin, z, CMPLXL(NAN, INFINITY), ALL_STD_EXCEPT, 0, 0);
204 testall_odd(catanh, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
211 testall_odd(casinh, z, nan_nan, OPT_INVALID, 0, 0);
212 testall_odd(casi
[all...]

Completed in 32 milliseconds