Searched refs:toUnsignedLong (Results 1 – 11 of 11) sorted by relevance
188 return Long.toUnsignedString(toUnsignedLong(i), radix); in toUnsignedString()455 return Long.toString(toUnsignedLong(i));1305 public static long toUnsignedLong(int x) {1329 return (int)(toUnsignedLong(dividend) / toUnsignedLong(divisor));1346 return (int)(toUnsignedLong(dividend) % toUnsignedLong(divisor));
568 public static long toUnsignedLong(short x) { in toUnsignedLong() method in Short
224 return (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32). in toUnsignedBigInteger()225 add(BigInteger.valueOf(Integer.toUnsignedLong(lower))); in toUnsignedBigInteger()
238 long ul = Integer.toUnsignedLong(val);256 .equals(Long.toString(Integer.toUnsignedLong(val), radix)));
263 BigInteger b = (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32).264 add(BigInteger.valueOf(Integer.toUnsignedLong(lower)));
55 final long ul = Byte.toUnsignedLong(b); in testToUnsignedLong()
55 final long ul = Short.toUnsignedLong(b); in testToUnsignedLong()
77 public static long toUnsignedLong(byte x) { throw new RuntimeException("Stub!"); } in toUnsignedLong() method in Byte
100 public static long toUnsignedLong(int x) { throw new RuntimeException("Stub!"); } in toUnsignedLong() method in Integer
126 public static long toUnsignedLong(byte x) { in toUnsignedLong() method in Byte
189 public static long toUnsignedLong(int x) { in toUnsignedLong() method in Integer