Home
last modified time | relevance | path

Searched defs:y_negative (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php222 protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative)
307 public static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative)
397 … protected static function multiplyHelper(array $x_value, $x_negative, array $y_value, $y_negative)
786 … protected static function compareHelper(array $x_value, $x_negative, array $y_value, $y_negative)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php233 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s…