Searched refs:qhl (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | divrem.c | 75 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()
|
| D | tdiv_qr.c | 72 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/ |
| D | dsp.igen | 1198 // loc: 0 = qhl, 1 = qhr
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | ChangeLog | 27271 * mpn/generic/bz_divrem_n.c: Fix qhl handling, simplify.
|