Lines Matching refs:__clz
423 unsigned __clz = __bits_per_word - __first.__ctz_;
424 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
426 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
564 unsigned __clz = __bits_per_word - __last.__ctz_;
565 …_storage_type __m = (~__storage_type(0) << (__last.__ctz_ - __dn)) & (~__storage_type(0) >> __clz);
729 unsigned __clz = __bits_per_word - __first.__ctz_;
730 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
732 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
1052 unsigned __clz = __bits_per_word - __first1.__ctz_;
1053 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
1055 …torage_type __m = (~__storage_type(0) << __first1.__ctz_) & (~__storage_type(0) >> (__clz - __dn));