Home | History | Annotate | Download | only in v8-v5

Lines Matching refs:bnAndNot

839 function bnAndNot(a) { var r = nbi(); this.bitwiseTo(a,op_andnot,r); return r; }
1305 BigInteger.prototype.andNot = bnAndNot;