Home
last modified time | relevance | path

Searched refs:const_max (Results 1 – 7 of 7) 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.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)
227 (MaxValue <= ::boost::integer_traits<unsigned long>::const_max) +
228 (MaxValue <= ::boost::integer_traits<unsigned int>::const_max) +
229 (MaxValue <= ::boost::integer_traits<unsigned short>::const_max) +
230 (MaxValue <= ::boost::integer_traits<unsigned char>::const_max));
235 (MaxValue <= ::boost::integer_traits<boost::ulong_long_type>::const_max) +
[all …]
H A Dinteger_traits.hpp57 BOOST_STATIC_CONSTANT(T, const_max = max_val);
69 const T integer_traits_base<T, min_val, max_val>::const_max; member in boost::detail::integer_traits_base<T, min_val, max_val>
/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()
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()
107 if(a && (integer_traits<A>::const_max / abs(a) < abs(b))) in checked_multiply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dseek.hpp86 off > integer_traits<std::streamoff>::const_max ) ) 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/spirit/home/support/char_set/
H A Drange_functions.hpp57 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/detail/
H A Dlcast_precision.hpp72 boost::integer_traits<std::streamsize>::const_max
/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()