Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DDivModTests.java910 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