Searched refs:gmp_clrbit (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/gmp/tests/ |
H A D | 034.phpt | 2 gmp_clrbit() basic tests 9 gmp_clrbit($n, 0); 13 gmp_clrbit($n, -1); 17 gmp_clrbit($n, -1); 21 gmp_clrbit($n, 3); 25 gmp_clrbit($n, 3); 26 gmp_clrbit($n, 5); 27 gmp_clrbit($n, 20); 31 gmp_clrbit($n, 3); 33 gmp_clrbit($n); [all …]
|
H A D | 039.phpt | 34 gmp_clrbit($n, 5);
|
/PHP-5.4/ext/gmp/ |
H A D | php_gmp.h | 66 ZEND_FUNCTION(gmp_clrbit);
|
H A D | gmp.c | 276 ZEND_FE(gmp_clrbit, arginfo_gmp_clrbit) 1463 ZEND_FUNCTION(gmp_clrbit) argument
|
Completed in 19 milliseconds