Searched refs:lshift (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
H A D | Montgomery.php | 74 $mod2->lshift($j);
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
H A D | BerEncoder.php | 546 $lshift = 0; 551 $lshift = $value << 7; 554 if ($value > 0 && $lshift <= 0) { 561 $lshift = gmp_mul($value, gmp_pow('2', 7)); 565 $value = gmp_or($lshift, gmp_init($orVal)); 567 $value = $lshift | $orVal;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | PHP.php | 579 $x->lshift($shift); 580 $y->lshift($shift); 883 $temp->lshift($shift); 918 protected function lshift($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
|
/plugin/codemirror/dist/modes/ |
H A D | fortran.min.js.map | 1 …", \"loc\",\n \"log\", \"logical\", \"long\", \"lshift\", \"lstat\", \"lt…
|