Home
last modified time | relevance | path

Searched refs:strippedScale (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/math/BigDecimal/
DSquareRootTests.java467 int strippedScale = stripped.scale();
471 strippedScale % 2 == 0) {
472 BigDecimal result = BigDecimal.valueOf(1L, strippedScale/2);
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java2164 int strippedScale = stripped.scale(); in sqrt() local
2168 strippedScale % 2 == 0) { in sqrt()
2169 BigDecimal result = valueOf(1L, strippedScale/2); in sqrt()