Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnAndNot

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