Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl610 int MostSignificantBit(-1); local
612 MostSignificantBit = (Value & (1 << BitIndex)) ? MostSignificantBit : BitIndex;
613 assert(MostSignificantBit >= 0);
614 return MostSignificantBit;
/external/v8/src/
Dutils.h122 inline int MostSignificantBit(uint32_t x) { in MostSignificantBit() function
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2592 int high = MostSignificantBit( in InferRange()