| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 37 …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 D | generic_interconvert.hpp | 30 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 D | number_base.hpp | 990 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 D | number_compare.hpp | 118 …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 D | explicit_conversion.hpp | 30 || number_category<T>::value == number_kind_floating_point 45 number_category<T>::value == number_kind_floating_point,
|
| H A D | is_restricted_conversion.hpp | 21 …((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 D | trig.hpp | 76 …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 D | pow.hpp | 192 …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 D | rational_adaptor.hpp | 238 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 D | number.hpp | 1778 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 D | misc.hpp | 569 …: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()
|