Searched refs:bubblePos (Results 1 – 3 of 3) sorted by relevance
877 int bubblePos = 0; in roundToMagnitude() local881 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()883 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
875 int bubblePos = 0; in roundToMagnitude() local879 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()881 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
731 int bubblePos = 0; in roundToMagnitude() local734 for (; getDigitPos(bubblePos) == 9; bubblePos++) {} in roundToMagnitude()735 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()