Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c2025 uintmax_t S, Dh, Dl, Q1, Q, P, L, L1, B; in factor_using_squfof() local
2052 umul_ppmm (Dh, Dl, n0, mu); in factor_using_squfof()
2055 affirm (Dl % 4 != 1); in factor_using_squfof()
2058 S = isqrt2 (Dh, Dl); in factor_using_squfof()
2064 Q = Dl - P * P; in factor_using_squfof()
2155 sub_ddmmss (hi, lo, Dh, Dl, hi, lo); in factor_using_squfof()