Searched defs:MAX_REL_ERR (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/unit/
H A Dmath.c3 #define MAX_REL_ERR 1.0e-9 macro
42 (double)factorial(x-1), MAX_REL_ERR, MAX_ABS_ERR),
194 ln_gamma_misc_expected[i], MAX_REL_ERR, MAX_ABS_ERR),
245 MAX_REL_ERR, MAX_ABS_ERR),
299 pt_chi2_expected[e], MAX_REL_ERR, MAX_ABS_ERR),
361 ln_gamma_shape), pt_gamma_expected[e], MAX_REL_ERR,
377 pt_gamma(0.5, shape, 10.0, ln_gamma_shape), MAX_REL_ERR,

Completed in 83 milliseconds