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

/freebsd-11-stable/lib/msun/tests/
H A Dctrig_test.c91 #define test_odd_tol(func, z, result, tol) do { \ macro
123 test_odd_tol(func, x, result, tol * DBL_ULP()); \
124 test_odd_tol(func##f, x, result, tol * FLT_ULP()); \
324 test_odd_tol(csinh, z, CMPLXL(sinh(nums[i]), 0), DBL_ULP());
326 test_odd_tol(ctanh, z, CMPLXL(tanh(nums[i]), 0), DBL_ULP());
327 test_odd_tol(csin, z, CMPLXL(sin(nums[i]),
331 test_odd_tol(ctan, z, CMPLXL(tan(nums[i]), 0), DBL_ULP());
333 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
338 test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
340 test_odd_tol(csin
[all...]

Completed in 51 milliseconds