Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js654 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
724 function op_or(x,y) { return x|y; } function
725 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
807 function bnSetBit(n) { return this.changeBit(n,op_or); }
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp360 int op_or(int a, int b) { return a | b; } in op_or() function
386 { '|', OR, op_or },

Completed in 5 milliseconds