Searched refs:op_xor (Results 1 - 1 of 1) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js842 function op_xor(x,y) { return x^y; } function
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); }

Completed in 410 milliseconds