Searched refs:qhl (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Ddivrem.c67 mp_limb_t qhl; local
84 qhl = q2p[qn];
94 qhl = q2p[qn];
97 return qhl;
H A Dsqrtrem.c163 mp_limb_t qhl, q, u, np0, sp0, rp0, q2; local
170 qhl = 0;
174 qhl++;
182 q += (qhl & 1) << (Prec - 1);
183 qhl >>= 1; /* if qhl=1, necessary q=0 as qhl*2^Prec + q <= 2^Prec */
184 /* now we have (initial rp0)<<Prec + np0>>Prec = (qhl<<Prec + q) * (2sp0) + u */
185 sp0 = ((sp0 + qhl) << Prec) + q;
188 /* subtract q * q or qhl*
[all...]
H A Dtdiv_qr.c62 mp_limb_t qhl, cy; local
77 qhl = mpn_divrem_2 (qp, 0L, n2p, nn + (cy != 0), d2p);
79 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */
89 qhl = mpn_divrem_2 (qp, 0L, n2p, nn, d2p);
90 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips64-dsp.s95 muleq_s.pw.qhl $11,$12,$13
107 preceq.pw.qhl $14,$15
113 precequ.pw.qhl $24,$25
H A Dmips64-dsp.d95 0+0154 <[^>]*> 7d8d5f14 muleq_s\.pw\.qhl t3,t4,t5
107 0+0184 <[^>]*> 7c0f7316 preceq\.pw\.qhl t6,t7
113 0+019c <[^>]*> 7c19c116 precequ\.pw\.qhl t8,t9

Completed in 81 milliseconds