Home
last modified time | relevance | path

Searched refs:__limit (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dfstream.tcc775 const streamsize __limit = std::min(__chunk, __bufavail); in xsputn() local
776 if (__n >= __limit) in xsputn()
Drandom.tcc1021 auto __limit = __p.p() * (__aurng.max() - __aurng.min()); in __generate_impl() local
1024 *__f++ = (__aurng() - __aurng.min()) < __limit; in __generate_impl()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dfunctional358 operator()(unsigned int __limit)
363 return _M_table[_M_index1] % __limit;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dbitset272 const size_t __limit = _Nw - __wshift - 1;
275 for (size_t __n = 0; __n <= __limit; ++__n)
281 for (size_t __n = 0; __n < __limit; ++__n)
284 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
287 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dalgo.h1547 operator()(int __limit) in _GLIBCXX_VISIBILITY()
1548 { return rand() % __limit; } in _GLIBCXX_VISIBILITY()