| /src/external/lgpl3/gmp/dist/mpz/ |
| get_str.c | 87 /* mpn_get_str clobbers its input on non power-of-2 bases */ 96 str_size = mpn_get_str ((unsigned char *) res_str, base, xp, x_size);
|
| out_str.c | 93 str_size = mpn_get_str (str, base, xp, x_size);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tl2b.c | 65 size = mpn_get_str (temp, 256, MPFR_MANT (x), MPFR_LIMB_SIZE (x));
|
| tests.c | 647 m = mpn_get_str (buf, 16, p, n);
|
| /src/external/lgpl3/gmp/dist/mpf/ |
| get_str.c | 223 n_digits_computed = mpn_get_str (tstr, base, tp + off, tn - off); 249 n_digits_computed = mpn_get_str (tstr, base, tp, tn);
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-str.c | 269 bn = mpn_get_str ((unsigned char *) bp, base, t, tn); 272 fprintf (stderr, "mpn_get_str failed:\n"); 301 fprintf (stderr, "mpn_get_str failed:\n");
|
| /src/external/lgpl3/mpfr/dist/src/ |
| set_d128.c | 238 i = mpn_get_str ((unsigned char *) t, 10, rp, rn); 241 /* convert the values from mpn_get_str (0, 1, ..., 9) to digits: */
|
| set_d64.c | 264 i = mpn_get_str ((unsigned char*) t, 10, sp, sn); 268 /* convert the values from mpn_get_str (0, 1, ..., 9) to digits: */
|
| /src/external/lgpl3/gmp/dist/mini-gmp/ |
| mini-gmp.h | 123 size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| get_str.c | 0 /* mpn_get_str -- Convert {UP,USIZE} to a base BASE string in STR. 5 THE FUNCTIONS IN THIS FILE, EXCEPT mpn_get_str, ARE INTERNAL WITH MUTABLE 86 mpn_get_str: 367 mpn_get_str (unsigned char *str, int base, mp_ptr up, mp_size_t un) 365 mpn_get_str (unsigned char *str, int base, mp_ptr up, mp_size_t un) function
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/ |
| divrem_1.asm | 92 C decimal mpn_get_str is not normalized in a 32-bit limb.
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1498 #define mpn_get_str __MPN(get_str) macro 1499 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 1529 #define mpn_get_str __MPN(get_str) macro 1530 __GMP_DECLSPEC size_t mpn_get_str (unsigned char *, int, mp_ptr, mp_size_t);
|