Home
last modified time | relevance | path

Searched refs:__ulldigits (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__bit/
H A Dcountr.h56 const unsigned int __ulldigits = numeric_limits<unsigned long long>::digits; in __countr_zero()
58 __ret += __ulldigits; in __countr_zero()
59 __t >>= __ulldigits; in __countr_zero()
H A Dcountl.h83 const unsigned int __ulldigits = numeric_limits<unsigned long long>::digits; in __countl_zero() local
85 __t = std::__rotl(__t, __ulldigits); in __countl_zero()
86 if ((__iter = std::__countl_zero(static_cast<unsigned long long>(__t))) != __ulldigits) in __countl_zero()