Searched refs:test_odd_tol (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | ctrig_test.c | 89 #define test_odd_tol(func, z, result, tol) do { \ macro 121 test_odd_tol(func, x, result, tol * DBL_ULP()); \ 122 test_odd_tol(func##f, x, result, tol * FLT_ULP()); \ 318 test_odd_tol(csinh, z, CMPLXL(sinh(nums[i]), 0), DBL_ULP()); in ATF_TC_BODY() 320 test_odd_tol(ctanh, z, CMPLXL(tanh(nums[i]), 0), DBL_ULP()); in ATF_TC_BODY() 321 test_odd_tol(csin, z, CMPLXL(sin(nums[i]), in ATF_TC_BODY() 325 test_odd_tol(ctan, z, CMPLXL(tan(nums[i]), 0), DBL_ULP()); in ATF_TC_BODY() 327 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY() 332 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0), in ATF_TC_BODY() 334 test_odd_tol(csinf, z, CMPLXL(sinf(nums[i]), in ATF_TC_BODY() [all …]
|