Home
last modified time | relevance | path

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

/third_party/boost/boost/math/distributions/
Duniform.hpp86 inline bool check_uniform( in check_uniform() function
123 …detail::check_uniform("boost::math::uniform_distribution<%1%>::uniform_distribution", l_lower, l_u… in uniform_distribution()
165 …if(false == detail::check_uniform("boost::math::pdf(const uniform_distribution<%1%>&, %1%)", lower… in pdf()
190 …if(false == detail::check_uniform("boost::math::cdf(const uniform_distribution<%1%>&, %1%)",lower,… in cdf()
215 …if(false == detail::check_uniform("boost::math::quantile(const uniform_distribution<%1%>&, %1%)",l… in quantile()
241 …if(false == detail::check_uniform("boost::math::cdf(const uniform_distribution<%1%>&, %1%)", lower… in cdf()
267 …if(false == detail::check_uniform("boost::math::quantile(const uniform_distribution<%1%>&, %1%)", … in quantile()
292 …if(false == detail::check_uniform("boost::math::mean(const uniform_distribution<%1%>&)", lower, up… in mean()
305 …if(false == detail::check_uniform("boost::math::variance(const uniform_distribution<%1%>&)", lower… in variance()
319 …if(false == detail::check_uniform("boost::math::mode(const uniform_distribution<%1%>&)", lower, up… in mode()
[all …]
/third_party/boost/libs/math/test/
Dtest_uniform.cpp37 void check_uniform(RealType lower, RealType upper, RealType x, RealType p, RealType q, RealType tol) in check_uniform() function
256 check_uniform( in test_spots()
265 check_uniform( in test_spots()
273 check_uniform( in test_spots()
281 check_uniform( in test_spots()