Home
last modified time | relevance | path

Searched refs:__clz (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/
H A D__bit_reference444 unsigned __clz = __bits_per_word - __first.__ctz_;
445 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
447 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
583 unsigned __clz = __bits_per_word - __last.__ctz_;
584 …_storage_type __m = (~__storage_type(0) << (__last.__ctz_ - __dn)) & (~__storage_type(0) >> __clz);
746 unsigned __clz = __bits_per_word - __first.__ctz_;
747 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
749 …storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
1074 unsigned __clz = __bits_per_word - __first1.__ctz_;
1075 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
[all …]
/openbsd/gnu/llvm/clang/lib/Headers/
H A Darm_acle.h142 __clz(uint32_t __t) { in __clz() function
H A D__clang_cuda_device_functions.h49 __DEVICE__ int __clz(int __a) { return __nv_clz(__a); } in __clz() function