Home
last modified time | relevance | path

Searched refs:mpz_swap (Results 1 – 25 of 64) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dremove.c99 mpz_swap (dest, x); in mpz_remove()
112 mpz_swap (dest, x); in mpz_remove()
126 mpz_swap (dest, x); in mpz_remove()
133 mpz_swap (dest, x); in mpz_remove()
H A Dswap.c34 mpz_swap (mpz_ptr u, mpz_ptr v) __GMP_NOTHROW in mpz_swap() function
H A Dlucmod.c96 mpz_swap (T1, T2); in mpz_lucas_mod()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprza.c103 p.mpX_set_or_swap = (mpexpr_fun_unary_t) mpz_swap; in mpz_expr_a()
105 p.mpX_swap = (mpexpr_fun_swap_t) mpz_swap; in mpz_expr_a()
H A Dexprq.c79 mpz_swap (mpq_numref(w), mpq_denref(w)); in e_mpq_den()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c147 mpz_swap (mpq_numref (a), mpq_numref (b)); in mpq_swap()
148 mpz_swap (mpq_denref (a), mpq_denref (b)); in mpq_swap()
332 mpz_swap (mpq_numref (r), t); in mpq_add()
418 mpz_swap (mpq_denref (r), mpq_numref (r)); in mpq_inv()
H A Dmini-gmp.c2068 mpz_swap (r, t); in mpz_mul()
2251 mpz_swap (tq, q); in mpz_div_qr()
2255 mpz_swap (tr, r); in mpz_div_qr()
2527 mpz_swap (r, rr); in mpz_div_qr_ui()
2676 mpz_swap (t, g); in mpz_gcd_ui()
2743 mpz_swap (tu, tv); in mpz_gcd()
2928 mpz_swap (g, tv); in mpz_gcdext()
2930 mpz_swap (s, s0); in mpz_gcdext()
3030 mpz_swap (r, tr); in mpz_pow_ui()
3144 mpz_swap (r, tr); in mpz_powm()
[all …]
H A Dmini-gmp.h144 void mpz_swap (mpz_t, mpz_t);
/netbsd/external/lgpl3/gmp/dist/
H A Dgen-fac.c88 mpz_swap (last, x); in gen_consts()
143 mpz_swap (last, x); in gen_consts()
H A Dgen-bases.c154 mpz_swap (t, t2); /* new value acceptable */ in mp_2logb()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-lucnum_ui.c77 mpz_swap (want_ln1, want_ln); in check_sequence()
H A Dt-fib_ui.c145 mpz_swap (want_fn1, want_fn); in main()
H A Dt-nextprime.c54 mpz_swap (x, y); in run()
H A Dt-remove.c117 mpz_swap (dest, x); in mpz_refremove()
H A Dt-lcm.c41 mpz_swap (x, y); in check_all()
H A Dt-aorsmul.c242 mpz_swap (x, y); in check_all()
/netbsd/external/lgpl3/gmp/dist/tests/
H A Drefmpz.c117 mpz_swap (a, b); in refmpz_gcd()
198 mpz_swap (a, b); in refmpz_kronecker()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd.c110 mpz_swap (op1, op2); in main()
156 mpz_swap (op1, op2); in main()
H A Dt-hgcd_appr.c91 mpz_swap (op1, op2); in main()
137 mpz_swap (op1, op2); in main()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dsin_cos.c527 mpz_swap (Q, Q2); in sincos_aux()
528 mpz_swap (S, S2); in sincos_aux()
529 mpz_swap (C, C2); in sincos_aux()
H A Drandom_deviate.c106 mpz_swap (x->f, y->f); in mpfr_random_deviate_swap()
/netbsd/external/lgpl3/mpc/dist/src/
H A Dpow.c282 mpz_swap (a, c); in mpc_pow_exact()
283 mpz_swap (b, d); in mpc_pow_exact()
349 mpz_swap (a, u); in mpc_pow_exact()
/netbsd/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y184 mpz_swap (variable[$1], sp);
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c495 mpz_swap(p, q); in gmp_rsa_generate_key()
/netbsd/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c88 #define mpz_swap(a,b) \ macro
1250 mpz_swap (t, r); in mpz_eval_expr()

123