Searched defs:count_leading_zeros (Results 1 – 2 of 2) 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() function
213 #define count_leading_zeros(count, x) \ macro