Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnFlipBit

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