Searched refs:mpz_get_str (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gmp/mpz/
H A Ddump.c35 str = mpz_get_str (0, 10, u);
H A Dget_str.c0 /* mpz_get_str (string, base, mp_src) -- Convert the multiple precision
31 mpz_get_str (char *res_str, int base, mpz_srcptr x) function
/haiku-buildtools/gcc/gmp/cxx/
H A Dosmpz.cc36 mpz_get_str (NULL, param.base, z));
/haiku-buildtools/gcc/gmp/mpq/
H A Dget_str.c46 mpz_get_str (str, base, mpq_numref(q));
51 mpz_get_str (str+len, base, mpq_denref(q));
/haiku-buildtools/gcc/gmp/tests/mpbsd/
H A Dt-mtox.c43 want = mpz_get_str (NULL, 16, z);
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dconvert.c1 /* Test conversion using mpz_get_str and mpz_set_str.
111 str = mpz_get_str ((char *) 0, base, op1);
138 str = mpz_get_str ((char *) 0, base, op1);
/haiku-buildtools/isl/include/isl/
H A Dint.h48 #define isl_int_get_str(r) mpz_get_str(0, 10, r)
86 s = mpz_get_str(0, 10, i); \
129 s = mpz_get_str(0, 10, i);
/haiku-buildtools/isl/
H A Disl_int.h44 #define isl_int_get_str(r) mpz_get_str(0, 10, r)
91 s = mpz_get_str(0, 10, i); \
/haiku-buildtools/gcc/gmp/printf/
H A Ddoprnt.c301 gmp_str = mpz_get_str (NULL, param.base, z);
333 gmp_str = mpz_get_str (NULL, param.base,
/haiku-buildtools/gcc/gmp/tests/misc/
H A Dt-printf.c745 /* "i" many 1 bits, tested against mpz_get_str in decimal and hex */
750 s = mpz_get_str (NULL, 10, z);
754 s = mpz_get_str (NULL, 16, z);
758 s = mpz_get_str (NULL, -16, z);
/haiku-buildtools/cloog/osl/source/
H A Dint.c383 str = mpz_get_str(0, 10, *(mpz_t *)value); //TODO: 10 -> #define
418 str = mpz_get_str(0, 10, *(mpz_t *)value); //TODO: 10 -> #define
/haiku-buildtools/cloog/include/cloog/
H A Dint.h77 s = mpz_get_str(0, 10, i); \
/haiku-buildtools/gcc/gmp/
H A Ddumbmp.c766 mpz_get_str (char *buf, int base, mpz_t a) function
821 str = mpz_get_str (0, 16, a);
H A Dgmp-h.in889 #define mpz_get_str __gmpz_get_str
890 __GMP_DECLSPEC char *mpz_get_str __GMP_PROTO ((char *, int, mpz_srcptr));
H A Dgmpxx.h1651 __gmp_alloc_cstring temp(mpz_get_str(0, base, mp));
/haiku-buildtools/gcc/gmp/demos/
H A Dpexpr.c447 TIME (t, mpz_get_str (tmp, base, r));
451 mpz_get_str (tmp, base, r);
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.xs1244 str = mpz_get_str (NULL, base, z);
1531 RETVAL = mpz_get_str (NULL, 10, z->m);
/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c3028 p = mpz_get_str (NULL, 10, *integer);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc1961 char* s = mpz_get_str(NULL, 10, val);

Completed in 219 milliseconds