Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A 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
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dmath.h304 pt_gamma(double p, double shape, double scale, double ln_gamma_shape) { in pt_gamma()