Home
last modified time | relevance | path

Searched refs:evaluation_error (Results 1 – 3 of 3) 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.hpp39 class evaluation_error : public std::runtime_error class
42 evaluation_error(const std::string& s) : std::runtime_error(s){} in evaluation_error() function in boost::math::evaluation_error
450 … const ::boost::math::policies::evaluation_error< ::boost::math::policies::throw_on_error>&) in raise_evaluation_error()
452 raise_error<boost::math::evaluation_error, T>(function, message, val); in raise_evaluation_error()
462 …const ::boost::math::policies::evaluation_error< ::boost::math::policies::ignore_error>&) BOOST_M… in raise_evaluation_error()
474 …const ::boost::math::policies::evaluation_error< ::boost::math::policies::errno_on_error>&) BOOST… in raise_evaluation_error()
487 const ::boost::math::policies::evaluation_error< ::boost::math::policies::user_error>&) in raise_evaluation_error()
H A Dpolicy.hpp210 BOOST_MATH_META_INT(error_policy_type, evaluation_error, BOOST_MATH_EVALUATION_ERROR_POLICY)
432 …typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::ty…
476 typedef evaluation_error<> evaluation_error_type;
501 typedef evaluation_error<> evaluation_error_type;
/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.hpp1818 ::boost::math::policies::evaluation_error< ::boost::math::policies::errno_on_error>,