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

1 2

  /src/external/lgpl3/gmp/dist/cxx/
osmpq.cc 46 mpq_get_str (NULL, param.base, q));
  /src/external/lgpl3/gmp/dist/tests/mpq/
t-get_str.c 1 /* Test mpq_get_str.
40 str = mpq_get_str (NULL, base, q);
43 printf ("mpq_get_str size bigger than should be (passing NULL)\n");
51 printf ("mpq_get_str wrong (passing NULL)\n");
62 ret = mpq_get_str (str, base, q);
65 printf ("mpq_get_str wrong return value (passing non-NULL)\n");
73 printf ("mpq_get_str wrong (passing non-NULL)\n");
  /src/external/lgpl3/gmp/dist/mpq/
get_str.c 0 /* mpq_get_str -- mpq to string conversion.
37 mpq_get_str (char *str, int base, mpq_srcptr q) function
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-mpq.h 70 char * mpq_get_str (char *, int, const mpq_t q);
mini-mpq.c 485 mpq_get_str (char *sp, int base, const mpq_t q)
523 str = mpq_get_str (NULL, base, x);
479 mpq_get_str (char *sp, int base, const mpq_t q) function
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-mpq_str.c 190 bp = mpq_get_str (NULL, (i&1 || base > 36) ? base: -base, a);
hex-random.c 569 *ap = mpq_get_str (NULL, 16, a);
570 *rp = mpq_get_str (NULL, base, a);
  /src/external/lgpl3/gmp/dist/printf/
doprnt.c 322 gmp_str = mpq_get_str (NULL, param.base, va_arg(ap, mpq_srcptr));
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1166 #define mpq_get_str __gmpq_get_str macro
1167 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 1180 #define mpq_get_str __gmpq_get_str macro
1181 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 1166 #define mpq_get_str __gmpq_get_str macro
1167 __GMP_DECLSPEC char *mpq_get_str (char *, int, mpq_srcptr);

Completed in 69 milliseconds

1 2