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

/freebsd-9.3-release/lib/libc/quad/
H A Dqdivrem.c89 u_long qhat, rhat, t; local
203 * let rhat = (u[j]*B + u[j+1]) mod v[1].
204 * While rhat < B and v[2]*qhat > rhat*B+u[j+2],
205 * decrement qhat and increase rhat correspondingly.
206 * Note that if rhat >= B, v[2]*qhat < rhat*B.
213 rhat = uj1;
218 rhat = n % v1;
220 while (v2 * qhat > COMBINE(rhat, uj
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dqdivrem.c88 u_long qhat, rhat, t; local
202 * let rhat = (u[j]*B + u[j+1]) mod v[1].
203 * While rhat < B and v[2]*qhat > rhat*B+u[j+2],
204 * decrement qhat and increase rhat correspondingly.
205 * Note that if rhat >= B, v[2]*qhat < rhat*B.
212 rhat = uj1;
217 rhat = nn % v1;
219 while (v2 * qhat > COMBINE(rhat, uj
[all...]
/freebsd-9.3-release/sys/libkern/
H A Dqdivrem.c86 u_long qhat, rhat, t; local
200 * let rhat = (u[j]*B + u[j+1]) mod v[1].
201 * While rhat < B and v[2]*qhat > rhat*B+u[j+2],
202 * decrement qhat and increase rhat correspondingly.
203 * Note that if rhat >= B, v[2]*qhat < rhat*B.
210 rhat = uj1;
215 rhat = nn % v1;
217 while (v2 * qhat > COMBINE(rhat, uj
[all...]

Completed in 82 milliseconds