Lines Matching refs:__clz
415 unsigned __clz = __bits_per_word - __first.__ctz_;
416 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
418 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
556 unsigned __clz = __bits_per_word - __last.__ctz_;
557 …_storage_type __m = (~__storage_type(0) << (__last.__ctz_ - __dn)) & (~__storage_type(0) >> __clz);
721 unsigned __clz = __bits_per_word - __first.__ctz_;
722 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
724 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
1044 unsigned __clz = __bits_per_word - __first1.__ctz_;
1045 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
1047 …torage_type __m = (~__storage_type(0) << __first1.__ctz_) & (~__storage_type(0) >> (__clz - __dn));