Home
last modified time | relevance | path

Searched refs:mpz_out_str (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gmp/
H A Dgen-psqr.c450 mpz_out_str (stdout, 16, sq_res_0x100[i]); in print()
477 mpz_out_str (stdout, 16, pp); in print()
480 mpz_out_str (stdout, 16, pp_norm); in print()
483 mpz_out_str (stdout, 16, pp_inverted); in print()
510 mpz_out_str (stdout, 16, factor[i].inverse); in print()
516 mpz_out_str (stdout, 16, factor[i].mask); in print()
522 mpz_out_str (stdout, 16, mhi); in print()
524 mpz_out_str (stdout, 16, mlo); in print()
H A Dgen-bases.c92 mpz_out_str (stdout, 16, big_base); in header()
95 mpz_out_str (stdout, 16, big_base_inverted); in header()
132 mpz_out_str (stdout, 16, big_base); in table()
134 mpz_out_str (stdout, 16, big_base_inverted); in table()
H A Dgen-trialdivtab.c125 printf ("CNST_LIMB(0x"); mpz_out_str (stdout, 16, inv); printf ("),"); in main()
128 printf ("CNST_LIMB(0x"); mpz_out_str (stdout, 16, tmp); in main()
171 printf (" {CNST_LIMB(0x"); mpz_out_str (stdout, 16, ppp); in main()
172 printf ("),{CNST_LIMB(0x"); mpz_out_str (stdout, 16, pre[0]); in main()
177 printf ("CNST_LIMB(0x"); mpz_out_str (stdout, 16, pre[2 + i]); in main()
H A Dgen-fac_ui.c77 mpz_out_str (stdout, 16, x); in gen_consts()
91 mpz_out_str (stdout, 16, x); in gen_consts()
131 mpz_out_str (stdout, 16, x); in gen_consts()
H A Dgen-fib.c102 mpz_out_str (stdout, 16, f[i]); in table()
H A Ddumbmp.c814 mpz_out_str (FILE *file, int base, mpz_t a) in mpz_out_str() function
/dragonfly/contrib/gmp/mpq/
H A Dout_str.c34 written = mpz_out_str (stream, base, mpq_numref (q)); in mpq_out_str()
39 written += 1 + mpz_out_str (stream, base, mpq_denref (q)); in mpq_out_str()
/dragonfly/contrib/gmp/mpz/
H A Dout_str.c26 mpz_out_str (FILE *stream, int base, mpz_srcptr x) in mpz_out_str() function
/dragonfly/contrib/mpfr/src/
H A Dstrtofr.c155 mpz_out_str (stderr, 10, mpq_numref (q1));
157 mpz_out_str (stderr, 10, mpq_denref (q1));
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1020 #define mpz_out_str __gmpz_out_str macro
1022 __GMP_DECLSPEC size_t mpz_out_str __GMP_PROTO ((FILE *, int, mpz_srcptr));
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-niter.c1333 mpz_out_str (dump_file, 10, bnds.below); in number_of_iterations_cond()
1335 mpz_out_str (dump_file, 10, bnds.up); in number_of_iterations_cond()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-niter.c1801 mpz_out_str (dump_file, 10, bnds.below); in number_of_iterations_cond()
1803 mpz_out_str (dump_file, 10, bnds.up); in number_of_iterations_cond()