Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP.php227 * @param bool $y_negative
230 protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument
238 self::SIGN => $y_negative
248 if ($x_negative != $y_negative) {
258 $x_negative : $y_negative;
312 * @param bool $y_negative
315 public static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument
323 self::SIGN => !$y_negative
333 if ($x_negative != $y_negative) {
340 $diff = self::compareHelper($x_value, $x_negative, $y_value, $y_negative);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DBarrett.php217 * @param bool $y_negative
222 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s… argument
282 self::SIGN => $x_negative != $y_negative