Home
last modified time | relevance | path

Searched refs:mpresn_sub (Results 1 – 3 of 3) sorted by relevance

/dports/math/gmp-ecm/ecm-7.0.4/
H A Dbatch.c198 mpresn_sub (w, z1, t, n); /* w = (x1+z1)^2 - (x1-z1)^2 */ in dup_add_batch1()
241 mpresn_sub (w, z1, t, n); /* w = (x1+z1)^2 - (x1-z1)^2 */ in dup_add_batch2()
H A Decm-impl.h578 #define mpresn_sub __ECM(mpresn_sub) macro
579 void mpresn_sub (mpres_t, const mpres_t, const mpres_t, mpmod_t);
H A Dmpmod.c2378 mpresn_sub (mpres_t R, const mpres_t S1, const mpres_t S2, mpmod_t modulus) in mpresn_sub() function