Home
last modified time | relevance | path

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

/plugin/quickstats/scripts/php-inet6_1.0.2/
Dinet6.php103 $mask = gmp_strval(gmp_init($mask), 16);
126 $start = gmp_strval(gmp_add($prefix, '0x1'), 16);
129 $end = gmp_strval(gmp_add($prefix, gmp_init($end)), 16);
162 $result = array(gmp_strval($p1), gmp_strval($p2));
179 $p1 = gmp_strval(gmp_init($val[0]), 16);
180 $p2 = gmp_strval(gmp_init($val[1]), 16);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
DDecoder.php285 $pointer = gmp_strval(gmp_add($pointerOffset, $this->pointerBase));
313 $integer = gmp_strval(gmp_add(gmp_mul($integer, 256), $part));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php56 use function gmp_strval; alias
573 return $isBigInt ? gmp_strval($value) : $value;
724 $firstAndSecond = gmp_strval(gmp_add((string)($oids[0] * 40), $oids[1]));
994 … $oid = '2.' . ($isBigInt ? gmp_strval(gmp_sub($firstPart, '80')) : (int)$firstPart - 80);
1116 return $isBigInt ? gmp_strval($int) : $int;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBinaryField.php193 return gmp_strval(gmp_import($x), 2);
/plugin/fedauth/Auth/OpenID/
DBigMath.php326 return gmp_strval($num);
/plugin/openid/Auth/OpenID/
DBigMath.php375 return gmp_strval($num);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DGMP.php130 $bits = gmp_strval(gmp_init($hex, 16), 2);