Searched refs:GMP (Results 1 – 6 of 6) sorted by relevance
27 class GMP extends Engine class73 if ($x instanceof \GMP) {169 * @param GMP $y170 * @return GMP172 public function add(GMP $y)183 * @param GMP $y184 * @return GMP186 public function subtract(GMP $y)197 * @param GMP $x198 * @return GMP[all …]
16 namespace phpseclib3\Math\BigInteger\Engines\GMP;18 use phpseclib3\Math\BigInteger\Engines\GMP; alias27 abstract class DefaultEngine extends GMP32 * @param GMP $x33 * @param GMP $e34 * @param GMP $n35 * @return GMP37 protected static function powModHelper(GMP $x, GMP $e, GMP $n)39 $temp = new GMP();
56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
136 it will try to use GMP and then BCMath. If both of those fail, it will
162 The GMP or BCMath extension may be required to read some databases
743 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…