Searched refs:doStrictFloorMod (Results 1 – 1 of 1) sorted by relevance
144 Object strict_result = doStrictFloorMod(x, y); in testIntFloorMod()250 Object strict_result = doStrictFloorMod(x, y); in testLongFloorMod()359 Object strict_result = doStrictFloorMod(x, y); in testLongIntFloorMod()514 static Object doStrictFloorMod(int x, int y) { in doStrictFloorMod() method in DivModTests528 static Object doStrictFloorMod(long x, int y) { in doStrictFloorMod() method in DivModTests542 static Object doStrictFloorMod(long x, long y) { in doStrictFloorMod() method in DivModTests