Searched refs:op_xor (Results 1 – 1 of 1) sorted by relevance
842 function op_xor(x,y) { return x^y; } function843 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; }932 function bnFlipBit(n) { return this.changeBit(n,op_xor); }