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

  /src/external/lgpl3/gmp/dist/mpn/generic/
gcd_1.c 84 MP_LIMB_T_SWAP (ulimb, vlimb);
jacobi_2.c 227 MP_LIMB_T_SWAP (al, bl);
263 MP_LIMB_T_SWAP (al, bl);
296 MP_LIMB_T_SWAP (al, bl);
310 MP_LIMB_T_SWAP (al, bl);
jacbase.c 133 Duplicating the loop body to avoid the MP_LIMB_T_SWAP(a,b) would be
156 MP_LIMB_T_SWAP (a, b);
  /src/external/lgpl3/gmp/dist/mpz/
jacobi.c 131 MP_LIMB_T_SWAP (alow, blow);
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 220 #define MP_LIMB_T_SWAP(x, y) \
2654 MP_LIMB_T_SWAP (u, v);
  /src/external/lgpl3/gmp/dist/tune/
speed.h 3044 MP_LIMB_T_SWAP (x[s->size - 1], y[s->size - 1]); \
3127 MP_LIMB_T_SWAP (x[2], y[2]); \
  /src/external/lgpl3/gmp/dist/tests/
refmpn.c 1995 MP_LIMB_T_SWAP (x, y);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 635 #define MP_LIMB_T_SWAP(x, y) \

Completed in 59 milliseconds