Searched refs:uj1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/libkern/
H A Dqdivrem.c194 digit uj0, uj1, uj2; local
205 uj1 = u[j + 1]; /* for D3 only */
209 rhat = uj1;
212 u_long nn = COMBINE(uj0, uj1);
/freebsd-current/lib/libc/quad/
H A Dqdivrem.c193 digit uj0, uj1, uj2; local
204 uj1 = u[j + 1]; /* for D3 only */
208 rhat = uj1;
211 u_long n = COMBINE(uj0, uj1);

Completed in 139 milliseconds