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

/external/jemalloc/test/unit/
H A Dmath.c312 * Expected pt_gamma(p=[0.1..0.99] increment=0.07,
364 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0,
367 "Incorrect pt_gamma result for i=%u, j=%u", i, j);
380 pt_gamma(0.5, shape, 1.0, ln_gamma_shape) * 10.0,
381 pt_gamma(0.5, shape, 10.0, ln_gamma_shape), MAX_REL_ERR,
/external/jemalloc/test/include/test/
H A Dmath.h6 double pt_gamma(double p, double shape, double scale, double ln_gamma_shape);
306 pt_gamma(double p, double shape, double scale, double ln_gamma_shape) function

Completed in 4648 milliseconds