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

/openjdk7/jdk/test/java/math/BigInteger/
H A DBigIntegerTest.java185 /* Test flipBit (and testBit) */
189 y = y.flipBit(j);
194 report("flipBit/testBit", failCount2);
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java2341 public BigInteger flipBit(int n) { method in class:BigInteger

Completed in 51 milliseconds