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 D | bitwise.hpp | 282 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 D | add.hpp | 469 …&& (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 D | multiply.hpp | 292 …&& (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 D | limits.hpp | 129 …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 D | misc.hpp | 544 … && 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 D | divide.hpp | 609 …&& (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 D | no_et_ops.hpp | 25 …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 D | number_base.hpp | 1027 struct is_signed_number : public mpl::bool_<!is_unsigned_number<T>::value> {}; struct
|
| H A D | et_ops.hpp | 30 …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 D | default_ops.hpp | 298 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 D | cpp_int.hpp | 125 (is_signed_number<t2>::value || !is_signed_number<t1>::value)
|