Searched refs:bitwise_leftShift (Results 1 – 8 of 8) sorted by relevance
257 $max = $one->bitwise_leftShift($length);
1012 … $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32));1015 … $maxwordrange128 = $one->bitwise_leftShift(128)->subtract($one->bitwise_leftShift(96));
578 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger580 return new static($this->value->bitwise_leftShift($shift));
561 $left = $this->bitwise_leftShift($shift);857 $random = $random->bitwise_leftShift(8);859 $random_max = $random_max->bitwise_leftShift(8);1230 …$mask = static::$one[static::class]->bitwise_leftShift($split)->subtract(static::$one[static::clas…
377 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
404 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
869 public function bitwise_leftShift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
1164 $n = $n->bitwise_leftShift(7);