Searched refs:stripZerosToMatchScale (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java1165 scaledResult.stripZerosToMatchScale(preferredScale);
1492 res.stripZerosToMatchScale(preferredScale);
1738 quotient.stripZerosToMatchScale(preferredScale);
1814 result.stripZerosToMatchScale(preferredScale);
2529 result.stripZerosToMatchScale(Long.MIN_VALUE);
3653 private BigDecimal stripZerosToMatchScale(long preferredScale) { method in class:BigDecimal

Completed in 37 milliseconds