Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DDivModTests.java88 static void testIntFloorDivMod(int x, int y, Object divExpected, Object modExpected) { in testIntFloorDivMod() argument
89 testIntFloorDiv(x, y, divExpected); in testIntFloorDivMod()
178 static void testLongFloorDivMod(long x, long y, Object divExpected, Object modExpected) { in testLongFloorDivMod() argument
179 testLongFloorDiv(x, y, divExpected); in testLongFloorDivMod()
283 static void testLongIntFloorDivMod(long x, int y, Object divExpected, Object modExpected) { in testLongIntFloorDivMod() argument
284 testLongIntFloorDiv(x, y, divExpected); in testLongIntFloorDivMod()