Home | History | Annotate | Download | only in generic

Lines Matching defs:qh

86   mp_limb_t cy, qh;
156 qh = mpn_preinv_mu_divappr_q (qp, np, nn, dp, dn, ip, in, scratch + in);
158 return qh;
172 mp_limb_t cy, cx, qh;
185 qh = mpn_cmp (np, dp, dn) >= 0;
186 if (qh != 0)
192 return qh; /* Degenerate use. Should we allow this? */
294 if (qh != 0)
296 /* Return a quotient of just 1-bits, with qh set. */
303 /* Propagate carry into qh. */
304 qh = 1;
308 return qh;