HomeSort by relevance Sort by last modified time
    Searched refs:toUnsignedLong (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
ByteTest.java 55 final long ul = Byte.toUnsignedLong(b);
ShortTest.java 55 final long ul = Short.toUnsignedLong(b);
IntegerTest.java 238 long ul = Integer.toUnsignedLong(val);
256 .equals(Long.toString(Integer.toUnsignedLong(val), radix)));
LongTest.java 263 BigInteger b = (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32).
264 add(BigInteger.valueOf(Integer.toUnsignedLong(lower)));
  /libcore/ojluni/src/main/java/java/lang/
Integer.java 188 return Long.toUnsignedString(toUnsignedLong(i), radix);
455 return Long.toString(toUnsignedLong(i));
    [all...]
Byte.java 497 public static long toUnsignedLong(byte x) {
Short.java 531 public static long toUnsignedLong(short x) {
Long.java 224 return (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32).
225 add(BigInteger.valueOf(Integer.toUnsignedLong(lower)));
    [all...]
  /external/pdfium/third_party/bigint/
BigInteger.hh 73 unsigned long toUnsignedLong () const;
BigUnsigned.hh 78 unsigned long toUnsignedLong () const;
BigInteger.cc 131 unsigned long BigInteger::toUnsignedLong () const { return convertToUnsignedPrimitive<unsigned long > (); }
BigUnsigned.cc 21 unsigned long BigUnsigned::toUnsignedLong () const { return convertToPrimitive <unsigned long >(); }
  /prebuilts/sdk/current/
core.jar 

Completed in 269 milliseconds