Searched refs:gmp (Results 1 – 25 of 125) sorted by relevance
12345
/php-src/ext/gmp/ |
H A D | php_gmp.h | 28 ZEND_MODULE_STARTUP_D(gmp); 29 ZEND_MODULE_DEACTIVATE_D(gmp); 30 ZEND_MODULE_INFO_D(gmp); 32 ZEND_BEGIN_MODULE_GLOBALS(gmp) 35 ZEND_END_MODULE_GLOBALS(gmp) 37 #define GMPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(gmp, v)
|
H A D | config.w32 | 3 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"); 10 AC_DEFINE('HAVE_GMP', 1, "Define to 1 if the PHP extension 'gmp' is available.");
|
H A D | config.m4 | 1 PHP_ARG_WITH([gmp], 3 [AS_HELP_STRING([[--with-gmp[=DIR]]], 11 [PKG_CHECK_MODULES([GMP], [gmp >= 4.2], [gmp_found=yes], [:])]) 24 AC_CHECK_HEADER([gmp.h], [AC_CHECK_FUNC([__gmpz_rootrem], [gmp_check=yes])]) 35 PHP_INSTALL_HEADERS([ext/gmp], [php_gmp_int.h]) 37 PHP_NEW_EXTENSION([gmp], 38 [gmp.c], 43 [Define to 1 if the PHP extension 'gmp' is available.])
|
/php-src/ext/gmp/tests/ |
H A D | bug67917.phpt | 4 gmp 10 $gmp = gmp_init(42); 11 $gmp <<= 1;
|
H A D | bug659967.phpt | 4 gmp 9 $gmp = gmp_init('10');
|
H A D | gmp_random_seed.phpt | 4 gmp 22 // zero gmp 46 // negative gmp 70 // positive gmp 85 // large negative gmp 97 // large positive gmp
|
H A D | gmp_import.phpt | 4 gmp 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 D | gh9308.phpt | 4 gmp 12 $gmp = gmp_init(gmp_init(123));
|
H A D | gmp_pow2.phpt | 2 Test pow() with gmp object 4 gmp
|
H A D | gmp_export.phpt | 4 gmp 37 $gmp = gmp_init($test[0], 16); 38 $str = gmp_export($gmp, $test[1], $test[2]);
|
H A D | 002.phpt | 4 gmp
|
H A D | gh16501.phpt | 4 gmp
|
H A D | final.phpt | 4 gmp
|
H A D | unserialize_with_reference.phpt | 4 gmp
|
H A D | clone.phpt | 4 gmp
|
H A D | gh16411.phpt | 4 gmp
|
H A D | bug66872.phpt | 4 gmp
|
H A D | bug50175.phpt | 4 gmp
|
H A D | bug74670.phpt | 4 gmp
|
H A D | bug69803.phpt | 4 gmp
|
H A D | comparison.phpt | 4 gmp
|
H A D | gmp_kronecker.phpt | 4 gmp
|
H A D | serialize_via_methods.phpt | 4 gmp
|
H A D | gmp_php_int_max.phpt | 4 gmp
|
/php-src/Zend/tests/temporary_cleaning/ |
H A D | temporary_cleaning_014.phpt | 4 gmp
|
Completed in 31 milliseconds
12345