Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp361 int op_xor(int a, int b) { return a ^ b; } in op_xor() function
387 { '^', XOR, op_xor },
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js728 function op_xor(x,y) { return x^y; } function
729 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; }
813 function bnFlipBit(n) { return this.changeBit(n,op_xor); }

Completed in 4 milliseconds