HomeSort by relevance Sort by last modified time
    Searched refs:pt_gamma (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/test/unit/
math.c 312 * Expected pt_gamma(p=[0.1..0.99] increment=0.07,
364 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0,
367 "Incorrect pt_gamma result for i=%u, j=%u", i, j);
380 pt_gamma(0.5, shape, 1.0, ln_gamma_shape) * 10.0,
381 pt_gamma(0.5, shape, 10.0, ln_gamma_shape), MAX_REL_ERR,
  /external/jemalloc/test/include/test/
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) function

Completed in 107 milliseconds