Home
last modified time | relevance | path

Searched refs:regularBarrett (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php81 return self::regularBarrett($n, $m);
153 private static function regularBarrett($x, $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php74 return self::regularBarrett($n, $m, $class);
148 private static function regularBarrett(array $x, array $n, $class) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett