Home
last modified time | relevance | path

Searched refs:FAST_BITWISE (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php32 const FAST_BITWISE = false; define in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php31 const FAST_BITWISE = true; define in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DEngine.php538 if (static::FAST_BITWISE) {
564 $result = static::FAST_BITWISE ? $left->bitwise_or($right) : $left->add($right);
H A DPHP.php57 const FAST_BITWISE = true; define in phpseclib3\\Math\\BigInteger\\Engines\\PHP