Searched refs:gmp_add (Results 1 – 5 of 5) sorted by relevance
| /plugin/quickstats/scripts/php-inet6_1.0.2/ |
| D | inet6.php | 126 $start = gmp_strval(gmp_add($prefix, '0x1'), 16); 129 $end = gmp_strval(gmp_add($prefix, gmp_init($end)), 16);
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/ |
| D | Decoder.php | 285 $pointer = gmp_strval(gmp_add($pointerOffset, $this->pointerBase)); 313 $integer = gmp_strval(gmp_add(gmp_mul($integer, 256), $part));
|
| /plugin/fedauth/Auth/OpenID/ |
| D | BigMath.php | 281 return gmp_add($x, $y);
|
| /plugin/openid/Auth/OpenID/ |
| D | BigMath.php | 330 return gmp_add($x, $y);
|
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
| H A D | BerEncoder.php | 45 use function gmp_add; alias 724 $firstAndSecond = gmp_strval(gmp_add((string)($oids[0] * 40), $oids[1])); 1113 $int = $isBigInt ? gmp_neg(gmp_add($int, '1')) : ($int + 1) * -1;
|