Searched refs:rounding_error (Results 1 – 4 of 4) sorted by relevance
45 class rounding_error : public std::runtime_error class48 rounding_error(const std::string& s) : std::runtime_error(s){} in rounding_error() function in boost::math::rounding_error498 … 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()
211 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;
757 catch(const boost::math::rounding_error&) in eval_exp2()
1819 ::boost::math::policies::rounding_error< ::boost::math::policies::errno_on_error>