Home
last modified time | relevance | path

Searched refs:gmp_clrbit (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/gmp/tests/
H A D034.phpt2 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 D039.phpt34 gmp_clrbit($n, 5);
/PHP-5.5/ext/gmp/
H A Dphp_gmp.h66 ZEND_FUNCTION(gmp_clrbit);
H A Dgmp.c276 ZEND_FE(gmp_clrbit, arginfo_gmp_clrbit)
1463 ZEND_FUNCTION(gmp_clrbit) argument

Completed in 13 milliseconds