Home
last modified time | relevance | path

Searched defs:b0 (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
477 gcd2_odd (uintmax_t *r1, uintmax_t a1, uintmax_t a0, uintmax_t b1, uintmax_t b0) in gcd2_odd()
993 uintmax_t a1, uintmax_t a0, uintmax_t b1, uintmax_t b0, in mulredc2()
1086 uintmax_t r1, r0, b1, b0, n1, n0; in powm2() local