Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c973 mulredc (uintmax_t a, uintmax_t b, uintmax_t m, uintmax_t mi) in mulredc() function
1071 b = mulredc (b, b, n, ni); in powm()
1075 y = mulredc (y, b, n, ni); in powm()
1136 y = mulredc (y, y, n, ni); in millerrabin()
1483 x = mulredc (x, x, n, ni); in factor_using_pollard_rho()
1487 P = mulredc (P, t, n, ni); in factor_using_pollard_rho()
1503 x = mulredc (x, x, n, ni); in factor_using_pollard_rho()
1512 y = mulredc (y, y, n, ni); in factor_using_pollard_rho()