Home
last modified time | relevance | path

Searched refs:mpz_combit (Results 26 – 41 of 41) sorted by relevance

12

/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h710 #define mpz_combit __gmpz_combit macro
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/dist/
H A DNEWS141 and mpz_combit.
825 * New integer functions: mpz_combit, mpz_rootrem.
H A Dgmp-h.in710 #define mpz_combit __gmpz_combit
711 __GMP_DECLSPEC void mpz_combit (mpz_ptr, mp_bitcnt_t);
H A DChangeLog5162 * tests/mpz/bit.c: Wider testing for mpz_combit.
5384 * mpz/combit.c (mpz_combit): Rewrite, optimizing for the common
17876 * gmp-h.in (mpz_combit): Add prototype.
17877 * tests/mpz/bit.c (check_single): Exercise mpz_combit.
/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs2275 { mpz_combit }, /* 2 */
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c3749 mpz_combit (mpz_t d, mp_bitcnt_t bit_index) in mpz_combit() function
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-23711 * mpz_combit: Integer Logic and Bit Fiddling.
H A Dgmp.info-12886 -- Function: void mpz_combit (mpz_t ROP, mp_bitcnt_t BIT_INDEX)
H A Dgmp.texi3859 @deftypefun void mpz_combit (mpz_t @var{rop}, mp_bitcnt_t @var{bit_index})

12