Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_gamma_hooks.hpp49 inline float gamma_q(float x, float y) in gamma_q() function
51 inline double gamma_q(double x, double y) in gamma_q() function
53 inline long double gamma_q(long double x, long double y) in gamma_q() function
150 inline float gamma_q(float x, float y) in gamma_q() function
152 inline double gamma_q(double x, double y) in gamma_q() function
154 inline long double gamma_q(long double x, long double y) in gamma_q() function
199 inline double gamma_q(double x, double y) in gamma_q() function
206 inline float gamma_q(float x, float y) in gamma_q() function
210 inline long double gamma_q(long double x, long double y) in gamma_q() function
272 …boost::math::concepts::real_concept gamma_q(boost::math::concepts::real_concept, boost::math::conc… in gamma_q() function
/third_party/boost/boost/math/special_functions/
Dgamma.hpp2038 gamma_q(T1 a, T2 z, const Policy& /* pol */) in gamma_q() function
2060 gamma_q(T1 a, T2 z) in gamma_q() function
/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp403 inline double gamma_q(double a, double x) { return pgamma(x, a, 1.0, 0, 0); } in gamma_q() function