Searched refs:const_max (Results 1 – 25 of 26) sorted by relevance
12
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>
37 Char const const_max = integer_traits::const_max; in acid_test() local38 unsigned bit_set_size = unsigned(const_max)-unsigned(const_min)+1; in acid_test()43 Char max = const_max; in acid_test()69 for (int i = const_min; i <= int(const_max); ++i) in acid_test()
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()
22 typedef boost::ratio<boost::integer_traits<boost::intmax_t>::const_max, 1> R1;26 BOOST_RATIO_STATIC_ASSERT(RT::num==boost::integer_traits<boost::intmax_t>::const_max+1, NOTHING, (R…
28 (boost::integer_traits<wchar_t>::const_max < 0x110000) ?29 boost::integer_traits<wchar_t>::const_max +
75 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;93 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;107 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;125 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;138 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;177 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;
50 BOOST_ASSERT(t_ <= boost::integer_traits<base_type>::const_max); in version_type()83 BOOST_ASSERT(t_ <= boost::integer_traits<base_type>::const_max); in class_id_type()125 BOOST_ASSERT(t_ <= boost::integer_traits<base_type>::const_max); in object_id_type()
163 <= boost::integer_traits<std::streamsize>::const_max in load_binary()175 BOOST_ASSERT(count % sizeof(Elem) <= boost::integer_traits<std::streamsize>::const_max); in load_binary()
71 const int& const_max = *max_element( cref_list_of<8>(a)(b)(c)(d)(e)(f)(g)(h) ); in check_static_list_of() local72 BOOST_CHECK_EQUAL( max, const_max ); in check_static_list_of()
86 off > integer_traits<std::streamoff>::const_max ) ) in seek()113 off > integer_traits<std::streamoff>::const_max ) ) in seek()
116 if (*next1 > integer_traits<unsigned char>::const_max) in do_out()224 if (*next1 > integer_traits<unsigned char>::const_max) in do_out()
18 T v = traits::const_min + traits::const_max; in check()
69 BOOST_TEST(traits::const_max == (traits::max)()); in runtest()
65 else if(m <= traits::const_max/a) // i.e. a*m <= max in mult()79 else if(m <= (traits::const_max-c)/a) { // i.e. a*m+c <= max in mult_add()
43 BOOST_ASSERT(t_ <= boost::integer_traits<base_type>::const_max); in library_version_type()
33 BOOST_ASSERT(t_ <= boost::integer_traits<base_type>::const_max); in item_version_type()
675 LLVMValueRef const_max; in lp_build_conv() local676 const_max = lp_build_const_int_vec(gallivm, src_type, 255); in lp_build_conv()677 tmp[j] = lp_build_min(&bld, src[j], const_max); in lp_build_conv()768 LLVMValueRef const_max; in lp_build_conv() local769 const_max = lp_build_const_int_vec(gallivm, src_type, 255); in lp_build_conv()770 a = lp_build_min(&bld, a, const_max); in lp_build_conv()
57 range.last == integer_traits::const_max in can_merge()
72 boost::integer_traits<std::streamsize>::const_max
46 const int modulus = boost::integer_traits<IntType>::const_max; in BOOST_AUTO_TEST_CASE_TEMPLATE()
35 …teger_traits], derives from [^std::numeric_limits] and adds [^const_min] and [^const_max] members.]120 static const T const_max = ``['implementation-defined]``;137 [[[^const_max]][[^T]][equivalent to [^std::numeric_limits<T>::max()]]]142 [^const_min] and [^const_max] are not provided for that user-defined class, unless boost::integer_t…
104 … mpl::bool_<capacity - 1 < boost::integer_traits<boost::uint16_t>::const_max>,
341 if ( off > integer_traits<BOOST_IOSTREAMS_FD_OFFSET>::const_max || in seek()
97 …static const exponent_type max_exponent_limit = boost::integer_traits<exponent_type>::const_max - …696 …BOOST_STATIC_ASSERT(boost::integer_traits<exponent_type>::const_max - cpp_bin_float<Digits, DigitB… in do_eval_add()