Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dmath.c361 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() local
365 ln_gamma_shape), pt_gamma_expected[e], MAX_REL_ERR, in TEST_BEGIN()
377 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() local
380 pt_gamma(0.5, shape, 1.0, ln_gamma_shape) * 10.0, in TEST_BEGIN()
381 pt_gamma(0.5, shape, 10.0, ln_gamma_shape), MAX_REL_ERR, in TEST_BEGIN()
/external/jemalloc/test/include/test/
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) in pt_gamma() argument
309 return (pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale); in pt_gamma()