Searched refs:test_even_tol (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/lib/msun/tests/ |
| HD | ctrig_test.c | 94 #define test_even_tol(func, z, result, tol) do { \ macro 126 test_even_tol(func, x, result, tol * DBL_ULP()); \ 127 test_even_tol(func##f, x, result, tol * FLT_ULP()); \ 317 test_even_tol(ccosh, z, CMPLXL(cosh(nums[i]), 0), DBL_ULP()); in ATF_TC_BODY() 321 test_even_tol(ccos, z, CMPLXL(cos(nums[i]), in ATF_TC_BODY() 326 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP()); in ATF_TC_BODY() 334 test_even_tol(ccosf, z, CMPLXL(cosf(nums[i]), in ATF_TC_BODY() 342 test_even_tol(ccosh, z, CMPLXL(cos(nums[i]), in ATF_TC_BODY() 346 test_even_tol(ccos, z, CMPLXL(cosh(nums[i]), -0.0), DBL_ULP()); in ATF_TC_BODY() 351 test_even_tol(ccoshf, z, CMPLXL(cosf(nums[i]), in ATF_TC_BODY() [all …]
|