Searched defs:bigInt (Results 1 – 5 of 5) sorted by relevance
22 private final BigInteger bigInt; field in SimpleBigDecimal46 public SimpleBigDecimal(BigInteger bigInt, int scale) in SimpleBigDecimal()
322 public LongArray(BigInteger bigInt) in LongArray()
226 BigInteger bigInt = BigInteger.valueOf(value & UNSIGNED_MASK); in bigIntegerValue() local
1004 public static byte[] encodeInteger(BigInteger bigInt) { in encodeInteger()1018 static byte[] toIntegerBytes(BigInteger bigInt) { in toIntegerBytes()
340 const int bigInt = ~0u/2; in elemsStr() local