Home
last modified time | relevance | path

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

/dragonfly/contrib/mpfr/src/
HDdiv.c148 mpfr_limb_ptr q0p = MPFR_MANT(q), qp; in mpfr_div() local
325 MPN_COPY (q0p, qp + 1, q0size); in mpfr_div()
328 mpn_rshift (q0p, qp + 1, q0size, 1); in mpfr_div()
329 q0p[q0size - 1] ^= MPFR_LIMB_HIGHBIT; in mpfr_div()
331 q0p[0] &= ~MPFR_LIMB_MASK(sh); /* put to zero low sh bits */ in mpfr_div()
383 qp = q0p; /* directly put the quotient in the destination */ in mpfr_div()
464 MPN_COPY (q0p, qp + 1, q0size); in mpfr_div()
743 qh -= mpn_sub_1 (q0p, q0p, q0size, MPFR_LIMB_ONE << sh); in mpfr_div()
747 qh -= mpn_sub_1 (q0p, q0p, q0size, MPFR_LIMB_ONE << sh); in mpfr_div()
754 q0p[q0size - 1] = MPFR_LIMB_HIGHBIT; in mpfr_div()
[all …]