Home
last modified time | relevance | path

Searched refs:msb4 (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dutils.h99 static const int msb4[] = {0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4}; in MostSignificantBit() local
113 return nibble + msb4[x]; in MostSignificantBit()