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