Searched refs:test_even_tol (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | ctrig_test.c | 93 #define test_even_tol(func, z, result, tol) do { \ macro 125 test_even_tol(func, x, result, tol * DBL_ULP()); \ 126 test_even_tol(func##f, x, result, tol * FLT_ULP()); \ 319 test_even_tol(ccosh, z, CMPLXL(cosh(nums[i]), 0), DBL_ULP()); in ATF_TC_BODY() 323 test_even_tol(ccos, z, CMPLXL(cos(nums[i]), in ATF_TC_BODY() 328 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY() 336 test_even_tol(ccosf, z, CMPLXL(cosf(nums[i]), in ATF_TC_BODY() 344 test_even_tol(ccosh, z, CMPLXL(cos(nums[i]), in ATF_TC_BODY() 348 test_even_tol(ccos, z, CMPLXL(cosh(nums[i]), -0.0), DBL_ULP()); in ATF_TC_BODY() 353 test_even_tol(ccoshf, z, CMPLXL(cosf(nums[i]), in ATF_TC_BODY() [all …]
|