Home
last modified time | relevance | path

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

/third_party/boost/libs/math/reporting/performance/
Dtable_helper.hpp112 inline double dcdflib_chi_cdf(double x, double df) in dcdflib_chi_cdf() function
Dtest_distributions.cpp714 …run_timed_tests([](const std::vector<double>& v, double x) { return dcdflib_chi_cdf(x, v[0]); }, … in main()