Searched refs:count_leading_zeros (Results 1 – 1 of 1) sorted by relevance
36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) in count_leading_zeros() function52 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) in count_leading_zeros() function66 n = 32 + count_leading_zeros<unsigned int>(lo); in count_leading_zeros()68 n = count_leading_zeros<unsigned int>(hi); in count_leading_zeros()151 const int leading_zeros = count_leading_zeros(static_cast<UnsignedType>(divider));