Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:op_or

764         this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
838 function op_or(x,y) { return x|y; }
839 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
926 function bnSetBit(n) { return this.changeBit(n,op_or); }