Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnXor

843 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; }
1312 BigInteger.prototype.xor = bnXor;