Home
last modified time | relevance | path

Searched defs:gamma_p_inv (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_gamma_hooks.hpp247 inline double gamma_p_inv(double x, double y) in gamma_p_inv() function
256 inline float gamma_p_inv(float x, float y) in gamma_p_inv() function
260 inline long double gamma_p_inv(long double x, long double y) in gamma_p_inv() function
274 …boost::math::concepts::real_concept gamma_p_inv(boost::math::concepts::real_concept x, boost::math… in gamma_p_inv() function
/third_party/boost/boost/math/special_functions/detail/
Digamma_inverse.hpp513 gamma_p_inv(T1 a, T2 p, const Policy& pol) in gamma_p_inv() function
533 gamma_p_inv(T1 a, T2 p) in gamma_p_inv() function
/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp404 inline double gamma_p_inv(double a, double x) { return qgamma(x, a, 1.0, 1, 0); } in gamma_p_inv() function