Searched refs:const_max (Results 1 – 7 of 7) sorted by relevance
180 (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 …]
57 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>
42 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()
86 off > integer_traits<std::streamoff>::const_max ) ) in seek()113 off > integer_traits<std::streamoff>::const_max ) ) in seek()
57 range.last == integer_traits::const_max in can_merge()
72 boost::integer_traits<std::streamsize>::const_max
145 typedef constexpr_int<T, boost::integer_traits<T>::const_max> max; in add()