Searched refs:mulredc2 (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | factor.c | 992 mulredc2 (uintmax_t *r1p, in mulredc2() function 1102 r0 = mulredc2 (r1m, r1, r0, b1, b0, n1, n0, ni); in powm2() 1105 b0 = mulredc2 (r1m, b1, b0, b1, b0, n1, n0, ni); in powm2() 1112 r0 = mulredc2 (r1m, r1, r0, b1, b0, n1, n0, ni); in powm2() 1115 b0 = mulredc2 (r1m, b1, b0, b1, b0, n1, n0, ni); in powm2() 1165 y0 = mulredc2 (&r1m, y1, y0, y1, y0, np[1], np[0], ni); in millerrabin2() 1568 x0 = mulredc2 (&r1m, x1, x0, x1, x0, n1, n0, ni); in factor_using_pollard_rho2() 1573 P0 = mulredc2 (&r1m, P1, P0, t1, t0, n1, n0, ni); in factor_using_pollard_rho2() 1591 x0 = mulredc2 (&r1m, x1, x0, x1, x0, n1, n0, ni); in factor_using_pollard_rho2() 1601 y0 = mulredc2 (&r1m, y1, y0, y1, y0, n1, n0, ni); in factor_using_pollard_rho2()
|