Searched defs:gamma_p (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_gamma_hooks.hpp | 61 inline float gamma_p(float x, float y) in gamma_p() function 63 inline double gamma_p(double x, double y) in gamma_p() function 65 inline long double gamma_p(long double x, long double y) in gamma_p() function 156 inline float gamma_p(float x, float y) in gamma_p() function 158 inline double gamma_p(double x, double y) in gamma_p() function 160 inline long double gamma_p(long double x, long double y) in gamma_p() function 214 inline double gamma_p(double x, double y) in gamma_p() function 221 inline float gamma_p(float x, float y) in gamma_p() function 225 inline long double gamma_p(long double x, long double y) in gamma_p() function 273 …boost::math::concepts::real_concept gamma_p(boost::math::concepts::real_concept, boost::math::conc… in gamma_p() function
|
/third_party/boost/boost/math/special_functions/ |
D | gamma.hpp | 2069 gamma_p(T1 a, T2 z, const Policy&) in gamma_p() function 2091 gamma_p(T1 a, T2 z) in gamma_p() function
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | bindings.hpp | 402 inline double gamma_p(double a, double x) { return pgamma(x, a, 1.0, 1, 0); } in gamma_p() function
|