Home
last modified time | relevance | path

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

/coreutils/src/
Dfactor.c1082 powm2 (uintmax_t *r1m, in powm2() argument
1102 r0 = mulredc2 (r1m, r1, r0, b1, b0, n1, n0, ni); in powm2()
1103 r1 = *r1m; in powm2()
1105 b0 = mulredc2 (r1m, b1, b0, b1, b0, n1, n0, ni); in powm2()
1106 b1 = *r1m; in powm2()
1112 r0 = mulredc2 (r1m, r1, r0, b1, b0, n1, n0, ni); in powm2()
1113 r1 = *r1m; in powm2()
1115 b0 = mulredc2 (r1m, b1, b0, b1, b0, n1, n0, ni); in powm2()
1116 b1 = *r1m; in powm2()
1118 *r1m = r1; in powm2()
[all …]