Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Ddivrem.c75 mp_limb_t qhl; in mpn_divrem() local
90 qhl = q2p[qn]; in mpn_divrem()
98 qhl = q2p[qn]; in mpn_divrem()
101 return qhl; in mpn_divrem()
Dtdiv_qr.c72 mp_limb_t qhl, cy; in mpn_tdiv_qr() local
86 qhl = mpn_divrem_2 (qp, 0L, n2p, nn + (cy != 0), d2p); in mpn_tdiv_qr()
88 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
97 qhl = mpn_divrem_2 (qp, 0L, n2p, nn, dp); in mpn_tdiv_qr()
98 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Ddsp.igen1198 // loc: 0 = qhl, 1 = qhr
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog27271 * mpn/generic/bz_divrem_n.c: Fix qhl handling, simplify.