Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DMultiplicationTests.java102 private static int test(BiFunction<Long,Long,Boolean> chk) { in test() argument
125 if(!chk.apply(xy[0], xy[1])) { in test()
132 if (!chk.apply(rnd.nextLong(), rnd.nextLong())) { in test()