Searched refs:gmp (Results 1 – 25 of 53) sorted by relevance
123
/PHP-5.3/ext/gmp/ |
H A D | config.m4 | 5 PHP_ARG_WITH(gmp, for GNU MP support, 6 [ --with-gmp[=DIR] Include GNU MP support]) 11 test -f $i/include/gmp.h && GMP_DIR=$i && break 15 AC_MSG_ERROR(Unable to locate gmp.h) 18 PHP_CHECK_LIBRARY(gmp, __gmp_randinit_lc_2exp_size, 20 PHP_CHECK_LIBRARY(gmp, gmp_randinit_lc_2exp_size, 30 PHP_ADD_LIBRARY_WITH_PATH(gmp, $GMP_DIR/$PHP_LIBDIR, GMP_SHARED_LIBADD) 33 PHP_NEW_EXTENSION(gmp, gmp.c, $ext_shared)
|
H A D | config.w32 | 4 ARG_WITH("gmp", "Include GNU MP support.", "no"); 7 if (CHECK_LIB("mpir_a.lib", "gmp", PHP_GMP) && 8 …CHECK_HEADER_ADD_INCLUDE("gmp.h", "CFLAGS_GMP", PHP_GMP + ";" + PHP_PHP_BUILD + "\\include\\mpir"… 9 EXTENSION("gmp", "gmp.c");
|
H A D | php_gmp.h | 29 ZEND_MODULE_STARTUP_D(gmp); 30 ZEND_MODULE_DEACTIVATE_D(gmp); 31 ZEND_MODULE_INFO_D(gmp); 74 ZEND_BEGIN_MODULE_GLOBALS(gmp) 77 ZEND_END_MODULE_GLOBALS(gmp)
|
H A D | README | 3 See also GNU MP home page at http://www.swox.com/gmp/. 5 license. Please see http://www.swox.com/gmp/lgpl.html
|
H A D | gmp.c | 236 ZEND_DECLARE_MODULE_GLOBALS(gmp) 293 ZEND_MODULE_STARTUP_N(gmp), 296 ZEND_MODULE_DEACTIVATE_N(gmp), 297 ZEND_MODULE_INFO_N(gmp), 299 ZEND_MODULE_GLOBALS(gmp), 300 ZEND_GINIT(gmp), 308 ZEND_GET_MODULE(gmp) 353 static ZEND_GINIT_FUNCTION(gmp) in ZEND_GINIT_FUNCTION() argument 361 ZEND_MODULE_STARTUP_D(gmp) in ZEND_MODULE_STARTUP_D() argument 380 ZEND_MODULE_DEACTIVATE_D(gmp) in ZEND_MODULE_DEACTIVATE_D() argument [all …]
|
/PHP-5.3/ext/gmp/tests/ |
H A D | 001.phpt | 2 Check for gmp presence 4 <?php if (!extension_loaded("gmp")) print "skip"; ?> 7 echo "gmp extension is available"; 21 gmp extension is available
|
H A D | 002.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | bug32773.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | bug52906.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 003.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 035.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 027.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 004.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 010.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 012.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 019.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 037.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 038.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | gmp_nextprime-win32.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip";
|
H A D | gmp_nextprime.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip";
|
H A D | 026.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 031.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 013.phpt | 4 <?php if (!extension_loaded("gmp")) print "skip"; ?>
|
H A D | 011.phpt | 5 if (!extension_loaded("gmp")) die ("skip");
|
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | README | 8 These routines do not duplicate functionality of the GNU gmp 9 library. gmp is similar, but the actual computation is different.
|
Completed in 26 milliseconds
123