Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DGMP.php27 class GMP extends Engine class
73 if ($x instanceof \GMP) {
169 * @param GMP $y
170 * @return GMP
172 public function add(GMP $y)
183 * @param GMP $y
184 * @return GMP
186 public function subtract(GMP $y)
197 * @param GMP $x
198 * @return GMP
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\GMP;
18 use phpseclib3\Math\BigInteger\Engines\GMP; alias
27 abstract class DefaultEngine extends GMP
32 * @param GMP $x
33 * @param GMP $e
34 * @param GMP $n
35 * @return GMP
37 protected static function powModHelper(GMP $x, GMP $e, GMP $n)
39 $temp = new GMP();
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
DCHANGELOG.md136 it will try to use GMP and then BCMath. If both of those fail, it will
DREADME.md162 The GMP or BCMath extension may be required to read some databases
/plugin/authgooglesheets/
Dcomposer.lock743 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…