HomeSort by: relevance | last modified time | path
    Searched refs:MP_PTR_SWAP (Results 1 - 18 of 18) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
swap.c 38 MP_PTR_SWAP (PTR(v), PTR(u));
lucnum_ui.c 157 MP_PTR_SWAP (xp, lp); /* balance the swaps wanted in the L[2k] below */
199 MP_PTR_SWAP (xp, lp);
n_pow_ui.c 157 MP_PTR_SWAP (rp, tp); \
  /src/external/lgpl3/gmp/dist/mpq/
swap.c 40 MP_PTR_SWAP (PTR(NUM(u)), PTR(NUM(v)));
41 MP_PTR_SWAP (PTR(DEN(u)), PTR(DEN(v)));
inv.c 56 MP_PTR_SWAP (PTR(NUM(dest)), PTR(DEN(dest)));
  /src/external/lgpl3/gmp/dist/mpn/generic/
pow_1.c 84 MP_PTR_SWAP (rp, tp);
105 MP_PTR_SWAP (rp, tp);
111 MP_PTR_SWAP (rp, tp);
122 MP_PTR_SWAP (rp, tp);
130 MP_PTR_SWAP (rp, tp);
gcd_subdiv_step.c 109 MP_PTR_SWAP (ap, bp);
161 MP_PTR_SWAP (ap, bp);
remove.c 121 MP_PTR_SWAP (qp, qp2);
167 MP_PTR_SWAP (qp, qp2);
jacobi.c 254 MP_PTR_SWAP (ap, tp);
271 MP_PTR_SWAP (ap, bp);
powlo.c 148 MP_PTR_SWAP (rp, tp);
177 MP_PTR_SWAP (rp, tp);
gcdext_lehmer.c 81 MP_PTR_SWAP (u0, u1);
226 MP_PTR_SWAP (ap, tp);
228 MP_PTR_SWAP (u0, u2);
gcd.c 203 MP_PTR_SWAP (up, tp);
222 MP_PTR_SWAP (up, vp);
toom_interpolate_16pts.c 342 MP_PTR_SWAP(r5, wsi);
353 MP_PTR_SWAP(r3, wsi);
372 MP_PTR_SWAP(r7, wsi);
toom_interpolate_12pts.c 235 MP_PTR_SWAP(r1, wsi);
246 MP_PTR_SWAP(r5, wsi);
  /src/external/lgpl3/gmp/dist/mpf/
get_str.c 92 MP_PTR_SWAP (rp, tp);
set_str.c 97 MP_PTR_SWAP (rp, tp);
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 238 #define MP_PTR_SWAP(x, y) \
253 MP_PTR_SWAP (xp, yp); \
1916 MP_PTR_SWAP (u->_mp_d, v->_mp_d);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 648 #define MP_PTR_SWAP(x, y) \
663 MP_PTR_SWAP (xp, yp); \

Completed in 31 milliseconds