Home
last modified time | relevance | path

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

/original-bsd/lib/libc/quad/
H A Dqdivrem.c65 u_long qhat, rhat, t; local
189 rhat = uj1;
194 rhat = n % v1;
196 while (v2 * qhat > COMBINE(rhat, uj2)) {
199 if ((rhat += v1) >= B)