Searched refs:andNot (Results 1 – 7 of 7) sorted by relevance
42 BigInteger result = aNumber.andNot(bNumber); in testAndNotPosPosFirstLonger()62 BigInteger result = aNumber.andNot(bNumber); in testAndNotPosPosFirstShorter()82 BigInteger result = aNumber.andNot(bNumber); in testAndNotNegNegFirstLonger()102 BigInteger result = aNumber.andNot(bNumber); in testNegPosFirstLonger()
820 BigInteger res = i1.andNot(i2); in test_andNotLjava_math_BigInteger()829 res = i1.andNot(i2); in test_andNotLjava_math_BigInteger()837 BigInteger.ZERO.andNot(null); in test_andNotLjava_math_BigInteger()843 assertEquals(BigInteger.ZERO, bi.andNot(BigInteger.ZERO)); in test_andNotLjava_math_BigInteger()
228 result.andNot(small()); in test_differentSizes()231 result.andNot(big()); in test_differentSizes()
733 public BigInteger andNot(BigInteger value) { in andNot() method in BigInteger736 return Logical.andNot(this, value); in andNot()
218 static BigInteger andNot(BigInteger val, BigInteger that) { in andNot() method in Logical
1054 bs.andNot(bs2); in test_andNotLjava_util_BitSet()1059 bs.andNot(bs2); in test_andNotLjava_util_BitSet()1064 bs.andNot(null); in test_andNotLjava_util_BitSet()1075 bs.andNot(bs2); in test_andNotLjava_util_BitSet()
1005 public void andNot(BitSet set) { in andNot() method in BitSet