Home
last modified time | relevance | path

Searched refs:working (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/math/BigDecimal/
DSquareRootTests.java502 BigDecimal working = stripped.scaleByPowerOfTen(scaleAdjust);
505 ONE_TENTH.compareTo(working) <= 0 && working.compareTo(TEN) < 0;
531 BigDecimal guess = new BigDecimal(Math.sqrt(working.doubleValue()));
551 int workingPrecision = working.precision();
564 approx = ONE_HALF.multiply(approx.add(working.divide(approx, mcTmp), mcTmp));
/libcore/benchmarks/
DREADME.md46 ## Outdated documentation / Not working
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java2199 BigDecimal working = stripped.scaleByPowerOfTen(scaleAdjust); in sqrt() local
2202 ONE_TENTH.compareTo(working) <= 0 && working.compareTo(TEN) < 0; in sqrt()
2228 BigDecimal guess = new BigDecimal(Math.sqrt(working.doubleValue())); in sqrt()
2266 int workingPrecision = working.precision(); in sqrt()
2272 approx = ONE_HALF.multiply(approx.add(working.divide(approx, mcTmp), mcTmp)); in sqrt()
/libcore/tools/expected_upstream/
DREADME.md217 isn't aware of changes in the working tree / in the file system. This can lead to