Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/jemalloc/dist/test/include/test/
H A Dmath.h304 pt_gamma(double p, double shape, double scale, double ln_gamma_shape) { in pt_gamma() argument
305 return pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale; in pt_gamma()