Home
last modified time | relevance | path

Searched refs:mpres_invert (Results 1 – 8 of 8) sorted by relevance

/dports/math/gmp-ecm/ecm-7.0.4/
H A Dparametrizations.c201 if (!mpres_invert (u, v, n)) /* u = (b*z)^(-1) (mod n) */ in get_curve_from_param0()
320 if (!mpres_invert (u, z, n)) in get_curve_from_param2()
335 if (!mpres_invert (u, t, n)) in get_curve_from_param2()
358 if (!mpres_invert (t, v, n)) in get_curve_from_param2()
H A Decm-impl.h556 #define mpres_invert __ECM(mpres_invert) macro
557 int mpres_invert (mpres_t, const mpres_t, mpmod_t);
H A Dbatch.c388 if (!mpres_invert (u, z1, n)) /* Factor found? */ in ecm_stage1_batch()
H A DFgw.c459 if (!mpres_invert (P->y, P->y, modulus)) /* Factor found? */ in gw_ecm_stage1()
H A Decm2.c124 if (!mpres_invert (T[k], T[k - 1], modulus)) in multiplyW2n()
313 if (k > 0 && !mpres_invert (T[k], T[k - 1], modulus)) in addWnm()
H A Decm.c92 if (!mpres_invert (y, y, n)) /* y = 1/(3g^2) temporarily */ in montgomery_to_weierstrass()
613 if (!mpres_invert (u, z, n)) /* Factor found? */ in ecm_stage1()
795 if (!mpres_invert (xB, P->z, n)){ /* Factor found? */ in ecm_stage1_W()
H A Dmpmod.c1233 mpres_invert (R, R, modulus); in mpres_pow()
1333 mpres_invert (R, R, modulus); in mpres_ui_pow()
1982 mpres_invert (mpres_t R, const mpres_t S, mpmod_t modulus) in mpres_invert() function
H A Dpm1fs2.c2102 mpres_invert (x_0, x_0, modulus); /* x_0 := x_0^{-1} now */ in pm1_sequence_g()
2185 mpres_invert (invr, r, modulus_parm); /* invr = r^{-1}. FIXME: test for in pm1_sequence_h()
2705 mpres_invert (mr, X, modulus); in pm1fs2()
2977 mpres_invert (tmpres, X, modulus); in pm1fs2_ntt()