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

/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.c227 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());
230 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP());
233 test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP());
240 LDBL_ULP());
254 1.82321556793954626202683007050468762914e-1L, LDBL_ULP());
261 -2.23143551314209755752742563153765697950e-1L, LDBL_ULP());
H A Dtest-utils.h46 #define LDBL_ULP() ldexpl(1.0, 1 - LDBL_MANT_DIG) macro

Completed in 100 milliseconds