Home
last modified time | relevance | path

Searched refs:scaleByPowerOfTen (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
DOldBigDecimalScaleOperationsTest.java59 res = a.scaleByPowerOfTen(-50); in testScaleByPowerOfTenEx()
62 res = a.scaleByPowerOfTen(50); in testScaleByPowerOfTenEx()
66 a.scaleByPowerOfTen(Integer.MIN_VALUE + 2); in testScaleByPowerOfTenEx()
72 a.scaleByPowerOfTen(Integer.MAX_VALUE - 2); in testScaleByPowerOfTenEx()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigDecimalConvertTest.java204 BigDecimal result = aNumber.scaleByPowerOfTen(10); in testScaleByPowerOfTen1()
218 BigDecimal result = aNumber.scaleByPowerOfTen(10); in testScaleByPowerOfTen2()
/libcore/luni/src/main/java/java/math/
DBigDecimal.java2010 public BigDecimal scaleByPowerOfTen(int n) { in scaleByPowerOfTen() method in BigDecimal