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

/osnet-11/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...]

Completed in 113 milliseconds