Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php230 protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative)
315 public static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative)
405 … protected static function multiplyHelper(array $x_value, $x_negative, array $y_value, $y_negative)
791 … protected static function compareHelper(array $x_value, $x_negative, array $y_value, $y_negative)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php222 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s…