Home | History | Annotate | Download | only in v8-v6

Lines Matching refs:bnFlipBit

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