Lines Matching refs:numberOfDigits
190 int numberOfDigits = 0; in countDigits() local
192 ++numberOfDigits; in countDigits()
196 return numberOfDigits; in countDigits()
641 const int numberOfDigits = countDigits(result); in ceil() local
643 if (numberOfDigits <= numberOfDropDigits) in ceil()
682 const int numberOfDigits = countDigits(result); in floor() local
684 if (numberOfDigits < numberOfDropDigits) in floor()
708 int numberOfDigits = 0; in fromString() local
743 if (numberOfDigits < Precision) { in fromString()
744 ++numberOfDigits; in fromString()
760 if (numberOfDigits < Precision) { in fromString()
761 ++numberOfDigits; in fromString()
821 numberOfDigits = 1; in fromString()
832 numberOfDigits = 1; in fromString()
859 numberOfDigits = 1; in fromString()
884 if (overflow + numberOfDigits - numberOfDigitsAfterDot > Precision) in fromString()
921 const int numberOfDigits = countDigits(result); in round() local
923 if (numberOfDigits < numberOfDropDigits) in round()