Searched refs:bigInt (Results 1 – 2 of 2) sorted by relevance
49 private transient BigInt bigInt; field in BigInteger96 BigInteger(BigInt bigInt) { in BigInteger() argument97 if (bigInt == null || !bigInt.hasNativeBignum()) { in BigInteger()100 setBigInt(bigInt); in BigInteger()104 BigInt bigInt = new BigInt(); in BigInteger() local105 bigInt.putULongInt(value, (sign < 0)); in BigInteger()106 setBigInt(bigInt); in BigInteger()218 BigInt bigInt = new BigInt(); in BigInteger() local219 bigInt.putDecString(value); in BigInteger()220 setBigInt(bigInt); in BigInteger()[all …]
2559 BigInteger bigInt = new BigInteger("123456789012345678901234567890"); in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerPaddingConversion() local2561 f.format("%32d", bigInt); in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerPaddingConversion()2565 f.format("%+32x", bigInt); in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerPaddingConversion()2569 f.format("% 32o", bigInt); in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerPaddingConversion()