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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dqdivrem.c88 ulong_t qhat, rhat, t; local
200 * D3: Calculate qhat (\^q, in TeX notation).
201 * Let qhat = min((u[j]*B + u[j+1])/v[1], B-1), and
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.
211 qhat = B;
216 qhat = n / v1;
219 while (v2 * qhat > COMBINE(rhat, uj2)) {
221 qhat
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dqdivrem.c87 u_int qhat, rhat, t; local
199 * D3: Calculate qhat (\^q, in TeX notation).
200 * Let qhat = min((u[j]*B + u[j+1])/v[1], B-1), and
202 * While rhat < B and v[2]*qhat > rhat*B+u[j+2],
203 * decrement qhat and increase rhat correspondingly.
204 * Note that if rhat >= B, v[2]*qhat < rhat*B.
210 qhat = B;
215 qhat = nn / v1;
218 while (v2 * qhat > COMBINE(rhat, uj2)) {
220 qhat
[all...]

Completed in 56 milliseconds