| /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 | comparison.hpp | 23 template <unsigned MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked… 25 !is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> >::value, 28 …l_eq(const cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& a, const cpp_int_backe… in eval_eq() argument 34 …stdext::checked_array_iterator<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>::co… in eval_eq() 59 template <unsigned MinBits, unsigned MaxBits, cpp_int_check_type Checked, class Allocator> 61 …!is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator> >::val… 63 …>::type eval_eq(const cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, … in eval_eq() argument 69 template <unsigned MinBits, unsigned MaxBits, cpp_int_check_type Checked, class Allocator> 71 …!is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator> >::val… 73 …>::type eval_eq(const cpp_int_backend<MinBits, MaxBits, signed_magnitude, Checked, Allocator>& a, … in eval_eq() argument [all …]
|
| H A D | limits.hpp | 20 template <unsigned MinBits, unsigned MaxBits, boost::multiprecision::cpp_integer_type SignType, boo… 21 inline boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignT… 25 …typedef boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, Sig… in get_min() 26 …typedef boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MaxBits, MaxBits, boo… in get_min() 31 template <unsigned MinBits, unsigned MaxBits, boost::multiprecision::cpp_integer_type SignType, boo… 32 inline boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignT… 36 …::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checke… in get_min() 40 template <unsigned MinBits, unsigned MaxBits, boost::multiprecision::cpp_integer_type SignType, boo… 41 inline boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignT… 46 …::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checke… in get_min() [all …]
|
| H A D | import_export.hpp | 70 …template <unsigned MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checke… 71 …inline void resize_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& ne… in resize_to_bit_size() argument 76 …static const unsigned max_limbs = MaxBits ? MaxBits / (CHAR_BIT * sizeof(limb_type)) + ((MaxBits %… in resize_to_bit_size() 82 …template <unsigned MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checke… 83 …inline void resize_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& ne… in resize_to_bit_size() argument 88 …template <unsigned MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checke… 89 … number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& 91 …number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& val,… in import_bits_generic() argument 93 …typename number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplat… in import_bits_generic() 99 …typedef typename cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>::trivial_tag tag_… in import_bits_generic() [all …]
|
| H A D | serialize.hpp | 185 template<class Archive, unsigned MinBits, unsigned MaxBits, mp::cpp_integer_type SignType, mp::cpp_… 186 void serialize(Archive & ar, mp::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& v… in serialize() argument 189 …typedef mpl::bool_<mp::backends::is_trivial_cpp_int<mp::cpp_int_backend<MinBits, MaxBits, SignType… in serialize()
|
| /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 | 43 …MaxBits = 0, boost::multiprecision::cpp_integer_type SignType = signed_magnitude, cpp_int_check_ty… 50 …template <unsigned MinBits, unsigned MaxBits, boost::multiprecision::cpp_integer_type SignType, cp… 51 …struct is_byte_container<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>… 57 template <unsigned MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked… 64 template <unsigned MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked… 65 struct max_precision<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > 68 static_unsigned_max<MinBits, MaxBits>::value 69 : (((MaxBits >= MinBits) && MaxBits) ? MaxBits : UINT_MAX); 74 template <unsigned MinBits, unsigned MaxBits, cpp_integer_type SignType, cpp_int_check_type Checked… 75 struct min_precision<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > [all …]
|