Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dlogarithm_test.c212 long double log1p_ldbl_ulp = LDBL_ULP(); in ATF_TC_BODY()
226 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP()); in ATF_TC_BODY()
229 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP()); in ATF_TC_BODY()
232 test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP()); in ATF_TC_BODY()
257 1.82321556793954626202683007050468762914e-1L, LDBL_ULP()); in ATF_TC_BODY()
264 -2.23143551314209755752742563153765697950e-1L, LDBL_ULP()); in ATF_TC_BODY()
H A Dtest-utils.h47 #define LDBL_ULP() ldexpl(1.0, 1 - LDBL_MANT_DIG) macro