Searched refs:andNot (Results 1 – 10 of 10) 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()
243 result.andNot(small()); in test_differentSizes()246 result.andNot(big()); in test_differentSizes()
365 b3.andNot(b2); in testAndNot()813 b1.andNot(b2); in testIntersects()888 {BitSet t = new BitSet(); t.andNot(empty); checkEmpty(t);} in testEmpty2()892 {BitSet t = new BitSet(); t.andNot(t); checkEmpty(t);} in testEmpty2()
107 …@libcore.util.NonNull public BigInteger andNot(@libcore.util.NonNull BigInteger val) { throw new R… in andNot() method in BigInteger
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()
603 BigInteger w = x.or(y).andNot(x.and(y)); in bitwise()611 BigInteger z = x.andNot(y); in bitwise()
1008 public void andNot(BitSet set) { in andNot() method in BitSet
3719 public BigInteger andNot(BigInteger val) {
5337 method @NonNull public java.math.BigInteger andNot(@NonNull java.math.BigInteger);13427 method public void andNot(java.util.BitSet);