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

/barrelfish-master/usr/tests/msun/
H A Dctrig_test.c93 #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()); \
305 test_even_tol(ccosh, z, CMPLXL(cosh(nums[i]), 0), DBL_ULP());
309 test_even_tol(ccos, z, CMPLXL(cos(nums[i]),
314 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
322 test_even_tol(ccosf, z, CMPLXL(cosf(nums[i]),
330 test_even_tol(ccosh, z, CMPLXL(cos(nums[i]),
334 test_even_tol(ccos, z, CMPLXL(cosh(nums[i]), -0.0), DBL_ULP());
339 test_even_tol(ccosh
[all...]

Completed in 31 milliseconds