Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c1150 uintmax_t y1, y0, nm1_1, nm1_0, r1m; in millerrabin2() local
1152 y0 = powm2 (&r1m, bp, qp, np, ni, one); in millerrabin2()
1155 if (y0 == one[0] && y1 == one[1]) in millerrabin2()
1160 if (y0 == nm1_0 && y1 == nm1_1) in millerrabin2()
1165 y0 = mulredc2 (&r1m, y1, y0, y1, y0, np[1], np[0], ni); in millerrabin2()
1168 if (y0 == nm1_0 && y1 == nm1_1) in millerrabin2()
1170 if (y0 == one[0] && y1 == one[1]) in millerrabin2()
1550 uintmax_t x1, x0, z1, z0, y1, y0, P1, P0, t1, t0, ni, g1, g0, r1m; in factor_using_pollard_rho2() local
1558 y0 = z0 = x0; in factor_using_pollard_rho2()
1581 y1 = x1; y0 = x0; in factor_using_pollard_rho2()
[all …]