Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dmath.c356 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() local
371 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() local
/external/jemalloc_new/test/include/test/
Dmath.h304 pt_gamma(double p, double shape, double scale, double ln_gamma_shape) { in pt_gamma()