Home
last modified time | relevance | path

Searched refs:mpz_init2 (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/rand/
H A Drandmts.c44 mpz_init2 (t, 19937L); in mangle_seed()
119 mpz_init2 (mod, 19938L); in randseed_mt()
120 mpz_init2 (seed1, 19937L); in randseed_mt()
H A Drandlc2x.c308 mpz_init2 (p->_mp_seed, m2exp); in gmp_randinit_lc_2exp()
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dt-mt.c41 mpz_init2 (a, 19936L); in chk_default_seed()
42 mpz_init2 (b, 19936L); in chk_default_seed()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-cong_2exp.c164 mpz_init2 (a, m + 1); in check_random_bits()
165 mpz_init2 (c, m); in check_random_bits()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dinit2.c36 mpz_init2 (mpz_ptr x, mp_bitcnt_t bits) in mpz_init2() function
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dpool.c79 mpz_init2 (z, n); in mpfr_mpz_init2()
H A Datan.c369 mpz_init2 (ukz, prec); /* ukz will need 'prec' bits below */ in mpfr_atan()
404 mpz_init2 (tabz[i], prec); in mpfr_atan()
H A Dmpfr-mini-gmp.c198 mpz_init2 (n, (nn + qxn) * GMP_NUMB_BITS); in mpn_divrem_1()
H A Dmpfr-impl.h2545 # undef mpz_init2
2550 # define mpz_init2 mpfr_mpz_init2 macro
/netbsd/external/lgpl3/gmp/dist/
H A Dgen-fib.c43 mpz_init2 (limit, numb_bits + 1); in generate()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h127 void mpz_init2 (mpz_t, mp_bitcnt_t);
/netbsd/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/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/external/lgpl3/mpfr/dist/
H A DTODO672 reallocations in GMP because mpz_init is used instead of mpz_init2 with
700 take 2 arguments like mpz_init2, where mpfr_mpz_init2 behaves in a way
701 similar to mpz_init2, and mpfr_mpz_clear2 behaves in a way similar to
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);
/netbsd/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/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/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/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/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);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h852 #define mpz_init2 __gmpz_init2 macro
853 __GMP_DECLSPEC void mpz_init2 (mpz_ptr, mp_bitcnt_t);

12