Home
last modified time | relevance | path

Searched refs:is_signed_number (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/cpp_int/
H A Dbitwise.hpp282 BOOST_MP_FORCEINLINE typename enable_if_c<is_signed_number<cpp_int_backend<MinBits1, MaxBits1, Sign…
647 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value…
703 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value…
753 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value…
804 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value…
H A Dadd.hpp469 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value…
509 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value…
H A Dmultiply.hpp292 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value
293 … || is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value)
321 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value
322 … || is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value)
H A Dlimits.hpp129 …ackends::is_fixed_precision<backend_type>(), boost::multiprecision::is_signed_number<backend_type>… in number_type()
134 …ackends::is_fixed_precision<backend_type>(), boost::multiprecision::is_signed_number<backend_type>… in number_type()
140 …BOOST_STATIC_CONSTEXPR bool is_signed = boost::multiprecision::is_signed_number<backend_type>::val…
H A Dmisc.hpp544 … && is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value
569 …check_is_negative(mpl::bool_<is_signed_number<R>::value || (number_category<R>::value == number_ki… in eval_convert_to()
570 …*result = negate_integer(*result, mpl::bool_<is_signed_number<R>::value || (number_category<R>::va… in eval_convert_to()
H A Ddivide.hpp609 …&& (is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value
610 … || is_signed_number<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1> >::value)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dno_et_ops.hpp25 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
308 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
369 BOOST_MP_FORCEINLINE typename enable_if<is_signed_number<B>, number<B, et_off> >::type operator - (… in operator -()
392 …f_c<(is_compatible_arithmetic_type<V, number<B, et_off> >::value && is_signed_number<B>::value), n…
H A Dnumber_base.hpp1027 struct is_signed_number : public mpl::bool_<!is_unsigned_number<T>::value> {}; struct
H A Det_ops.hpp30 …BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
36 …BOOST_STATIC_ASSERT_MSG((is_signed_number<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>… in operator -()
H A Ddefault_ops.hpp298 if((&t == &v) && is_signed_number<T>::value) in eval_subtract_default()
327 inline typename enable_if_c<is_convertible<U, number<T, et_on> >::value && is_signed_number<T>::val… in eval_subtract_default()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp125 (is_signed_number<t2>::value || !is_signed_number<t1>::value)