Searched refs:BIT32 (Results 1 – 1 of 1) sorted by relevance
99 constexpr size_t BIT32 = 32; in Clz() local106 …return BIT32 - 1 - MULTIPLY_DE_BRUIJN_BIT_POSITION[static_cast<uint32_t>(value * 0x07C4ACDDU) >> S… in Clz()