Home | History | Annotate | Download | only in include

Lines Matching full:__limit

246 	  const size_t __limit = _Nw - __wshift - 1;
249 for (size_t __n = 0; __n <= __limit; ++__n)
255 for (size_t __n = 0; __n < __limit; ++__n)
258 _M_w[__limit] = _M_w[_Nw-1] >> __offset;
261 std::fill(_M_w + __limit + 1, _M_w + _Nw, static_cast<_WordT>(0));