Home
last modified time | relevance | path

Searched refs:gmp (Results 1 – 25 of 82) sorted by relevance

1234

/PHP-7.3/ext/gmp/
H A Dconfig.m41 PHP_ARG_WITH(gmp, for GNU MP support,
2 [ --with-gmp[=DIR] Include GNU MP support])
9 test -f $i/include/gmp.h && GMP_DIR=$i && break
10 test -f $i/include/$MACHINE_INCLUDES/gmp.h && GMP_DIR=$i && break
14 AC_MSG_ERROR(Unable to locate gmp.h)
17 PHP_CHECK_LIBRARY(gmp, __gmpz_rootrem,
24 PHP_ADD_LIBRARY_WITH_PATH(gmp, $GMP_DIR/$PHP_LIBDIR, GMP_SHARED_LIBADD)
26 PHP_INSTALL_HEADERS([ext/gmp/php_gmp_int.h])
28 PHP_NEW_EXTENSION(gmp, gmp.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
H A Dconfig.w323 ARG_WITH("gmp", "Include GNU MP support.", "no");
6 if (CHECK_LIB("mpir_a.lib", "gmp", PHP_GMP) &&
7 …CHECK_HEADER_ADD_INCLUDE("gmp.h", "CFLAGS_GMP", PHP_GMP + ";" + PHP_PHP_BUILD + "\\include\\mpir"…
8 EXTENSION("gmp", "gmp.c", null, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
9 PHP_INSTALL_HEADERS("ext/gmp", "php_gmp_int.h");
H A Dphp_gmp.h30 ZEND_MODULE_STARTUP_D(gmp);
31 ZEND_MODULE_DEACTIVATE_D(gmp);
32 ZEND_MODULE_INFO_D(gmp);
86 ZEND_BEGIN_MODULE_GLOBALS(gmp)
89 ZEND_END_MODULE_GLOBALS(gmp)
91 #define GMPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(gmp, v)
/PHP-7.3/ext/gmp/tests/
H A Dbug67917.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
10 $gmp = gmp_init(42);
11 $gmp <<= 1;
H A Dbug659967.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
9 $gmp = gmp_init('10');
H A Dunserialize_with_reference.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
H A Dbug50175.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
H A Dbug69803.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
H A Dgmp_kronecker.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
H A Dgmp_import.phpt4 <?php if (!extension_loaded("gmp")) echo "skip"; ?>
35 $gmp = gmp_import(hex2bin($test[3]), $test[1], $test[2]);
36 if ($gmp instanceof GMP) {
37 $result = gmp_strval($gmp, 16);
43 $type = gettype($gmp);
H A Dgmp_lcm.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
H A Dgmp_random_seed-32bit.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
27 // zero gmp
59 // negative gmp
91 // positive gmp
110 // large negative gmp
126 // large positive gmp
H A Dgmp_random_seed.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
27 // zero gmp
59 // negative gmp
91 // positive gmp
110 // large negative gmp
126 // large positive gmp
H A Dgmp_perfect_power.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
H A Dgmp_binomial.phpt4 <?php if (!extension_loaded('gmp')) die('skip gmp extension not loaded'); ?>
H A Dgmp_export.phpt4 <?php if (!extension_loaded("gmp")) echo "skip"; ?>
37 $gmp = gmp_init($test[0], 16);
38 $str = gmp_export($gmp, $test[1], $test[2]);
H A D002.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dclone.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dbug66872.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dcomparison.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
H A Dgmp_php_int_max.phpt5 if (!extension_loaded("gmp")) print "skip";
/PHP-7.3/ext/intl/tests/
H A Dbug79212.phpt6 if (!extension_loaded('gmp')) die('skip gmp extension not available');
/PHP-7.3/ext/bcmath/libbcmath/
H A DREADME8 These routines do not duplicate functionality of the GNU gmp
9 library. gmp is similar, but the actual computation is different.
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug70513.phpt4 <?php if (!extension_loaded('gmp')) die('skip requires gmp');
/PHP-7.3/Zend/tests/
H A Dtemporary_cleaning_014.phpt4 <?php if (!extension_loaded("gmp")) print "skip"; ?>

Completed in 31 milliseconds

1234