Home
last modified time | relevance | path

Searched defs:normalise (Results 1 – 1 of 1) 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 Dpolicy.hpp531 struct normalise struct
534 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list;
535 …g<arg_list, is_domain_error<mpl::_1>, typename Policy::domain_error_type >::type domain_error_type;
536 …ind_arg<arg_list, is_pole_error<mpl::_1>, typename Policy::pole_error_type >::type pole_error_type;
537 …list, is_overflow_error<mpl::_1>, typename Policy::overflow_error_type >::type overflow_error_type;
538 …t, is_underflow_error<mpl::_1>, typename Policy::underflow_error_type >::type underflow_error_type;
539 …g<arg_list, is_denorm_error<mpl::_1>, typename Policy::denorm_error_type >::type denorm_error_type;
540 …is_evaluation_error<mpl::_1>, typename Policy::evaluation_error_type >::type evaluation_error_type;
541 …list, is_rounding_error<mpl::_1>, typename Policy::rounding_error_type >::type rounding_error_type;
542 …mpl::_1>, typename Policy::indeterminate_result_error_type >::type indeterminate_result_error_type;
[all …]