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

/freebsd-11-stable/lib/msun/tests/
H A Dlogarithm_test.c228 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());
231 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP());
234 test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP());
241 LDBL_ULP());
255 1.82321556793954626202683007050468762914e-1L, LDBL_ULP());
262 -2.23143551314209755752742563153765697950e-1L, LDBL_ULP());
H A Dtest-utils.h46 #define LDBL_ULP() ldexpl(1.0, 1 - LDBL_MANT_DIG) macro

Completed in 412 milliseconds