Searched defs:toUnsignedLong (Results 1 – 3 of 3) sorted by relevance
132 unsigned long BigInteger::toUnsignedLong () const { return convertToUnsignedPrimitive<unsigned lon… in toUnsignedLong() function in BigInteger
21 unsigned long BigUnsigned::toUnsignedLong () const { return convertToPrimitive <unsigned long… in toUnsignedLong() function in BigUnsigned
1276 public static long toUnsignedLong(int x) { in toUnsignedLong() method in Util