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

Lines Matching refs:bnSetBit

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