Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DMultiplicationTests.java84 private static boolean checkSigned(long x, long y) { in checkSigned() method in MultiplicationTests
141 return test((x,y) -> checkSigned(x,y)); in testMultiplyHigh()