Home
last modified time | relevance | path

Searched refs:integer_traits (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dinteger_traits.hpp44 class integer_traits : public std::numeric_limits<T> class
75 class integer_traits<bool> class
81 class integer_traits<char> class
87 class integer_traits<signed char> class
93 class integer_traits<unsigned char> class
100 class integer_traits<wchar_t> class
123 #error No WCHAR_MIN and WCHAR_MAX present, please adjust integer_traits<> for your compiler.
129 class integer_traits<short> class
135 class integer_traits<unsigned short> class
141 class integer_traits<int> class
[all …]
H A Dinteger_fwd.hpp43 class integer_traits;
46 class integer_traits< bool >;
49 class integer_traits< char >;
52 class integer_traits< signed char >;
55 class integer_traits< unsigned char >;
59 class integer_traits< wchar_t >;
63 class integer_traits< short >;
66 class integer_traits< unsigned short >;
69 class integer_traits< int >;
72 class integer_traits< unsigned int >;
[all …]
H A Dinteger.hpp180 (MaxValue <= ::boost::integer_traits<boost::long_long_type>::const_max) +
184 (MaxValue <= ::boost::integer_traits<long>::const_max) +
185 (MaxValue <= ::boost::integer_traits<int>::const_max) +
186 (MaxValue <= ::boost::integer_traits<short>::const_max) +
187 (MaxValue <= ::boost::integer_traits<signed char>::const_max)
202 (MinValue >= ::boost::integer_traits<boost::long_long_type>::const_min) +
206 (MinValue >= ::boost::integer_traits<long>::const_min) +
207 (MinValue >= ::boost::integer_traits<int>::const_min) +
208 (MinValue >= ::boost::integer_traits<short>::const_min) +
209 (MinValue >= ::boost::integer_traits<signed char>::const_min)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dchecked.hpp42 if((b > 0) && ((integer_traits<A>::const_max - b) < a)) in checked_add_imp()
47 if((b < 0) && ((integer_traits<A>::const_min - b) > a)) in checked_add_imp()
55 if((integer_traits<A>::const_max - b) < a) in checked_add_imp()
75 if((b < 0) && ((integer_traits<A>::const_max + b) < a)) in checked_subtract_imp()
80 if((b > 0) && ((integer_traits<A>::const_min + b) > a)) in checked_subtract_imp()
107 if(a && (integer_traits<A>::const_max / abs(a) < abs(b))) in checked_multiply()
H A Dcpp_int_config.hpp90 class integer_traits<multiprecision::double_limb_type> class
95 class integer_traits<multiprecision::signed_double_limb_type> class
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Drange_functions.hpp50 typedef integer_traits<value_type> integer_traits; in can_merge() typedef
53 range.first == integer_traits::const_min in can_merge()
57 range.last == integer_traits::const_max in can_merge()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dseek.hpp85 ( off < integer_traits<std::streamoff>::const_min || in seek()
86 off > integer_traits<std::streamoff>::const_max ) ) in seek()
112 ( off < integer_traits<std::streamoff>::const_min || in seek()
113 off > integer_traits<std::streamoff>::const_max ) ) in seek()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dlcast_precision.hpp72 boost::integer_traits<std::streamsize>::const_max
127 (boost::integer_traits<std::streamsize>::max)(); in lcast_get_precision()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp123 struct check_overflow<T, typename enable_if_c<integer_traits<T>::is_integral>::type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp145 typedef constexpr_int<T, boost::integer_traits<T>::const_max> max; in add()
177 typedef constexpr_int<T, boost::integer_traits<T>::const_min> min; in add()