Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DMultiplicationTests.java97 private static boolean checkStrictMathUnsigned(long x, long y) { in checkStrictMathUnsigned() method in MultiplicationTests
147 && checkStrictMathUnsigned(x,y)); in testUnsignedMultiplyHigh()