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

/freebsd-11-stable/lib/msun/tests/
H A Dctrig_test.c95 #define test_even_tol(func, z, result, tol) do { \ macro
127 test_even_tol(func, x, result, tol * DBL_ULP()); \
128 test_even_tol(func##f, x, result, tol * FLT_ULP()); \
325 test_even_tol(ccosh, z, CMPLXL(cosh(nums[i]), 0), DBL_ULP());
329 test_even_tol(ccos, z, CMPLXL(cos(nums[i]),
334 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
342 test_even_tol(ccosf, z, CMPLXL(cosf(nums[i]),
350 test_even_tol(ccosh, z, CMPLXL(cos(nums[i]),
354 test_even_tol(ccos, z, CMPLXL(cosh(nums[i]), -0.0), DBL_ULP());
359 test_even_tol(ccosh
[all...]

Completed in 56 milliseconds