Home
last modified time | relevance | path

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

1234567

/dports/math/mpir/mpir-3.0.0/mpn/generic/
H A Dsqrtrem.c73 mp_limb_t qhl; in mpn_intdivrem() local
90 qhl = q2p[qn]; in mpn_intdivrem()
100 qhl = q2p[qn]; in mpn_intdivrem()
103 return qhl; in mpn_intdivrem()
200 mp_limb_t qhl, q, u, np0; in mpn_sqrtrem2() local
207 qhl = 0; in mpn_sqrtrem2()
210 qhl++; in mpn_sqrtrem2()
218 q += (qhl & 1) << (Prec - 1); in mpn_sqrtrem2()
219 qhl >>= 1; /* if qhl=1, necessary q=0 as qhl*2^Prec + q <= 2^Prec */ in mpn_sqrtrem2()
221 sp[0] = ((sp[0] + qhl) << Prec) + q; in mpn_sqrtrem2()
[all …]
H A Ddivrem.c69 mp_limb_t qhl; in mpn_divrem() local
86 qhl = q2p[qn]; in mpn_divrem()
96 qhl = q2p[qn]; in mpn_divrem()
99 return qhl; in mpn_divrem()
H A Dtdiv_qr.c63 mp_limb_t qhl, cy; in mpn_tdiv_qr() local
78 qhl = mpn_divrem_2 (qp, 0L, n2p, nn + (cy != 0), d2p); in mpn_tdiv_qr()
80 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
90 qhl = mpn_divrem_2 (qp, 0L, n2p, nn, d2p); in mpn_tdiv_qr()
91 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
/dports/science/xtb/xtb-6.4.1/src/
H A Dlocal.f9091 qhl = 0
97 qhl(1:nat,1)=0.0d0
110 qhl(ii,1)=qhl(ii,1)+ps
111 qhl(jj,1)=qhl(jj,1)+ps
114 qhl(ii,1)=qhl(ii,1)+ps
119 qhl(1:nat,1)=qhl(1:nat,1)*dum
134 qhl(ii,2)=qhl(ii,2)+ps
135 qhl(jj,2)=qhl(jj,2)+ps
138 qhl(ii,2)=qhl(ii,2)+ps
143 qhl(1:nat,2)=qhl(1:nat,2)*dum
[all …]
/dports/math/gmp/gmp-6.2.1/mpn/generic/
H A 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()
H A 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()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/generic/
H A 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()
H A 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()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/generic/
H A Dsqrtrem.c174 mp_limb_t qhl, q, u, np0, sp0, rp0, q2; in mpn_sqrtrem2() local
181 qhl = 0; in mpn_sqrtrem2()
185 qhl++; in mpn_sqrtrem2()
193 q += (qhl & 1) << (Prec - 1); in mpn_sqrtrem2()
194 qhl >>= 1; /* if qhl=1, necessary q=0 as qhl*2^Prec + q <= 2^Prec */ in mpn_sqrtrem2()
196 sp0 = ((sp0 + qhl) << Prec) + q; in mpn_sqrtrem2()
201 cc -= (rp0 < q2) + qhl; in mpn_sqrtrem2()
H A Ddivrem.c76 mp_limb_t qhl; in mpn_divrem() local
93 qhl = q2p[qn]; in mpn_divrem()
103 qhl = q2p[qn]; in mpn_divrem()
106 return qhl; in mpn_divrem()
H A Dtdiv_qr.c73 mp_limb_t qhl, cy; in mpn_tdiv_qr() local
88 qhl = mpn_divrem_2 (qp, 0L, n2p, nn + (cy != 0), d2p); in mpn_tdiv_qr()
90 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
100 qhl = mpn_divrem_2 (qp, 0L, n2p, nn, d2p); in mpn_tdiv_qr()
101 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/generic/
H A Ddivrem.c76 mp_limb_t qhl; in mpn_divrem() local
93 qhl = q2p[qn]; in mpn_divrem()
103 qhl = q2p[qn]; in mpn_divrem()
106 return qhl; in mpn_divrem()
H A Dtdiv_qr.c73 mp_limb_t qhl, cy; in mpn_tdiv_qr() local
88 qhl = mpn_divrem_2 (qp, 0L, n2p, nn + (cy != 0), d2p); in mpn_tdiv_qr()
90 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
100 qhl = mpn_divrem_2 (qp, 0L, n2p, nn, d2p); in mpn_tdiv_qr()
101 qp[nn - 2] = qhl; /* always store nn-2+1 quotient limbs */ in mpn_tdiv_qr()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/big/
H A Dnatdiv.go670 qhl := len(qhatv)
671 if j+qhl > len(u) && qhatv[n] == 0 {
672 qhl--
678 c := subVV(u[j:j+qhl], u[j:], qhatv)
683 if n < qhl {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/big/
H A Dnatdiv.go670 qhl := len(qhatv)
671 if j+qhl > len(u) && qhatv[n] == 0 {
672 qhl--
678 c := subVV(u[j:j+qhl], u[j:], qhatv)
683 if n < qhl {
/dports/math/mpir/mpir-3.0.0/mpf/
H A Dset_str.c95 mp_limb_t qhl; in mpn_intdivrem() local
112 qhl = q2p[qn]; in mpn_intdivrem()
122 qhl = q2p[qn]; in mpn_intdivrem()
125 return qhl; in mpn_intdivrem()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/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
/dports/devel/arm-elf-binutils/binutils-2.37/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
/dports/devel/gnulibiberty/binutils-2.37/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
/dports/lang/gnatdroid-binutils/binutils-2.27/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
/dports/devel/binutils/binutils-2.37/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
/dports/lang/racket/racket-8.3/src/bc/src/gmp/
H A Dgmp.c2537 mp_limb_t qhl, cy; local
2960 qhl = 0; in mpn_sqrtrem2()
2963 qhl++; in mpn_sqrtrem2()
3149 mp_limb_t qhl, cc; local
3172 return qhl;
3191 mp_limb_t qhl, cc; local
3210 return qhl;
4293 mp_limb_t qhl; local
4310 qhl = q2p[qn];
4320 qhl = q2p[qn];
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/gmp/
H A Dgmp.c2537 mp_limb_t qhl, cy; local
2960 qhl = 0; in mpn_sqrtrem2()
2963 qhl++; in mpn_sqrtrem2()
3149 mp_limb_t qhl, cc; local
3172 return qhl;
3191 mp_limb_t qhl, cc; local
3210 return qhl;
4293 mp_limb_t qhl; local
4310 qhl = q2p[qn];
4320 qhl = q2p[qn];
[all …]

1234567