Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c1550 uintmax_t x1, x0, z1, z0, y1, y0, P1, P0, t1, t0, ni, g1, g0, r1m; in factor_using_pollard_rho2() local
1555 redcify2 (P1, P0, 1, n1, n0); in factor_using_pollard_rho2()
1556 addmod2 (x1, x0, P1, P0, P1, P0, n1, n0); /* i.e., redcify(2) */ in factor_using_pollard_rho2()
1573 P0 = mulredc2 (&r1m, P1, P0, t1, t0, n1, n0, ni); in factor_using_pollard_rho2()
1574 P1 = r1m; in factor_using_pollard_rho2()
1578 g0 = gcd2_odd (&g1, P1, P0, n1, n0); in factor_using_pollard_rho2()
2075 uintmax_t q, P1, t, rem; in factor_using_squfof() local
2078 P1 = S - rem; /* P1 = q*Q - P */ in factor_using_squfof()
2108 t = Q1 + q * (P - P1); in factor_using_squfof()
2111 P = P1; in factor_using_squfof()
[all …]