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/
H A DPHP.php227 * @param bool $y_negative
238 self::SIGN => $y_negative
248 if ($x_negative != $y_negative) {
258 $x_negative : $y_negative;
312 * @param bool $y_negative
323 self::SIGN => !$y_negative
333 if ($x_negative != $y_negative) {
402 * @param bool $y_negative
428 self::SIGN => $x_negative != $y_negative
787 * @param bool $y_negative
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A 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