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

Lines Matching defs:shiftLeft

756         this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
760 if(this.bitLength() > a) this.subTo(BigInteger.ONE.shiftLeft(a-1),this);
912 var r = BigInteger.ONE.shiftLeft(n);
1307 BigInteger.prototype.shiftLeft = bnShiftLeft;