Searched refs:__dn (Results 1 – 4 of 4) sorted by relevance
189 difference_type __dn = std::min(static_cast<difference_type>(__clz), __n);190 __n -= __dn;191 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));195 __result.__seg_ += (__dn + __result.__ctz_) / __bits_per_word;196 __result.__ctz_ = static_cast<unsigned>((__dn + __result.__ctz_) % __bits_per_word);232 difference_type __dn = std::min(static_cast<difference_type>(__clz_f), __n);233 __n -= __dn;234 …age_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));237 __storage_type __ddn = std::min<__storage_type>(__dn, __clz_r);246 __dn -= __ddn;[all …]
44 __storage_type __dn = std::min(__clz_f, __n); in __fill_n_bool() local45 …e_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn)); in __fill_n_bool()50 __n -= __dn; in __fill_n_bool()
56 __storage_type __dn = std::min(__clz_f, __n); in __count_bool() local57 …e_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn)); in __count_bool()59 __n -= __dn; in __count_bool()
107 __storage_type __dn = std::min(__clz_f, __n); in __find_bool() local108 …e_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn)); in __find_bool()112 if (__n == __dn) in __find_bool()114 __n -= __dn; in __find_bool()