Home | History | Annotate | Download | only in v8-v6

Lines Matching refs:op_or

756         this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
830 function op_or(x,y) { return x|y; }
831 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
918 function bnSetBit(n) { return this.changeBit(n,op_or); }