Home
last modified time | relevance | path

Searched refs:mpz_get_str (Results 1 – 25 of 60) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/mpq/
H A Dget_str.c58 mpz_get_str (str, base, mpq_numref(q)); in mpq_get_str()
63 mpz_get_str (str+len, base, mpq_denref(q)); in mpq_get_str()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dconvert.c112 str = mpz_get_str ((char *) 0, base, op1); in main()
139 str = mpz_get_str ((char *) 0, base, op1); in main()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Ddump.c45 str = mpz_get_str (0, 10, u); in mpz_dump()
H A Dget_str.c41 mpz_get_str (char *res_str, int base, mpz_srcptr x) in mpz_get_str() function
/netbsd/external/lgpl3/gmp/dist/cxx/
H A Dosmpz.cc46 mpz_get_str (NULL, param.base, z)); in operator <<()
/netbsd/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c718 s = mpz_get_str (NULL, 10, z); in check_limb()
722 s = mpz_get_str (NULL, 16, z); in check_limb()
726 s = mpz_get_str (NULL, -16, z); in check_limb()
/netbsd/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c306 gmp_str = mpz_get_str (NULL, param.base, z); in __gmp_doprnt()
338 gmp_str = mpz_get_str (NULL, param.base, in __gmp_doprnt()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dtestutils.c159 char *buf = mpz_get_str (NULL, 16, x); in dump()
H A Dhex-random.c492 *ap = mpz_get_str (NULL, 16, a); in hex_random_str_op()
493 *rp = mpz_get_str (NULL, base, a); in hex_random_str_op()
H A Dt-double.c153 s = mpz_get_str (NULL, 16, x); in testmain()
H A Dt-str.c196 bp = mpz_get_str (NULL, (i&1 || base > 36) ? base: -base, a); in testmain()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c485 res = mpz_get_str (sp, base, mpq_numref (q)); in mpq_get_str()
491 rden = mpz_get_str (rden, base, mpq_denref (q)); in mpq_get_str()
H A DREADME53 When mpz_get_str allocates the block, it can be longer than needed.
H A Dmini-gmp.h273 char *mpz_get_str (char *, int, const mpz_t);
H A DChangeLog129 * mini-gmp.c (mpz_sizeinbase, mpz_get_str, mpz_set_str): Support
377 allocation functions, including uses of mpz_get_str for various
467 free, for storage allocated by mpz_get_str.
/netbsd/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c447 TIME (t, mpz_get_str (tmp, base, r)); in main()
451 mpz_get_str (tmp, base, r); in main()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h835 #define mpz_get_str __gmpz_get_str macro
836 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h835 #define mpz_get_str __gmpz_get_str macro
836 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h830 #define mpz_get_str __gmpz_get_str macro
831 __GMP_DECLSPEC char *mpz_get_str (char *, int, mpz_srcptr);

123