Searched refs:__ulldigits (Results 1 – 2 of 2) sorted by relevance
56 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()
83 const unsigned int __ulldigits = numeric_limits<unsigned long long>::digits; in __countl_zero() local85 __t = std::__rotl(__t, __ulldigits); in __countl_zero()86 if ((__iter = std::__countl_zero(static_cast<unsigned long long>(__t))) != __ulldigits) in __countl_zero()