Searched refs:op_andnot (Results 1 – 1 of 1) sorted by relevance
732 function op_andnot(x,y) { return x&~y; } function733 function bnAndNot(a) { var r = nbi(); this.bitwiseTo(a,op_andnot,r); return r; }810 function bnClearBit(n) { return this.changeBit(n,op_andnot); }