Lines Matching refs:shiftLeft
764 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);768 if(this.bitLength() > a) this.subTo(BigInteger.ONE.shiftLeft(a-1),this);920 var r = BigInteger.ONE.shiftLeft(n);1315 BigInteger.prototype.shiftLeft = bnShiftLeft;