Searched refs:firstNonZeroDigit (Results 1 – 2 of 2) sorted by relevance
230 int firstNonZeroDigit = val.getFirstNonzeroDigit(); in flipBit() local231 if (intCount > firstNonZeroDigit) { in flipBit()233 } else if (intCount < firstNonZeroDigit) { in flipBit()235 for (i=intCount + 1; i < firstNonZeroDigit; i++) { in flipBit()
560 int firstNonZeroDigit = getFirstNonzeroDigit(); in testBit() local561 if (intCount < firstNonZeroDigit) { in testBit()563 } else if (firstNonZeroDigit == intCount) { in testBit()