Searched refs:diffPrecision (Results 1 – 1 of 1) sorted by relevance
1421 int diffPrecision = this.precision() - divisor.precision(); in divideToIntegralValue() local1425 long quotPrecision = diffPrecision - diffScale + 1; in divideToIntegralValue()1448 long exp = Math.min(-diffScale, Math.max((long)mcPrecision - diffPrecision, 0)); in divideToIntegralValue()2092 int diffPrecision = this.approxPrecision() - val.approxPrecision(); in compareTo() local2093 if (diffPrecision > diffScale + 1) { in compareTo()2095 } else if (diffPrecision < diffScale - 1) { in compareTo()