Symbol: DBL_ULP
lib/msun/tests/cexp_test.c
255
test_tol(cexp, CMPLXL(a, b), CMPLXL(x, y), 3 * DBL_ULP());
lib/msun/tests/cexp_test.c
270
CMPLXL(INFINITY, 8.94674309915433533273e-16), DBL_ULP());
lib/msun/tests/cexp_test.c
272
CMPLXL(INFINITY, 9.73344457300016401328e+110), DBL_ULP());
lib/msun/tests/cexp_test.c
274
CMPLXL(INFINITY, 5.08228858149196559681e+284), DBL_ULP());
lib/msun/tests/cexp_test.c
276
CMPLXL(INFINITY, 7.42156649354218408074e+83), DBL_ULP());
lib/msun/tests/cexp_test.c
278
CMPLXL(INFINITY, 3.87514844965996756704e+257), DBL_ULP());
lib/msun/tests/cexp_test.c
91
test_tol(cexp, x, result, tol * DBL_ULP()); \
lib/msun/tests/ctrig_test.c
117
test_tol(func, x, result, tol * DBL_ULP()); \
lib/msun/tests/ctrig_test.c
121
test_odd_tol(func, x, result, tol * DBL_ULP()); \
lib/msun/tests/ctrig_test.c
125
test_even_tol(func, x, result, tol * DBL_ULP()); \
lib/msun/tests/ctrig_test.c
318
test_odd_tol(csinh, z, CMPLXL(sinh(nums[i]), 0), DBL_ULP());
lib/msun/tests/ctrig_test.c
319
test_even_tol(ccosh, z, CMPLXL(cosh(nums[i]), 0), DBL_ULP());
lib/msun/tests/ctrig_test.c
320
test_odd_tol(ctanh, z, CMPLXL(tanh(nums[i]), 0), DBL_ULP());
lib/msun/tests/ctrig_test.c
322
copysign(0, cos(nums[i]))), DBL_ULP());
lib/msun/tests/ctrig_test.c
324
-copysign(0, sin(nums[i]))), DBL_ULP());
lib/msun/tests/ctrig_test.c
325
test_odd_tol(ctan, z, CMPLXL(tan(nums[i]), 0), DBL_ULP());
lib/msun/tests/ctrig_test.c
343
sin(nums[i])), DBL_ULP());
lib/msun/tests/ctrig_test.c
345
copysign(0, sin(nums[i]))), DBL_ULP());
lib/msun/tests/ctrig_test.c
346
test_odd_tol(ctanh, z, CMPLXL(0, tan(nums[i])), DBL_ULP());
lib/msun/tests/ctrig_test.c
347
test_odd_tol(csin, z, CMPLXL(0, sinh(nums[i])), DBL_ULP());
lib/msun/tests/ctrig_test.c
348
test_even_tol(ccos, z, CMPLXL(cosh(nums[i]), -0.0), DBL_ULP());
lib/msun/tests/ctrig_test.c
349
test_odd_tol(ctan, z, CMPLXL(0, tanh(nums[i])), DBL_ULP());
lib/msun/tests/ctrig_test.c
457
DBL_ULP());
lib/msun/tests/ctrig_test.c
461
DBL_ULP());
lib/msun/tests/ctrig_test.c
466
DBL_ULP());
lib/msun/tests/ctrig_test.c
471
1.43917579766621073533185387499658944e308L), DBL_ULP());
lib/msun/tests/ctrig_test.c
474
1.43917579766621073533185387499658944e308L), DBL_ULP());
lib/msun/tests/invctrig_test.c
105
test_tol(func, x, result, (tol) * DBL_ULP()); \
lib/msun/tests/logarithm_test.c
229
test_tol(log2, tests[i].x, tests[i].log2x, DBL_ULP());
lib/msun/tests/logarithm_test.c
232
test_tol(log, tests[i].x, tests[i].logex, DBL_ULP());
lib/msun/tests/logarithm_test.c
235
test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP());
lib/msun/tests/logarithm_test.c
240
DBL_ULP());
lib/msun/tests/logarithm_test.c
262
1.82321556793954589204283870982629267635e-1L, DBL_ULP());
lib/msun/tests/logarithm_test.c
269
-2.23143551314209700255143859052009022937e-1L, DBL_ULP());