Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php540 list($q, $r) = $this->divide_digit($this->value, $y->value[0]);
693 private static function divide_digit(array $dividend, $divisor) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
1115 list(, $r) = self::divide_digit($value, $prime);