Lines Matching full:changebit
926 function bnSetBit(n) { return this.changeBit(n,op_or); }929 function bnClearBit(n) { return this.changeBit(n,op_andnot); }932 function bnFlipBit(n) { return this.changeBit(n,op_xor); }1291 BigInteger.prototype.changeBit = bnpChangeBit;