Searched refs:flipBit (Results 1 – 5 of 5) sorted by relevance
439 aNumber.flipBit(number); in testFlipBitException()454 BigInteger result = aNumber.flipBit(number); in testFlipBitZero()472 BigInteger result = aNumber.flipBit(number); in testFlipBitZeroOutside1()490 BigInteger result = aNumber.flipBit(number); in testFlipBitZeroOutside2()508 BigInteger result = aNumber.flipBit(number); in testFlipBitLeftmostNegative()526 BigInteger result = aNumber.flipBit(number); in testFlipBitLeftmostPositive()544 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside1()562 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside2()579 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside3()593 BigInteger result = aNumber.flipBit(number); in testFlipBitNegativeInside4()[all …]
115 @libcore.util.NonNull public BigInteger flipBit(int n) { throw new RuntimeException("Stub!"); } in flipBit() method in BigInteger
575 y = y.flipBit(j); in bitOps()
3802 public BigInteger flipBit(int n) {
5346 method @NonNull public java.math.BigInteger flipBit(int);