Searched refs:mpz_init2 (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dinit2.c0 /* mpz_init2 -- initialize mpz, with requested size in bits.
36 mpz_init2 (mpz_ptr x, mp_bitcnt_t bits) function
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dt-mt.c41 mpz_init2 (a, 19936L);
42 mpz_init2 (b, 19936L);
/netbsd-current/external/lgpl3/gmp/dist/rand/
H A Drandmts.c44 mpz_init2 (t, 19937L);
119 mpz_init2 (mod, 19938L);
120 mpz_init2 (seed1, 19937L);
H A Drandlc2x.c308 mpz_init2 (p->_mp_seed, m2exp);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dpool.c66 mpz_init2 with the maximum size in mpfr_mpz_init to solve this issue. */
79 mpz_init2 (z, n);
H A Dmpfr-mini-gmp.c198 mpz_init2 (n, (nn + qxn) * GMP_NUMB_BITS);
H A Datan.c369 mpz_init2 (ukz, prec); /* ukz will need 'prec' bits below */
404 mpz_init2 (tabz[i], prec);
H A Dmpfr-impl.h2547 # undef mpz_init2 macro
2552 # define mpz_init2 mpfr_mpz_init2 macro
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-cong_2exp.c164 mpz_init2 (a, m + 1);
165 mpz_init2 (c, m);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgen-fib.c43 mpz_init2 (limit, numb_bits + 1);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h127 void mpz_init2 (mpz_t, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h857 #define mpz_init2 __gmpz_init2 macro
858 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h857 #define mpz_init2 __gmpz_init2 macro
858 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);

Completed in 344 milliseconds

12