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

  /src/external/lgpl3/gmp/dist/mpn/generic/
sec_powm.c 199 redcify (mp_ptr rp, mp_srcptr up, mp_size_t un, mp_srcptr mp, mp_size_t n, mp_ptr tp) function
251 /* | pp[0] | 1 | redcify | */
254 redcify (this_pp, this_pp + n, 1, mp, n, this_pp + n + 1);
258 degenerate situation where B >> M, we let redcify use scratch space which
261 /* | pp[0] | pp[1] | redcify | */
262 redcify (this_pp, bp, bn, mp, n, this_pp + n);
366 /* The top scratch usage will either be when reducing B in the 2nd redcify
373 /* The 2n term is due to pp[0] and pp[1] at the time of the 2nd redcify call,
374 the (bn + n) term is due to redcify's own usage, and the rest is due to
375 mpn_sec_div_r's usage when called from redcify. *
    [all...]
powm.c 174 redcify (mp_ptr rp, mp_srcptr up, mp_size_t un, mp_srcptr mp, mp_size_t n) function
261 redcify (this_pp, bp, bn, mp, n);

Completed in 31 milliseconds