Searched refs:lowBit (Results 1 – 1 of 1) sorted by relevance
387 int32_t lowBit, index = -1; in lowestSetBitHighPrecision() local391 lowBit = lowestSetBit (arg + index); in lowestSetBitHighPrecision()392 if (lowBit) in lowestSetBitHighPrecision()393 return lowBit + 64 * index; in lowestSetBitHighPrecision()