Home
last modified time | relevance | path

Searched defs:square (Results 1 – 5 of 5) sorted by relevance

/libcore/support/src/test/java/tests/util/
DSummaryStatistics.java37 private double square(double value) { in square() method in SummaryStatistics
/libcore/ojluni/src/test/java/util/DoubleStreamSums/
DCompensatedSums.java111 private static double square(double arg) { in square() method in CompensatedSums
/libcore/ojluni/src/test/java/math/BigDecimal/
DSquareRootTests.java227 BigDecimal square = new BigDecimal(squareAndRoot[0]); in lowPrecisionPerfectSquares() local
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2128 private BigInteger square() { in square() method
2139 private BigInteger square(boolean isRecursion) { in square() method
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java230 private static void square(int order) { in square() method in BigIntegerTest