Searched refs:andNot (Results 1 – 6 of 6) 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()
816 BigInteger res = i1.andNot(i2); in test_andNotLjava_math_BigInteger()825 res = i1.andNot(i2); in test_andNotLjava_math_BigInteger()833 BigInteger.ZERO.andNot(null); in test_andNotLjava_math_BigInteger()839 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()
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
3500 @NonNull public BigInteger andNot(@NonNull BigInteger val) {