Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DDivModTests.java618 Object result = doCeilMod(x, y); in testIntCeilMod()
724 Object result = doCeilMod(x, y); in testLongCeilMod()
833 Object result = doCeilMod(x, y); in testLongIntCeilMod()
910 static Object doCeilMod(int x, int y) { in doCeilMod() method in DivModTests
924 static Object doCeilMod(long x, int y) { in doCeilMod() method in DivModTests
938 static Object doCeilMod(long x, long y) { in doCeilMod() method in DivModTests