Searched refs:check_gamma (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/math/distributions/ |
D | gamma.hpp | 59 inline bool check_gamma( in check_gamma() function 81 …detail::check_gamma("boost::math::gamma_distribution<%1%>::gamma_distribution", l_scale, l_shape, … in gamma_distribution() 130 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in pdf() 154 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in cdf() 174 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in quantile() 198 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in cdf() 220 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in quantile() 244 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in mean() 262 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in variance() 280 if(false == detail::check_gamma(function, scale, shape, &result, Policy())) in mode() [all …]
|
/third_party/boost/libs/math/test/ |
D | test_gamma_dist.cpp | 50 void check_gamma(RealType shape, RealType scale, RealType x, RealType p, RealType q, RealType tol) in check_gamma() function 105 check_gamma( in test_spots() 112 check_gamma( in test_spots() 119 check_gamma( in test_spots() 139 check_gamma( in test_spots() 146 check_gamma( in test_spots() 153 check_gamma( in test_spots() 160 check_gamma( in test_spots()
|
/third_party/flutter/skia/tests/ |
D | ApplyGammaTest.cpp | 51 bool check_gamma(uint32_t src, uint32_t dst, bool toSRGB, float error, in check_gamma() function 158 if (!check_gamma(s, r, toSRGB, error, &expected)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/tests/ |
D | ApplyGammaTest.cpp | 51 bool check_gamma(uint32_t src, uint32_t dst, bool toSRGB, float error, in check_gamma() function 153 if (!check_gamma(s, r, toSRGB, error, &expected)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|