Lines Matching refs:__clz
422 unsigned __clz = __bits_per_word - __first.__ctz_;
423 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
425 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
563 unsigned __clz = __bits_per_word - __last.__ctz_;
564 …_storage_type __m = (~__storage_type(0) << (__last.__ctz_ - __dn)) & (~__storage_type(0) >> __clz);
728 unsigned __clz = __bits_per_word - __first.__ctz_;
729 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
731 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
1051 unsigned __clz = __bits_per_word - __first1.__ctz_;
1052 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
1054 …torage_type __m = (~__storage_type(0) << __first1.__ctz_) & (~__storage_type(0) >> (__clz - __dn));