Searched refs:x_negative (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | PHP.php | 217 * @param bool $x_negative 222 protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument 235 self::SIGN => $x_negative 240 if ($x_negative != $y_negative) { 250 $x_negative : $y_negative; 294 self::SIGN => $x_negative 302 * @param bool $x_negative 307 public static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) argument 320 self::SIGN => $x_negative 325 if ($x_negative != $y_negative) { [all …]
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
H A D | Barrett.php | 224 * @param bool $x_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
|