Home
last modified time | relevance | path

Searched refs:const_max (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/boost/
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 …]
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>
/third_party/boost/libs/spirit/test/qi/
Drange_run.cpp37 Char const const_max = integer_traits::const_max; in acid_test() local
38 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()
/third_party/boost/boost/multiprecision/cpp_int/
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()
/third_party/boost/libs/ratio/test/ratio_arithmetic/
Dratio_add_fail.cpp22 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…
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dconsts.hpp28 (boost::integer_traits<wchar_t>::const_max < 0x110000) ?
29 boost::integer_traits<wchar_t>::const_max +
/third_party/boost/boost/ratio/detail/
Doverflow_helpers.hpp75 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;
/third_party/boost/boost/archive/
Dbasic_archive.hpp50 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()
Dbasic_binary_iprimitive.hpp163 <= 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()
/third_party/boost/libs/assign/test/
Dstatic_list_of.cpp71 const int& const_max = *max_element( cref_list_of<8>(a)(b)(c)(d)(e)(f)(g)(h) ); in check_static_list_of() local
72 BOOST_CHECK_EQUAL( max, const_max ); in check_static_list_of()
/third_party/boost/boost/iostreams/
Dseek.hpp86 off > integer_traits<std::streamoff>::const_max ) ) in seek()
113 off > integer_traits<std::streamoff>::const_max ) ) in seek()
/third_party/boost/libs/iostreams/test/detail/
Dnull_padded_codecvt.hpp116 if (*next1 > integer_traits<unsigned char>::const_max) in do_out()
224 if (*next1 > integer_traits<unsigned char>::const_max) in do_out()
/third_party/boost/libs/integer/test/
Dinteger_traits_include_test.cpp18 T v = traits::const_min + traits::const_max; in check()
Dinteger_traits_test.cpp69 BOOST_TEST(traits::const_max == (traits::max)()); in runtest()
/third_party/boost/boost/random/detail/
Dconst_mod.hpp65 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()
/third_party/boost/boost/serialization/
Dlibrary_version_type.hpp43 BOOST_ASSERT(t_ <= boost::integer_traits<base_type>::const_max); in library_version_type()
Ditem_version_type.hpp33 BOOST_ASSERT(t_ <= boost::integer_traits<base_type>::const_max); in item_version_type()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c675 LLVMValueRef const_max; in lp_build_conv() local
676 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() local
769 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()
/third_party/boost/boost/spirit/home/support/char_set/
Drange_functions.hpp57 range.last == integer_traits::const_max in can_merge()
/third_party/boost/boost/detail/
Dlcast_precision.hpp72 boost::integer_traits<std::streamsize>::const_max
/third_party/boost/libs/random/test/
Dtest_const_mod.cpp46 const int modulus = boost::integer_traits<IntType>::const_max; in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/integer/doc/
Dinteger.qbk35 …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…
/third_party/boost/boost/lockfree/
Dstack.hpp104 … mpl::bool_<capacity - 1 < boost::integer_traits<boost::uint16_t>::const_max>,
/third_party/boost/libs/iostreams/src/
Dfile_descriptor.cpp341 if ( off > integer_traits<BOOST_IOSTREAMS_FD_OFFSET>::const_max || in seek()
/third_party/boost/boost/multiprecision/
Dcpp_bin_float.hpp97 …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()

12