Searched refs:bubblePos (Results 1 – 3 of 3) sorted by relevance
905 int bubblePos = 0; in roundToMagnitude() local908 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()910 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
907 int bubblePos = 0; in roundToMagnitude() local910 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()912 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
822 int bubblePos = 0; in roundToMagnitude() local825 for (; getDigitPos(bubblePos) == 9; bubblePos++) {} in roundToMagnitude()826 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()