Home
last modified time | relevance | path

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

/dports/math/gmp-ecm/ecm-7.0.4/
H A Decm-impl.h686 #define get_curve_from_param3 __ECM(get_curve_from_param3) macro
687 int get_curve_from_param3 (mpres_t, mpres_t, mpz_t, mpmod_t);
H A Dparametrizations.c388 get_curve_from_param3 (mpres_t A, mpres_t x0, mpz_t sigma, mpmod_t n) in get_curve_from_param3() function
457 ret = get_curve_from_param3 (A, x, sigma, modulus); in get_curve_from_random_parameter()
H A Decm.c1298 youpi = get_curve_from_param3 (P.A, P.x, sigma, modulus); in ecm()