Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c439 gcd_odd (uintmax_t a, uintmax_t b) in gcd_odd() function
495 return gcd_odd (b0, a0); in gcd2_odd()
1491 if (gcd_odd (P, n) != 1) in factor_using_pollard_rho()
1516 g = gcd_odd (t, n); in factor_using_pollard_rho()
2094 g /= gcd_odd (g, mu); in factor_using_squfof()
2183 Q /= gcd_odd (Q, mu); in factor_using_squfof()