Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnAnd

835 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }
1310 BigInteger.prototype.and = bnAnd;