Home
last modified time | relevance | path

Searched refs:mpz_tdiv_q_2exp (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/mpc/src/
H A Dpow.c115 mpz_tdiv_q_2exp (my, my, t); in fix_sign()
204 mpz_tdiv_q_2exp (my, my, t); in mpc_pow_exact()
246 mpz_tdiv_q_2exp (d, d, t); in mpc_pow_exact()
252 mpz_tdiv_q_2exp (c, c, t); in mpc_pow_exact()
262 mpz_tdiv_q_2exp (c, c, t); in mpc_pow_exact()
263 mpz_tdiv_q_2exp (d, d, t); in mpc_pow_exact()
355 mpz_tdiv_q_2exp (b, b, w); in mpc_pow_exact()
361 mpz_tdiv_q_2exp (a, a, w); in mpc_pow_exact()
370 mpz_tdiv_q_2exp (a, a, w); in mpc_pow_exact()
396 mpz_tdiv_q_2exp (a, a, sa); in mpc_pow_exact()
[all …]
/dragonfly/contrib/gmp/
H A Dgen-trialdivtab.c214 mpz_tdiv_q_2exp (y, y, 1); in mpz_log2()
266 mpz_tdiv_q_2exp (cps[2], B1modb, 0); in mpn_mod_1s_4p_cps()
267 mpz_tdiv_q_2exp (cps[3], B2modb, 0); in mpn_mod_1s_4p_cps()
268 mpz_tdiv_q_2exp (cps[4], B3modb, 0); in mpn_mod_1s_4p_cps()
269 mpz_tdiv_q_2exp (cps[5], B4modb, 0); in mpn_mod_1s_4p_cps()
270 mpz_tdiv_q_2exp (cps[6], B5modb, 0); in mpn_mod_1s_4p_cps()
H A Drandmts.c45 mpz_tdiv_q_2exp (t, r, 19937L); in mangle_seed()
H A Ddumbmp.c547 mpz_tdiv_q_2exp (mpz_t r, mpz_t a, unsigned long int bcnt) in mpz_tdiv_q_2exp() function
672 mpz_tdiv_q_2exp (tmpb, tmpb, 1L); in mpz_tdiv_qr()
H A Dgen-psqr.c521 mpz_tdiv_q_2exp (mhi, factor[i].mask, (unsigned long) limb_bits); in print()
/dragonfly/contrib/gmp/mpz/
H A Ddivegcd.c98 mpz_tdiv_q_2exp (q, a, twos); in mpz_divexact_gcd()
103 mpz_tdiv_q_2exp (q, a, twos); in mpz_divexact_gcd()
H A Dtdiv_q_2exp.c25 mpz_tdiv_q_2exp (mpz_ptr w, mpz_srcptr u, mp_bitcnt_t cnt) in mpz_tdiv_q_2exp() function
H A Dmillerrabin.c67 mpz_tdiv_q_2exp (q, nm1, k); in mpz_millerrabin()
/dragonfly/contrib/mpfr/src/
H A Dconst_euler.c140 mpz_tdiv_q_2exp (P, P, v2); in mpfr_const_euler_S2_aux()
141 mpz_tdiv_q_2exp (Q, Q, v2); in mpfr_const_euler_S2_aux()
142 mpz_tdiv_q_2exp (T, T, v2); in mpfr_const_euler_S2_aux()
H A Datan.c64 mpz_tdiv_q_2exp (p, p, n); /* exact */ in mpfr_atan_aux()
172 mpz_tdiv_q_2exp (S[0], S[0], diff); in mpfr_atan_aux()
180 mpz_tdiv_q_2exp (Q[0], Q[0], diff); in mpfr_atan_aux()
387 mpz_tdiv_q_2exp (ukz, ukz, (unsigned long int) (-exptol)); in mpfr_atan()
H A Deint.c67 mpz_tdiv_q_2exp (m, m, MPFR_PREC (x) - w); in mpfr_eint_aux()
72 mpz_tdiv_q_2exp (m, m, k); in mpfr_eint_aux()
94 mpz_tdiv_q_2exp (t, t, -e); in mpfr_eint_aux()
H A Dexp3.c61 mpz_tdiv_q_2exp (p, p, n); in mpfr_exp_rational()
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1144 #define mpz_tdiv_q_2exp __gmpz_tdiv_q_2exp macro
1145 __GMP_DECLSPEC void mpz_tdiv_q_2exp __GMP_PROTO ((mpz_ptr, mpz_srcptr, mp_bitcnt_t));