Home
last modified time | relevance | path

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

123

/netbsd/external/lgpl3/mpc/dist/src/
H A Dpow.c115 mpz_tdiv_q_2exp (my, my, t); in fix_sign()
205 mpz_tdiv_q_2exp (my, my, t); in mpc_pow_exact()
247 mpz_tdiv_q_2exp (d, d, t); in mpc_pow_exact()
253 mpz_tdiv_q_2exp (c, c, t); in mpc_pow_exact()
263 mpz_tdiv_q_2exp (c, c, t); in mpc_pow_exact()
264 mpz_tdiv_q_2exp (d, d, t); in mpc_pow_exact()
356 mpz_tdiv_q_2exp (b, b, w); in mpc_pow_exact()
362 mpz_tdiv_q_2exp (a, a, w); in mpc_pow_exact()
371 mpz_tdiv_q_2exp (a, a, w); in mpc_pow_exact()
397 mpz_tdiv_q_2exp (a, a, sa); in mpc_pow_exact()
[all …]
/netbsd/external/lgpl3/gmp/dist/
H A Dgen-trialdivtab.c269 mpz_tdiv_q_2exp (cps[2], B1modb, 0); in mpn_mod_1s_4p_cps()
270 mpz_tdiv_q_2exp (cps[3], B2modb, 0); in mpn_mod_1s_4p_cps()
271 mpz_tdiv_q_2exp (cps[4], B3modb, 0); in mpn_mod_1s_4p_cps()
272 mpz_tdiv_q_2exp (cps[5], B4modb, 0); in mpn_mod_1s_4p_cps()
273 mpz_tdiv_q_2exp (cps[6], B5modb, 0); in mpn_mod_1s_4p_cps()
H A Dgen-bases.c149 mpz_tdiv_q_2exp (t2, t2, prec+EXTRA); in mp_2logb()
191 mpz_tdiv_q_2exp (logb2, r, 8); in table()
H A Dgen-fac.c40 mpz_tdiv_q_2exp (x, x, r); in mpz_remove_twos()
/netbsd/external/lgpl3/gmp/dist/tests/
H A Drefmpz.c103 mpz_tdiv_q_2exp (a, a, a_twos); in refmpz_gcd()
106 mpz_tdiv_q_2exp (b, b, b_twos); in refmpz_gcd()
120 mpz_tdiv_q_2exp (a, a, twos); in refmpz_gcd()
168 mpz_tdiv_q_2exp (b, b, twos); in refmpz_kronecker()
180 mpz_tdiv_q_2exp (a, a, twos); in refmpz_kronecker()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dmillerrabin.c75 mpz_tdiv_q_2exp (nm, n, 1); in mpz_millerrabin()
83 mpz_tdiv_q_2exp (q, nm, k); in mpz_millerrabin()
H A Dtdiv_q_2exp.c36 mpz_tdiv_q_2exp (mpz_ptr r, mpz_srcptr u, mp_bitcnt_t cnt) in mpz_tdiv_q_2exp() function
H A Dbin_ui.c442 mpz_tdiv_q_2exp (num, num, k - (k >> 1) - (k >> 2) - count); in mpz_bin_ui()
447 mpz_tdiv_q_2exp (num, num, k - (k >> 1) - count); in mpz_bin_ui()
H A Ddivegcd.c126 mpz_tdiv_q_2exp (q, a, twos); in mpz_divexact_gcd()
H A Dlucmod.c117 mpz_tdiv_q_2exp (T2, T2, 2); /* (V_k^2 - P^2 U_k^2) / 4 */ in mpz_lucas_mod()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Datan.c155 mpz_tdiv_q_2exp (p, p, n); /* exact */ in mpfr_atan_aux()
266 mpz_tdiv_q_2exp (S[0], S[0], diff); in mpfr_atan_aux()
274 mpz_tdiv_q_2exp (Q[0], Q[0], diff); in mpfr_atan_aux()
474 mpz_tdiv_q_2exp (ukz, ukz, (unsigned long int) (-exptol)); in mpfr_atan()
H A Deint.c75 mpz_tdiv_q_2exp (m, m, MPFR_PREC (x) - w); /* one still has m != 0 */ in mpfr_eint_aux()
85 mpz_tdiv_q_2exp (m, m, n); in mpfr_eint_aux()
118 mpz_tdiv_q_2exp (t, t, -e); in mpfr_eint_aux()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtget_z.c126 mpz_tdiv_q_2exp (ex, ex, -sh); in check_one()
136 mpz_tdiv_q_2exp (ex, ex, -sh); in check_one()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-div_2exp.c63 mpz_tdiv_q_2exp, mpz_tdiv_r_2exp in testmain()
H A Dt-logops.c84 mpz_tdiv_q_2exp (res, res, 1); in testlogops()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-set_f.c58 mpz_tdiv_q_2exp (want, want, shift[sh]); in check_one()
H A Dt-lucm.c94 mpz_tdiv_q_2exp (exp, mod, exp_size); in main()
H A Dt-remove.c136 mpz_tdiv_q_2exp (q, x, 4 * (mpz_sizeinbase (x, 16) - 25)); in debug_mp()
H A Dt-powm.c155 mpz_tdiv_q_2exp (exp2, exp2, 1); in main()
H A Dt-div_2exp.c89 INPLACE (mpz_tdiv_q_2exp, q, a, d); in check_one()
H A Dt-mul.c211 mpz_tdiv_q_2exp (q, x, 4 * (mpz_sizeinbase (x, 16) - 25)); in debug_mp()
H A Dt-bin.c206 mpz_tdiv_q_2exp (want, want, 1); /* want = n_z (n_z- 1) / 2 = binomial (n_z, 2) */ in randomwalk()
/netbsd/external/lgpl3/gmp/dist/rand/
H A Drandmts.c54 mpz_tdiv_q_2exp (t, r, 19937L); in mangle_seed()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c120 { ">>", (mpexpr_fun_t) mpz_tdiv_q_2exp, MPEXPR_TYPE_BINARY_UI, 180 },
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c402 mpz_tdiv_q_2exp (mpq_numref (r), mpq_numref (q), z); in mpq_div_2exp()
411 mpz_tdiv_q_2exp (mpq_denref (r), mpq_denref (q), z); in mpq_mul_2exp()

123