Searched defs:divideUnsigned (Results 1 – 5 of 5) sorted by relevance
106 public static int divideUnsigned(int dividend, int divisor) { throw new RuntimeException("Stub!"); } in divideUnsigned() method in Integer
105 public static long divideUnsigned(long dividend, long divisor) { throw new RuntimeException("Stub!"… in divideUnsigned() method in Long
193 public static long divideUnsigned(long dividend, long divisor) { in divideUnsigned() method in Long
193 public static int divideUnsigned(int dividend, int divisor) { in divideUnsigned() method in Integer
1709 public static long divideUnsigned(long dividend, long divisor) { in divideUnsigned() method