Home
last modified time | relevance | path

Searched defs:prepareReduce (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DPowerOfTwo.php37 protected static function prepareReduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo
H A DMontgomery.php37 protected static function prepareReduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php115 protected static function prepareReduce(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php83 protected static function prepareReduce($x, $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base