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

  /src/external/lgpl3/gmp/dist/mpn/generic/
remove.c 101 TMP_ALLOC_LIMBS_3 (qp, un + 1, /* quotient, alternating */
hgcd_reduce.c 141 TMP_ALLOC_LIMBS_3 (tp, modn,
perfpow.c 185 TMP_ALLOC_LIMBS_3 (ip, n, rp, n, tp, 5 * n);
rootrem.c 300 TMP_ALLOC_LIMBS_3 (scratch, un + 1, /* used by mpn_div_q */
  /src/external/lgpl3/gmp/dist/mpz/
powm_ui.c 191 TMP_ALLOC_LIMBS_3 (xp, mn, scratch, mn + 1, tp, 2 * mn + 1);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 516 #define TMP_ALLOC_LIMBS_3(xp,xsize, yp,ysize, zp,zsize) \

Completed in 24 milliseconds