Home | History | Annotate | Download | only in benchmarks

Lines Matching full:op_xor

842 function op_xor(x,y) { return x^y; }
843 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; }
932 function bnFlipBit(n) { return this.changeBit(n,op_xor); }