Searched refs:Log2Floor32_Portable (Results 1 – 1 of 1) sorted by relevance
419 static int Log2Floor32_Portable(uint32 n) { in Log2Floor32_Portable() function439 return Log2Floor32_Portable(static_cast<uint32>(n)); in Log2Floor64()441 return 32 + Log2Floor32_Portable(topbits); in Log2Floor64()