Searched refs:MostSignificantBit64 (Results 1 – 2 of 2) sorted by relevance
94 static inline int MostSignificantBit64(uint64_t n) { in MostSignificantBit64() function
99 int max_bit_number = 64 - MostSignificantBit64(num); in Sqrt64()
Completed in 5 milliseconds