Searched refs:bi3 (Results 1 – 2 of 2) sorted by relevance
56 BigInteger bi3; field in BigIntegerTest223 assertTrue("bi3=bi3", bi3.equals(bi3)); in test_equalsLjava_lang_Object()224 assertTrue("bi3=copy of bi3", bi3.equals(bi3.negate().negate())); in test_equalsLjava_lang_Object()225 assertTrue("bi3=bi2", !bi3.equals(bi2)); in test_equalsLjava_lang_Object()288 BigInteger bi2p3 = bi2.add(bi3); in test_addLjava_math_BigInteger()289 BigInteger bi3p2 = bi3.add(bi2); in test_addLjava_math_BigInteger()395 a = bi3.add(BigInteger.valueOf(i)); in test_modInverseLjava_math_BigInteger()444 BigInteger c = bi3; in test_shiftRightI()445 BigInteger E = bi3.negate(); in test_shiftRightI()453 BigInteger d = bi3.shiftRight(i); in test_shiftRightI()[all …]
37 BigInteger bi3; field in OldBigIntegerTest311 BigInteger bi2p3 = bi2.add(bi3); in test_addLjava_math_BigInteger()312 BigInteger bi3p2 = bi3.add(bi2); in test_addLjava_math_BigInteger()353 bi3 = new BigInteger("43987298363278574365732645872643587624387563245", 16); in setUp()