Searched defs:CountLeadingZeros (Results 1 – 7 of 7) sorted by relevance
90 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function95 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function107 inline int CountLeadingZeros(uint32_t n) { in CountLeadingZeros() function116 inline int CountLeadingZeros(uint64_t n) { in CountLeadingZeros() function152 inline int CountLeadingZeros(T n) { in CountLeadingZeros() function163 inline int CountLeadingZeros(uint32_t n) { return CountLeadingZeros<31>(n); } in CountLeadingZeros() function165 inline int CountLeadingZeros(uint64_t n) { return CountLeadingZeros<63>(n); } in CountLeadingZeros() function
26 static int CountLeadingZeros(unsigned long long n) { in CountLeadingZeros() function
75 int CountLeadingZeros(uint64_t value, int width) { in CountLeadingZeros() function
80 CountLeadingZeros(T value) { in CountLeadingZeros() function
204 TEST(MathUtilTest, CountLeadingZeros) in TEST() argument
569 inline unsigned int CountLeadingZeros(uint32_t x) in CountLeadingZeros() function
160 int CountLeadingZeros(T integer_input) { in CountLeadingZeros() function