Searched refs:op_xor (Results 1 – 2 of 2) sorted by relevance
22 op_xor, enumerator
728 function op_xor(x,y) { return x^y; } function729 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; }813 function bnFlipBit(n) { return this.changeBit(n,op_xor); }