Searched refs:lowestSetBit (Results 1 – 3 of 3) sorted by relevance
98 int32_t lowestSetBit(uint64_t* y);
324 lowestSetBit (uint64_t * y) in lowestSetBit() function391 lowBit = lowestSetBit (arg + index); in lowestSetBitHighPrecision()
2538 int lowestSetBit; in doubleValue() local2578 lowestSetBit = mantissa.getLowestSetBit(); in doubleValue()2585 if ((((bits & 1) == 1) && (lowestSetBit < discardedSize)) in doubleValue()2623 && (lowestSetBit < discardedSize))) { in doubleValue()