Home
last modified time | relevance | path

Searched refs:number_kind_floating_point (Results 1 – 11 of 11) sorted by relevance

/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.hpp37 …generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /*to_t…
41 …const From& from, const mpl::int_<number_kind_floating_point>& /*to_type*/, const mpl::int_<number…
960 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The fabs functio… in eval_fabs()
971 …BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_floating_point, "The fpclas… in eval_fpclassify()
978 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The fmod functio… in eval_fmod()
1040 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The remquo funct… in eval_remquo()
1183 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The trunc functi… in eval_trunc()
1235 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The round functi… in eval_round()
2274 inline typename enable_if_c<number_category<T>::value == number_kind_floating_point, number<T, Expr… in frexp()
2282 …etail::expression<tag, A1, A2, A3, A4>::result_type>::value == number_kind_floating_point, typenam…
[all …]
H A Dgeneric_interconvert.hpp30 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /*… in generic_interconvert() argument
126 …const From& from, const mpl::int_<number_kind_floating_point>& /*to_type*/, const mpl::int_<number… in generic_interconvert() argument
389 …generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /*to_t… in generic_interconvert() argument
455 … mpl::int_<number_kind_rational>& /*to_type*/, const mpl::int_<number_kind_floating_point>& /*from… in generic_interconvert() argument
516 …t mpl::int_<number_kind_integer>& /*to_type*/, const mpl::int_<number_kind_floating_point>& /*from… in generic_interconvert() argument
H A Dnumber_base.hpp990 number_kind_floating_point = 1, enumerator
996 …umber_kind_integer : (std::numeric_limits<Num>::max_exponent ? number_kind_floating_point : number…
1012 struct number_category<__float128> : public mpl::int_<number_kind_floating_point> {};
H A Dnumber_compare.hpp118 …typename boost::enable_if_c<number_category<Backend>::value != number_kind_floating_point, bool>::… in is_unordered_value()
127 …typename boost::enable_if_c<number_category<Backend>::value == number_kind_floating_point, bool>::… in is_unordered_value()
134 …ename boost::enable_if_c<number_category<Arithmetic>::value != number_kind_floating_point, bool>::… in is_unordered_value()
139 …ename boost::enable_if_c<number_category<Arithmetic>::value == number_kind_floating_point, bool>::… in is_unordered_value()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/
H A Dexplicit_conversion.hpp30 || number_category<T>::value == number_kind_floating_point
45 number_category<T>::value == number_kind_floating_point,
H A Dis_restricted_conversion.hpp21 …((number_category<From>::value == number_kind_floating_point) && (number_category<To>::value == nu…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp76 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The sin function… in eval_sin()
232 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The cos function… in eval_cos()
356 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The tan function… in eval_tan()
434 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The asin functio… in eval_asin()
559 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The acos functio… in eval_acos()
613 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The atan functio… in eval_atan()
711 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The atan2 functi… in eval_atan2()
H A Dpow.hpp192 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The exp function… in eval_exp()
339 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log function… in eval_log()
447 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log10 functi… in eval_log10()
462 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The pow function… in eval_pow()
742 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log function… in eval_exp2()
864 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The sinh functio… in eval_sinh()
871 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The cosh functio… in eval_cosh()
878 …BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The tanh functio… in eval_tanh()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp238 inline typename enable_if_c<number_category<R>::value == number_kind_floating_point>::type eval_con… in eval_convert_to()
247 …value != number_kind_integer) && (number_category<R>::value != number_kind_floating_point)>::type … in eval_convert_to()
H A Dnumber.hpp1778 case boost::multiprecision::number_kind_floating_point: in operator >>()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp569 …:bool_<is_signed_number<R>::value || (number_category<R>::value == number_kind_floating_point)>()); in eval_convert_to()
570 …:bool_<is_signed_number<R>::value || (number_category<R>::value == number_kind_floating_point)>()); in eval_convert_to()