Lines Matching refs:gmp_clrbit
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);
32 gmp_clrbit($n, 3, 1);
33 gmp_clrbit($n);
34 gmp_clrbit();
41 Warning: gmp_clrbit(): Index must be greater than or equal to zero in %s on line %d
44 Warning: gmp_clrbit(): Index must be greater than or equal to zero in %s on line %d
49 Warning: gmp_clrbit(): supplied argument is not a valid GMP integer resource in %s on line %d
51 Warning: gmp_clrbit() expects exactly 2 parameters, 3 given in %s on line %d
53 Warning: gmp_clrbit() expects exactly 2 parameters, 1 given in %s on line %d
55 Warning: gmp_clrbit() expects exactly 2 parameters, 0 given in %s on line %d