Home
last modified time | relevance | path

Searched refs:rounding_error (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Derror_handling.hpp45 class rounding_error : public std::runtime_error class
48 rounding_error(const std::string& s) : std::runtime_error(s){} in rounding_error() function in boost::math::rounding_error
498 … const ::boost::math::policies::rounding_error< ::boost::math::policies::throw_on_error>&) in raise_rounding_error()
500 raise_error<boost::math::rounding_error, T>(function, message, val); in raise_rounding_error()
511 …const ::boost::math::policies::rounding_error< ::boost::math::policies::ignore_error>&) BOOST_MAT… in raise_rounding_error()
525 …const ::boost::math::policies::rounding_error< ::boost::math::policies::errno_on_error>&) BOOST_M… in raise_rounding_error()
540 …const ::boost::math::policies::rounding_error< ::boost::math::policies::errno_on_error>&) BOOST_M… in raise_rounding_error()
554 const ::boost::math::policies::rounding_error< ::boost::math::policies::user_error>&) in raise_rounding_error()
H A Dpolicy.hpp211 BOOST_MATH_META_INT(error_policy_type, rounding_error, BOOST_MATH_ROUNDING_ERROR_POLICY)
433 …typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type r…
477 typedef rounding_error<> rounding_error_type;
502 typedef rounding_error<> rounding_error_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dpow.hpp757 catch(const boost::math::rounding_error&) in eval_exp2()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1819 ::boost::math::policies::rounding_error< ::boost::math::policies::errno_on_error>