Home
last modified time | relevance | path

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

/third_party/boost/libs/math/reporting/performance/
Dtable_helper.hpp184 inline double dcdflib_gamma_cdf(double x, double shape, double scale) in dcdflib_gamma_cdf() function
Dtest_distributions.cpp726 …gamma.run_timed_tests([](const std::vector<double>& v, double x) { return dcdflib_gamma_cdf(x, v[… in main()