Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dfactor.c388 #define addmod2(r1, r0, a1, a0, b1, b0, n1, n0) \ argument
394 #define submod2(r1, r0, a1, a0, b1, b0, n1, n0) \ argument
410 mod2 (uintmax_t *r1, uintmax_t a1, uintmax_t a0, uintmax_t d1, uintmax_t d0) in mod2()
477 gcd2_odd (uintmax_t *r1, uintmax_t a1, uintmax_t a0, uintmax_t b1, uintmax_t b0) in gcd2_odd()
947 #define redcify2(r1, r0, x, n1, n0) \ argument
996 uintmax_t r1, r0, q, p1, t1, t0, s1, s0; in mulredc2() local
1086 uintmax_t r1, r0, b1, b0, n1, n0; in powm2() local