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

/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-ctrig.c89 #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()); \
304 test_odd_tol(csinh, z, CMPLXL(sinh(nums[i]), 0), DBL_ULP());
306 test_odd_tol(ctanh, z, CMPLXL(tanh(nums[i]), 0), DBL_ULP());
307 test_odd_tol(csin, z, CMPLXL(sin(nums[i]),
311 test_odd_tol(ctan, z, CMPLXL(tan(nums[i]), 0), DBL_ULP());
313 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
318 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
320 test_odd_tol(csin
[all...]

Completed in 91 milliseconds