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/
H A DPHP.php225 * @param bool $x_negative
243 self::SIGN => $x_negative
248 if ($x_negative != $y_negative) {
302 self::SIGN => $x_negative
310 * @param bool $x_negative
350 if ((!$x_negative && $diff < 0) || ($x_negative && $diff > 0)) {
355 $x_negative = !$x_negative;
392 self::SIGN => $x_negative
400 * @param bool $x_negative
785 * @param bool $x_negative
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A 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