Searched refs:thisUnscaled (Results 1 – 1 of 1) sorted by relevance
2092 BigInteger thisUnscaled = this.getUnscaledValue(); in compareTo() local2096 thisUnscaled = thisUnscaled.multiply(Multiplication.powerOf10(-diffScale)); in compareTo()2100 return thisUnscaled.compareTo(valUnscaled); in compareTo()