Home
last modified time | relevance | path

Searched refs:MP_SIZE_T_SWAP (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpq/
H A Dswap.c36 MP_SIZE_T_SWAP (ALLOC(NUM(u)), ALLOC(NUM(v))); in mpq_swap()
37 MP_SIZE_T_SWAP (ALLOC(DEN(u)), ALLOC(DEN(v))); in mpq_swap()
38 MP_SIZE_T_SWAP (SIZ(NUM(u)), SIZ(NUM(v))); in mpq_swap()
39 MP_SIZE_T_SWAP (SIZ(DEN(u)), SIZ(DEN(v))); in mpq_swap()
H A Dinv.c57 MP_SIZE_T_SWAP (ALLOC(NUM(dest)), ALLOC(DEN(dest))); in mpq_inv()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dswap.c36 MP_SIZE_T_SWAP (ALLOC(u), ALLOC(v)); in mpz_swap()
37 MP_SIZE_T_SWAP (SIZ(u), SIZ(v)); in mpz_swap()
H A Daors.h67 MP_SIZE_T_SWAP (usize, vsize);
68 MP_SIZE_T_SWAP (abs_usize, abs_vsize);
H A Dcong_2exp.c52 MP_SIZE_T_SWAP (asize, csize); in mpz_congruent_2exp_p()
H A Dgcdext.c58 MP_SIZE_T_SWAP (asize, bsize); in mpz_gcdext()
H A Dxor.c48 MP_SIZE_T_SWAP (op1_size, op2_size); in mpz_xor()
H A Dmul.c59 MP_SIZE_T_SWAP (usize, vsize); in mpz_mul()
H A Dior.c49 MP_SIZE_T_SWAP (op1_size, op2_size); in mpz_ior()
H A Daorsmul.c68 MP_SIZE_T_SWAP (xsize, ysize); in mpz_aorsmul()
H A Dand.c49 MP_SIZE_T_SWAP (op1_size, op2_size); in mpz_and()
H A Dn_pow_ui.c158 ASSERT_CODE (MP_SIZE_T_SWAP (ralloc, talloc)); \
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-limbs.c41 MP_SIZE_T_SWAP (an, bn); in alt_add()
111 MP_SIZE_T_SWAP (an, bn); in alt_mul()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mulmid.c68 MP_SIZE_T_SWAP (an, bn); in main()
H A Dt-mulmod_bnm1.c137 MP_SIZE_T_SWAP (an, bn); in main()
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c225 #define MP_SIZE_T_SWAP(x, y) \ macro
253 MP_SIZE_T_SWAP (xs, ys); \
258 MP_SIZE_T_SWAP (xs, ys); \
1905 MP_SIZE_T_SWAP (u->_mp_size, v->_mp_size); in mpz_swap()
1906 MP_SIZE_T_SWAP (u->_mp_alloc, v->_mp_alloc); in mpz_swap()
1948 MP_SIZE_T_SWAP (an, bn); in mpz_abs_add()
3779 MP_SIZE_T_SWAP (un, vn); in mpz_and()
3851 MP_SIZE_T_SWAP (un, vn); in mpz_ior()
3924 MP_SIZE_T_SWAP (un, vn); in mpz_xor()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h641 #define MP_SIZE_T_SWAP(x, y) \ macro
664 MP_SIZE_T_SWAP (xs, ys); \
669 MP_SIZE_T_SWAP (xs, ys); \