Searched refs:bitwise_leftShift (Results 1 – 8 of 8) sorted by relevance
581 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger583 return new static($this->value->bitwise_leftShift($shift));
564 $left = $this->bitwise_leftShift($shift);850 $random = $random->bitwise_leftShift(8);852 $random_max = $random_max->bitwise_leftShift(8);1214 …$mask = static::$one[static::class]->bitwise_leftShift($split)->subtract(static::$one[static::clas…
383 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
412 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
877 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
249 $max = $one->bitwise_leftShift($length);
835 … $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32));838 … $maxwordrange128 = $one->bitwise_leftShift(128)->subtract($one->bitwise_leftShift(96));
1182 $n = $n->bitwise_leftShift(7);