Searched refs:MostSignificantBit (Results 1 – 3 of 3) sorted by relevance
610 int MostSignificantBit(-1); local612 MostSignificantBit = (Value & (1 << BitIndex)) ? MostSignificantBit : BitIndex;613 assert(MostSignificantBit >= 0);614 return MostSignificantBit;
122 inline int MostSignificantBit(uint32_t x) { in MostSignificantBit() function
2592 int high = MostSignificantBit( in InferRange()