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

/illumos-gate/usr/src/lib/libc/port/fp/
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 ulong_t n = COMBINE(uj0, uj1);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dqdivrem.c196 digit uj0, uj1, uj2; local
206 uj0 = u[j + 0]; /* for D3 only -- note that u[j+...] change */
209 if (uj0 == v1) {
214 u_int nn = COMBINE(uj0, uj1);

Completed in 54 milliseconds