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

/haiku-buildtools/gcc/gmp/mpz/
H A Diset_str.c0 /* mpz_init_set_str(string, base) -- Convert the \0-terminated string
30 mpz_init_set_str (mpz_ptr x, const char *str, int base) function
/haiku-buildtools/gcc/gmp/
H A Drandlc2s.c78 mpz_init_set_str (a, sp->astr, 16);
H A Dgmpxx.h1568 if (mpz_init_set_str (mp, s, 0) != 0)
1576 if (mpz_init_set_str (mp, s, base) != 0)
1584 if (mpz_init_set_str (mp, s.c_str(), 0) != 0)
1592 if (mpz_init_set_str(mp, s.c_str(), base) != 0)
H A Dgmp-h.in926 #define mpz_init_set_str __gmpz_init_set_str
927 __GMP_DECLSPEC int mpz_init_set_str __GMP_PROTO ((mpz_ptr, __gmp_const char *, int));
/haiku-buildtools/gcc/gmp/demos/
H A Dqcn.c114 mpz_init_set_str (z, num, 0);
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-nextprime.c42 mpz_init_set_str (x, start, 0);
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dgen.c160 if (mpz_init_set_str (z_a, str_a, 0))

Completed in 124 milliseconds