Lines Matching refs:bnFlipBit
924 function bnFlipBit(n) { return this.changeBit(n,op_xor); }1314 BigInteger.prototype.flipBit = bnFlipBit;