Searched refs:mpz_init_set_str (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Diset_str.c0 /* mpz_init_set_str(string, base) -- Convert the \0-terminated string STRING in
37 mpz_init_set_str (mpz_ptr x, const char *str, int base) function
/netbsd-current/external/lgpl3/gmp/dist/rand/
H A Drandlc2s.c88 mpz_init_set_str (a, sp->astr, 16);
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dqcn.c114 mpz_init_set_str (z, num, 0);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-nextprime.c41 mpz_init_set_str (x, start, 0);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dteta.c102 mpz_init_set_str (tmp, "-262537412640768000", 10);
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dgen.c159 if (mpz_init_set_str (z_a, str_a, 0))
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-str.c99 int res = mpz_init_set_str (a, data[i].input, 0);
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h275 int mpz_init_set_str (mpz_t, const char *, int);
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Dmisc.c141 mpz_init_set_str (seed, seed_string, 0);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h872 #define mpz_init_set_str __gmpz_init_set_str macro
873 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h872 #define mpz_init_set_str __gmpz_init_set_str macro
873 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h867 #define mpz_init_set_str __gmpz_init_set_str macro
868 __GMP_DECLSPEC int mpz_init_set_str (mpz_ptr, const char *, int);

Completed in 358 milliseconds

12