Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP.php225 * @param bool $x_negative
230 protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument
243 self::SIGN => $x_negative
248 if ($x_negative != $y_negative) {
258 $x_negative : $y_negative;
302 self::SIGN => $x_negative
310 * @param bool $x_negative
315 public static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument
328 self::SIGN => $x_negative
333 if ($x_negative != $y_negative) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DBarrett.php215 * @param bool $x_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