HomeSort by: relevance | last modified time | path
    Searched refs:mpz_get_str (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/lgpl3/gmp/dist/mpz/
dump.c 45 str = mpz_get_str (0, 10, u);
get_str.c 0 /* mpz_get_str (string, base, mp_src) -- Convert the multiple precision
41 mpz_get_str (char *res_str, int base, mpz_srcptr x) function
  /src/external/lgpl3/gmp/dist/cxx/
osmpz.cc 46 mpz_get_str (NULL, param.base, z));
  /src/external/lgpl3/gmp/dist/mpq/
get_str.c 58 mpz_get_str (str, base, mpq_numref(q));
63 mpz_get_str (str+len, base, mpq_denref(q));
  /src/external/lgpl3/gmp/dist/tests/mpz/
convert.c 1 /* Test conversion using mpz_get_str and mpz_set_str.
112 str = mpz_get_str ((char *) 0, base, op1);
139 str = mpz_get_str ((char *) 0, base, op1);
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
testutils.c 159 char *buf = mpz_get_str (NULL, 16, x);
t-double.c 153 s = mpz_get_str (NULL, 16, x);
hex-random.c 492 *ap = mpz_get_str (NULL, 16, a);
493 *rp = mpz_get_str (NULL, base, a);
t-str.c 196 bp = mpz_get_str (NULL, (i&1 || base > 36) ? base: -base, a);
199 fprintf (stderr, "mpz_get_str failed:\n");
  /src/external/lgpl3/gmp/dist/printf/
doprnt.c 306 gmp_str = mpz_get_str (NULL, param.base, z);
338 gmp_str = mpz_get_str (NULL, param.base,
  /src/external/lgpl3/gmp/dist/tests/misc/
t-printf.c 713 /* "i" many 1 bits, tested against mpz_get_str in decimal and hex */
718 s = mpz_get_str (NULL, 10, z);
722 s = mpz_get_str (NULL, 16, z);
726 s = mpz_get_str (NULL, -16, z);
  /src/external/mit/isl/dist/
isl_int_gmp.h 22 #define isl_int_get_str(r) mpz_get_str(0, 10, r)
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-mpq.c 491 res = mpz_get_str (sp, base, mpq_numref (q));
497 rden = mpz_get_str (rden, base, mpq_denref (q));
mini-gmp.h 273 char *mpz_get_str (char *, int, const mpz_t);
  /src/external/lgpl3/gmp/dist/demos/
pexpr.c 447 TIME (t, mpz_get_str (tmp, base, r));
451 mpz_get_str (tmp, base, r);
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 835 #define mpz_get_str __gmpz_get_str macro
836 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);

Completed in 53 milliseconds

1 2 3