Searched refs:uj0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/libc/quad/
H A Dqdivrem.c198 digit uj0, uj1, uj2; local
208 uj0 = u[j + 0]; /* for D3 only -- note that u[j+...] change */
211 if (uj0 == v1) {
216 u_long n = COMBINE(uj0, uj1);
/freebsd-9.3-release/lib/libstand/
H A Dqdivrem.c197 digit uj0, uj1, uj2; local
207 uj0 = u[j + 0]; /* for D3 only -- note that u[j+...] change */
210 if (uj0 == v1) {
215 u_long nn = COMBINE(uj0, uj1);
/freebsd-9.3-release/sys/libkern/
H A Dqdivrem.c195 register digit uj0, uj1, uj2; local
205 uj0 = u[j + 0]; /* for D3 only -- note that u[j+...] change */
208 if (uj0 == v1) {
213 u_long nn = COMBINE(uj0, uj1);

Completed in 93 milliseconds