Searched refs:gmp_divexact (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/gmp/tests/ |
H A D | 011.phpt | 2 gmp_divexact() tests 13 var_dump(gmp_divexact(1, 1, 1)); 14 var_dump(gmp_divexact()); 16 $r = gmp_divexact("233", "23345555555555555555555555"); 19 $r = gmp_divexact("233", "0"); 22 $r = gmp_divexact("100", "10"); 25 $r = gmp_divexact("1024", "2"); 29 $r = gmp_divexact($n, "2"); 32 $r = gmp_divexact($n, "50"); 36 $r = gmp_divexact($n1, $n); [all …]
|
/PHP-5.4/ext/gmp/ |
H A D | php_gmp.h | 43 ZEND_FUNCTION(gmp_divexact);
|
H A D | gmp.c | 253 ZEND_FE(gmp_divexact, arginfo_gmp_divexact) 945 ZEND_FUNCTION(gmp_divexact) argument
|
Completed in 9 milliseconds