Home
last modified time | relevance | path

Searched refs:user_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.hpp215 const ::boost::math::policies::domain_error< ::boost::math::policies::user_error>&) in raise_domain_error()
255 const ::boost::math::policies::pole_error< ::boost::math::policies::user_error>&) in raise_pole_error()
336 const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error>&) in raise_overflow_error()
346 const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error>&) in raise_overflow_error()
393 const ::boost::math::policies::underflow_error< ::boost::math::policies::user_error>&) in raise_underflow_error()
440 const ::boost::math::policies::denorm_error< ::boost::math::policies::user_error>&) in raise_denorm_error()
487 const ::boost::math::policies::evaluation_error< ::boost::math::policies::user_error>&) in raise_evaluation_error()
554 const ::boost::math::policies::rounding_error< ::boost::math::policies::user_error>&) in raise_rounding_error()
605 … const ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::user_error>&) in raise_indeterminate_result_error()
701 …R) && BOOST_MATH_IS_FLOAT(T) && (Policy::value != throw_on_error) && (Policy::value != user_error)) in check_overflow()
[all …]
H A Dpolicy.hpp202 user_error = 3 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)
1029 && (t3::value != throw_on_error) && (t3::value != user_error)
1030 && (t4::value != throw_on_error) && (t4::value != user_error)
1031 && (t5::value != throw_on_error) && (t5::value != user_error)
1032 && (t6::value != throw_on_error) && (t6::value != user_error)
1033 && (t7::value != throw_on_error) && (t7::value != user_error)
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmce.c84 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()
154 mce->u.user_error.effective_address_provided = true; in save_mce_event()
155 mce->u.user_error.effective_address = addr; in save_mce_event()
507 subtype = evt->u.user_error.user_error_type < in machine_check_print_event_info()
509 mc_user_types[evt->u.user_error.user_error_type] in machine_check_print_event_info()
511 if (evt->u.user_error.effective_address_provided) in machine_check_print_event_info()
512 ea = evt->u.user_error.effective_address; in machine_check_print_event_info()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmce.h169 } user_error; member