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