Home
last modified time | relevance | path

Searched refs:throw_on_error (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/policies/
H A Derror_handling.hpp178 const ::boost::math::policies::domain_error< ::boost::math::policies::throw_on_error>&) in raise_domain_error()
225 const ::boost::math::policies::pole_error< ::boost::math::policies::throw_on_error>&) in raise_pole_error()
227 … message, val, ::boost::math::policies::domain_error< ::boost::math::policies::throw_on_error>()); in raise_pole_error()
265 … const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&) in raise_overflow_error()
277 const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&) in raise_overflow_error()
359 … const ::boost::math::policies::underflow_error< ::boost::math::policies::throw_on_error>&) in raise_underflow_error()
403 const ::boost::math::policies::denorm_error< ::boost::math::policies::throw_on_error>&) in raise_denorm_error()
450 … const ::boost::math::policies::evaluation_error< ::boost::math::policies::throw_on_error>&) in raise_evaluation_error()
498 … const ::boost::math::policies::rounding_error< ::boost::math::policies::throw_on_error>&) in raise_rounding_error()
565 …nst ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::throw_on_error>&) in raise_indeterminate_result_error()
[all …]
H A Dpolicy.hpp70 #define BOOST_MATH_DOMAIN_ERROR_POLICY throw_on_error
73 #define BOOST_MATH_POLE_ERROR_POLICY throw_on_error
76 #define BOOST_MATH_OVERFLOW_ERROR_POLICY throw_on_error
79 #define BOOST_MATH_EVALUATION_ERROR_POLICY throw_on_error
82 #define BOOST_MATH_ROUNDING_ERROR_POLICY throw_on_error
199 throw_on_error = 0, enumerator
997 …(domain_error_type::value == throw_on_error) || (domain_error_type::value == user_error) || (domai…
1007 (domain_error_type::value == throw_on_error) && (domain_error_type::value != user_error),
1027 ((t1::value != throw_on_error) && (t1::value != user_error)
1028 && (t2::value != throw_on_error) && (t2::value != user_error)
[all …]