Lines Matching refs:least
169 // fast integers from least integers
182 typedef ``['implementation-defined-type]`` least;
183 typedef int_fast_t<least>::fast fast;
192 typedef ``['implementation-defined-type]`` least;
193 typedef int_fast_t<least>::fast fast;
200 typedef ``['implementation-defined-type]`` least;
201 typedef int_fast_t<least>::fast fast;
207 typedef ``['implementation-defined-type]`` least;
208 typedef int_fast_t<least>::fast fast;
215 typedef ``['implementation-defined-type]`` least;
216 typedef int_fast_t<least>::fast fast;
242 nested type [^least]. The easiest-to-manipulate version of that type is given by the nested type [^…
250 [[^boost::int_t<N>::least]]
251 [The smallest, built-in, signed integral type with at least /N/ bits, including the sign bit.
257 …[The easiest-to-manipulate, built-in, signed integral type with at least /N/ bits, including the s…
268 [[^boost::uint_t<N>::least]]
269 [The smallest, built-in, unsigned integral type with at least /N/ bits.
275 [The easiest-to-manipulate, built-in, unsigned integral type with at least /N/ bits.
298 [[^boost::int_min_value_t<V>::least]]
308 [[^boost::uint_value_t<V>::least]]
329 boost::int_t<24>::least my_var; // my_var has at least 24-bits
332 boost::int_max_value_t<1000>::least my1000 = 1000;
401 typedef ``['implementation-defined-type]`` least;
404 static const least high_bit = ``['implementation-defined]``;
413 typedef ``['implementation-defined-type]`` least;
416 static const least sig_bits = ``['implementation-defined]``;
438 [[[^least]][The smallest, unsigned, built-in type that supports the given bit position.]]
439 [[[^fast]][The easiest-to-manipulate analog of [^least].]]
440 [[[^high_bit]][A [^least] constant of the value 2[super Bit].]]
457 [[[^least]][The smallest, unsigned built-in type that supports the given bit count.]]
458 [[[^fast]][The easiest-to-manipulate analog of [^least].]]
459 [[[^sig_bits]][A [^least] constant of the desired bit-masking value.]]
484 mask1_type::least my_var1;