Searched defs:flipBit (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
H A DBitLevel.java210 * Performs a flipBit on the BigInteger, returning a BigInteger with the the
213 static BigInteger flipBit(BigInteger val, int n){ method in class:BitLevel
H A DBigInteger.java585 return BitLevel.flipBit(this, n);
605 return BitLevel.flipBit(this, n);
622 public BigInteger flipBit(int n) { method in class:BigInteger
627 return BitLevel.flipBit(this, n);

Completed in 61 milliseconds