Searched refs:get_epsilon (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | log1p.hpp | 100 … result_type result = tools::sum_series(s, policies::get_epsilon<result_type, Policy>(), max_iter); in log1p_imp() 103 …result_type result = tools::sum_series(s, policies::get_epsilon<result_type, Policy>(), max_iter, … in log1p_imp() 485 T result = boost::math::tools::sum_series(s, policies::get_epsilon<T, Policy>(), max_iter, zero); in log1pmx() 487 T result = boost::math::tools::sum_series(s, policies::get_epsilon<T, Policy>(), max_iter); in log1pmx()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | policy.hpp | 956 inline BOOST_MATH_CONSTEXPR T get_epsilon(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T)) BOOST_MATH_NOEXCEPT… in get_epsilon() function
|