Searched refs:pt_gamma (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/test/unit/ |
D | math.c | 364 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0, in TEST_BEGIN() 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_new/test/unit/ |
D | math.c | 359 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0, in TEST_BEGIN() 374 pt_gamma(0.5, shape, 1.0, ln_gamma_shape) * 10.0, in TEST_BEGIN() 375 pt_gamma(0.5, shape, 10.0, ln_gamma_shape), MAX_REL_ERR, in TEST_BEGIN()
|
/external/jemalloc/test/include/test/ |
D | math.h | 6 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() function
|
/external/jemalloc_new/test/include/test/ |
D | math.h | 304 pt_gamma(double p, double shape, double scale, double ln_gamma_shape) { in pt_gamma() function
|