Searched refs:GMP_NAIL_BITS (Results 1 - 25 of 144) sorted by relevance

123456

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Ddivrem_1.c107 d <<= GMP_NAIL_BITS;
117 r = up[un - 1] << GMP_NAIL_BITS;
121 r >>= GMP_NAIL_BITS; local
131 n0 = up[i] << GMP_NAIL_BITS;
133 r >>= GMP_NAIL_BITS; local
139 r >>= GMP_NAIL_BITS; local
152 n0 = up[i] << GMP_NAIL_BITS;
154 r >>= GMP_NAIL_BITS; local
160 r >>= GMP_NAIL_BITS; local
175 n1 = up[un - 1] << GMP_NAIL_BITS;
208 r >>= GMP_NAIL_BITS; local
213 r >>= GMP_NAIL_BITS; local
219 r >>= GMP_NAIL_BITS; local
237 r >>= GMP_NAIL_BITS; local
242 r >>= GMP_NAIL_BITS; local
248 r >>= GMP_NAIL_BITS; local
[all...]
H A Dmod_1.c114 d <<= GMP_NAIL_BITS; local
118 r = up[un - 1] << GMP_NAIL_BITS;
121 r >>= GMP_NAIL_BITS; local
136 n0 = up[i] << GMP_NAIL_BITS;
138 r >>= GMP_NAIL_BITS; local
146 n1 = up[un - 1] << GMP_NAIL_BITS;
155 n0 = up[i] << GMP_NAIL_BITS;
158 r >>= GMP_NAIL_BITS; local
162 r >>= GMP_NAIL_BITS; local
172 n0 = up[i] << GMP_NAIL_BITS;
175 r >>= GMP_NAIL_BITS; local
179 r >>= GMP_NAIL_BITS; local
193 d <<= GMP_NAIL_BITS; local
202 r >>= GMP_NAIL_BITS; local
213 r >>= GMP_NAIL_BITS; local
225 r >>= GMP_NAIL_BITS; local
[all...]
H A Dbdiv_dbm1c.c49 umul_ppmm (p1, p0, a, bd << GMP_NAIL_BITS);
50 p0 >>= GMP_NAIL_BITS; local
H A Dmul_1.c36 #if GMP_NAIL_BITS == 0
64 #if GMP_NAIL_BITS >= 1
76 shifted_vl = vl << GMP_NAIL_BITS;
84 lpl >>= GMP_NAIL_BITS; local
H A Dsubmul_1.c38 #if GMP_NAIL_BITS == 0
75 #if GMP_NAIL_BITS == 1
88 shifted_v0 = v0 << GMP_NAIL_BITS;
96 p0 >>= GMP_NAIL_BITS; local
111 #if GMP_NAIL_BITS >= 2
124 shifted_v0 = v0 << GMP_NAIL_BITS;
132 p0 >>= GMP_NAIL_BITS; local
H A Daddmul_1.c39 #if GMP_NAIL_BITS == 0
76 #if GMP_NAIL_BITS == 1
89 shifted_v0 = v0 << GMP_NAIL_BITS;
97 p0 >>= GMP_NAIL_BITS; local
112 #if GMP_NAIL_BITS >= 2
125 shifted_v0 = v0 << GMP_NAIL_BITS;
133 p0 >>= GMP_NAIL_BITS; local
H A Dsqrlo_basecase.c59 umul_ppmm ((rp)[2 * _i + 1], lpl, ul, ul << GMP_NAIL_BITS); \
60 (rp)[2 * _i] = lpl >> GMP_NAIL_BITS; \
129 umul_ppmm (hi, lo, ul, ul << GMP_NAIL_BITS);
130 rp[0] = lo >> GMP_NAIL_BITS;
140 #if GMP_NAIL_BITS != 0
143 umul_ppmm (hi1, lo, ul1 << GMP_NAIL_BITS, ul);
145 #if GMP_NAIL_BITS == 0
149 hi += lo >> GMP_NAIL_BITS;
H A Dmulmid_basecase.c75 #if GMP_NAIL_BITS != 0
76 hi = (hi << GMP_NAIL_BITS) + (lo >> GMP_NUMB_BITS);
H A Dsub_err2_n.c103 #if GMP_NAIL_BITS != 0
104 eh1 = (eh1 << GMP_NAIL_BITS) + (el1 >> GMP_NUMB_BITS);
106 eh2 = (eh2 << GMP_NAIL_BITS) + (el2 >> GMP_NUMB_BITS);
H A Dadd_err2_n.c103 #if GMP_NAIL_BITS != 0
104 eh1 = (eh1 << GMP_NAIL_BITS) + (el1 >> GMP_NUMB_BITS);
106 eh2 = (eh2 << GMP_NAIL_BITS) + (el2 >> GMP_NUMB_BITS);
H A Dsub_err3_n.c114 #if GMP_NAIL_BITS != 0
115 eh1 = (eh1 << GMP_NAIL_BITS) + (el1 >> GMP_NUMB_BITS);
117 eh2 = (eh2 << GMP_NAIL_BITS) + (el2 >> GMP_NUMB_BITS);
119 eh3 = (eh3 << GMP_NAIL_BITS) + (el3 >> GMP_NUMB_BITS);
H A Dget_d.c179 exp -= (lshift - GMP_NAIL_BITS) + 1;
187 x <<= GMP_NAIL_BITS; local
195 x <<= GMP_NAIL_BITS; local
208 exp -= (lshift - GMP_NAIL_BITS) + 1;
226 x <<= GMP_NAIL_BITS; local
230 nbits = nbits + 11 - GMP_NAIL_BITS;
244 x <<= GMP_NAIL_BITS; local
252 x <<= GMP_NAIL_BITS; local
260 x <<= GMP_NAIL_BITS; local
/netbsd-current/external/lgpl3/gmp/dist/
H A Dextract-dbl.c169 #if GMP_NAIL_BITS == 0
182 if (sc > GMP_NAIL_BITS)
185 rp[0] = (manl << (sc - GMP_NAIL_BITS)) & GMP_NUMB_MASK;
191 rp[1] = manl >> GMP_NAIL_BITS;
192 rp[0] = (manl << GMP_NUMB_BITS - GMP_NAIL_BITS) & GMP_NUMB_MASK;
198 rp[0] = (manl >> (GMP_NAIL_BITS - sc)) & GMP_NUMB_MASK;
205 if (sc > GMP_NAIL_BITS)
208 rp[1] = (manl << sc - GMP_NAIL_BITS) & GMP_NUMB_MASK;
209 if (sc >= 2 * GMP_NAIL_BITS)
212 rp[0] = (manl << GMP_NUMB_BITS - GMP_NAIL_BITS
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dcmp_ui.c57 #if GMP_NAIL_BITS != 0
64 if ((up[1] >> GMP_NAIL_BITS) != 0)
H A Dfits_s.h47 #if GMP_NAIL_BITS != 0
49 if ((p[1] >> GMP_NAIL_BITS) == 0)
H A Dget_si.c40 #if GMP_NAIL_BITS != 0
H A Dset_si.c45 #if GMP_NAIL_BITS != 0
H A Dui_pow_ui.c37 #if GMP_NAIL_BITS != 0
H A Dcmpabs_ui.c59 #if GMP_NAIL_BITS != 0
H A Diset_si.c48 #if GMP_NAIL_BITS != 0
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dcmp_si.c72 #if GMP_NAIL_BITS != 0
84 #if GMP_NAIL_BITS != 0
87 if ((ulimb >> GMP_NAIL_BITS) != 0)
H A Dcmp_ui.c54 #if GMP_NAIL_BITS != 0
66 #if GMP_NAIL_BITS != 0
69 if ((ulimb >> GMP_NAIL_BITS) != 0)
H A Dfits_s.h56 #if GMP_NAIL_BITS != 0
60 if ((fl >> GMP_NAIL_BITS) != 0)
H A Dfits_u.h58 #if GMP_NAIL_BITS != 0
62 if ((fl >> GMP_NAIL_BITS) != 0)
H A Dget_d_2exp.c52 cnt -= GMP_NAIL_BITS;

Completed in 258 milliseconds

123456