Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnClearBit

929 function bnClearBit(n) { return this.changeBit(n,op_andnot); }
1321 BigInteger.prototype.clearBit = bnClearBit;