Lines Matching refs:__clz
418 unsigned __clz = __bits_per_word - __first.__ctz_;
419 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
421 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
559 unsigned __clz = __bits_per_word - __last.__ctz_;
560 …_storage_type __m = (~__storage_type(0) << (__last.__ctz_ - __dn)) & (~__storage_type(0) >> __clz);
724 unsigned __clz = __bits_per_word - __first.__ctz_;
725 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
727 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
1047 unsigned __clz = __bits_per_word - __first1.__ctz_;
1048 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
1050 …torage_type __m = (~__storage_type(0) << __first1.__ctz_) & (~__storage_type(0) >> (__clz - __dn));