Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php219 * @param bool $y_negative
222 protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument
230 self::SIGN => $y_negative
240 if ($x_negative != $y_negative) {
250 $x_negative : $y_negative;
304 * @param bool $y_negative
307 public static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument
315 self::SIGN => !$y_negative
325 if ($x_negative != $y_negative) {
332 $diff = self::compareHelper($x_value, $x_negative, $y_value, $y_negative);
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php226 * @param bool $y_negative
231 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s… argument
291 self::SIGN => $x_negative != $y_negative