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