Searched refs:gcd2_odd (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | factor.c | 477 gcd2_odd (uintmax_t *r1, uintmax_t a1, uintmax_t a0, uintmax_t b1, uintmax_t b0) in gcd2_odd() function 1578 g0 = gcd2_odd (&g1, P1, P0, n1, n0); in factor_using_pollard_rho2() 1606 g0 = gcd2_odd (&g1, t1, t0, n1, n0); in factor_using_pollard_rho2()
|