Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnSetBit

926 function bnSetBit(n) { return this.changeBit(n,op_or); }
1320 BigInteger.prototype.setBit = bnSetBit;