Searched refs:bubblePos (Results 1 – 3 of 3) sorted by relevance
946 int bubblePos = 0; in roundToMagnitude() local949 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()951 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
948 int bubblePos = 0; in roundToMagnitude() local951 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()953 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
847 int bubblePos = 0; in roundToMagnitude() local850 for (; getDigitPos(bubblePos) == 9; bubblePos++) {} in roundToMagnitude()851 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()