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

  /src/external/lgpl3/gmp/dist/mpn/generic/
sec_powm.c 220 mp_ptr pp, this_pp, ps; local
252 this_pp = pp;
253 this_pp[n] = 1;
254 redcify (this_pp, this_pp + n, 1, mp, n, this_pp + n + 1);
255 this_pp += n;
262 redcify (this_pp, bp, bn, mp, n, this_pp + n);
274 this_pp += n
    [all...]
powlo.c 102 mp_limb_t *this_pp, *last_pp; local
107 this_pp = pp;
109 MPN_COPY (this_pp, bp, n);
118 last_pp = this_pp;
119 this_pp += n;
120 mpn_mullo_n (this_pp, last_pp, tp, n);
powm.c 202 mp_ptr pp, this_pp; local
220 mpn_sqr (tp, this_pp, tn);
260 this_pp = pp;
261 redcify (this_pp, bp, bn, mp, n);
264 mpn_sqr (tp, this_pp, n);
286 umul_ppmm((tp)[1], *(tp), *(this_pp), *(rp));
287 ++this_pp ;
288 MPN_REDC_0 (this_pp, tp, mp, mip[0]);
292 mpn_mul_n (tp, this_pp, rp, n);
293 this_pp += n
    [all...]

Completed in 29 milliseconds