HomeSort by: relevance | last modified time | path
    Searched refs:combit (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/gmp/dist/demos/perl/GMP/
Mpz.pm 40 bin cdiv cdiv_2exp clrbit combit congruent_p
  /src/external/lgpl3/gmp/dist/mpz/
Makefile.am 43 com.c combit.c \
  /src/external/lgpl3/gmp/dist/demos/perl/
test.pl 540 # GMP::Mpz::combit
542 { my $a = mpz(3); combit ($a, 1); ok ($a == 1);
544 { my $a = mpz(3); combit ($a, 2); ok ($a == 7);
547 { my $a = 3; combit ($a, 1); ok ($a == 1);
549 { my $a = 3; combit ($a, 2); ok ($a == 7);
555 combit ($a, 0);
561 combit ($a, 0);
567 combit ($a, 2);
575 combit ($a, 2);
585 combit ($a, 0)
    [all...]
GMP.pm 191 bin, cdiv, cdiv_2exp, clrbit, combit, congruent_p, congruent_2exp_p,
227 C<clrbit>, C<combit> and C<setbit> expect a variable which they can modify,
GMP.xs 2268 GMP::Mpz::combit = 2
  /src/external/lgpl3/gmp/lib/libgmp/
Makefile 51 com.c combit.c \
  /src/external/lgpl3/gmp/dist/
Makefile.am 184 mpz/com$U.lo mpz/combit$U.lo \

Completed in 44 milliseconds