Home
last modified time | relevance | path

Searched refs:array_repeat (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php84 $lhs_value = self::array_repeat(0, $m_length + ($m_length >> 1));
171 $lhs_value = self::array_repeat(0, 2 * $n_length);
193 $corrector_value = self::array_repeat(0, $n_length + 1);
243 $product_value = self::array_repeat(0, $x_length + $y_length);
H A DMontgomery.php40 $lhs->value = array_merge(self::array_repeat(0, count($n)), $x);
80 $temp = array_merge(self::array_repeat(0, $i), $temp);
H A DMontgomeryMult.php66 $a = [self::VALUE => self::array_repeat(0, $n + 1)];
H A DEvalBarrett.php84 $lhs_value = self::array_repeat(0, $m_length + ($m_length >> 1));
93 $lhs_value = self::array_repeat(0, 2 * $m_length);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php491 $product_value = self::array_repeat(0, $x_length + $y_length);
588 $quotient_value = self::array_repeat(0, $x_max - $y_max + 1);
605 $temp_value = array_merge(self::array_repeat(0, $x_max - $y_max), $y_value);
650 $adjust = self::array_repeat(0, $q_index);
906 protected static function array_repeat($input, $multiplier) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
1023 $square_value = self::array_repeat(0, 2 * count($value));