Searched defs:y_value (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | PHP.php | 230 protected static function addHelper(array $x_value, $x_negative, array $y_value, $y_negative) 315 public static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) 405 … protected static function multiplyHelper(array $x_value, $x_negative, array $y_value, $y_negative) 442 private static function karatsuba(array $x_value, array $y_value) 482 protected static function regularMultiply(array $x_value, array $y_value) 791 … protected static function compareHelper(array $x_value, $x_negative, array $y_value, $y_negative)
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
H A D | Barrett.php | 222 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s…
|