Searched refs:bnFlipBit (Results 1 – 1 of 1) sorted by relevance
932 function bnFlipBit(n) { return this.changeBit(n,op_xor); } function1322 BigInteger.prototype.flipBit = bnFlipBit;