Searched refs:stripZerosToMatchScale (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/math/ |
D | BigDecimal.java | 1341 … return stripZerosToMatchScale(result.intVal, result.intCompact, result.scale, preferredScale); in add() 1799 …quotient = stripZerosToMatchScale(quotient.intVal, quotient.intCompact, quotient.scale, preferredS… in divideToIntegralValue() 1875 … return stripZerosToMatchScale(result.intVal,result.intCompact,result.scale,preferredScale); in divideToIntegralValue() 4435 …private static BigDecimal stripZerosToMatchScale(BigInteger intVal, long intCompact, int scale, in… in stripZerosToMatchScale() method
|