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