| /src/external/lgpl3/gmp/dist/mpf/ |
| dump.c | 46 str = mpf_get_str (0, &exp, 10, 0, u);
|
| out_str.c | 71 * Don't allocate memory here for huge n_digits; pass NULL to mpf_get_str. 72 * Make mpf_get_str allocate extra space when passed NULL, to avoid 78 mpf_get_str (str, &exp, base, n_digits, op);
|
| get_str.c | 0 /* mpf_get_str (digit_ptr, exp, base, n_digits, a) -- Convert the floating 121 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) function
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpf2mpfr.h | 118 #undef mpf_get_str macro 119 #define mpf_get_str(x,y,z,t,u) mpfr_get_str(x,y,z,t,u,MPFR_DEFAULT_RND) macro
|
| /src/external/lgpl3/gmp/dist/printf/ |
| doprntf.c | 50 some C++ can do the mpf_get_str and release it in case of an exception */ 97 handle the case of 1-eps where EXP(f) = 0 but mpf_get_str returns 115 /* precision is total digits, but be sure to ask mpf_get_str for at 123 s = mpf_get_str (NULL, &exp, p->base, ndigits, f);
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-conv.c | 1 /* Test mpf_get_str and mpf_set_str. 223 str = mpf_get_str (0, &bexp, base, 0, x);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| mpf_compat.h | 135 s = mpf_get_str (NULL, &exp, 10, 10, x);
|
| /src/external/lgpl3/gmp/dist/demos/perl/ |
| GMP.pm | 385 returned, as per the C mpf_get_str function. For example,
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1315 #define mpf_get_str __gmpf_get_str macro 1316 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 1332 #define mpf_get_str __gmpf_get_str macro 1333 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/ |
| gmp.h | 1315 #define mpf_get_str __gmpf_get_str macro 1316 __GMP_DECLSPEC char *mpf_get_str (char *, mp_exp_t *, int, size_t, mpf_srcptr);
|