Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DDivModTests.java89 testIntFloorDiv(x, y, divExpected); in testIntFloorDivMod()
96 static void testIntFloorDiv(int x, int y, Object expected) { in testIntFloorDiv() method in DivModTests