Lines Matching refs:csin
138 testall_odd(csin, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH); in test_zero()
168 testall_odd(csin, z, nan_nan, ALL_STD_EXCEPT, 0, 0); in test_nan()
177 testall_odd(csin, z, nan_nan, OPT_INVALID, 0, 0); in test_nan()
185 testall_odd(csin, 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()
204 testall_odd(csin, 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()
220 testall_odd(csin, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, 0); in test_nan()
247 testall_odd(csin, z, CMPLXL(NAN, INFINITY), in test_inf()
263 testall_odd(csin, z, CMPLXL(s, c), OPT_INEXACT, 0, CS_BOTH); in test_inf()
274 testall_odd(csin, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
284 testall_odd(csin, z, CMPLXL(NAN, NAN), ALL_STD_EXCEPT, FE_INVALID, 0); in test_inf()
307 test_odd_tol(csin, z, CMPLXL(sin(nums[i]), in test_axes()
333 test_odd_tol(csin, z, CMPLXL(0, sinh(nums[i])), DBL_ULP()); in test_axes()