Searched refs:bnSetBit (Results 1 – 1 of 1) sorted by relevance
926 function bnSetBit(n) { return this.changeBit(n,op_or); } function1320 BigInteger.prototype.setBit = bnSetBit;