HomeSort by: relevance | last modified time | path
    Searched refs:GMP_NAIL_BITS (Results 1 - 25 of 122) sorted by relevancy

1 2 3 4 5

  /src/external/lgpl3/gmp/dist/mpn/generic/
divrem_1.c 107 d <<= GMP_NAIL_BITS;
117 r = up[un - 1] << GMP_NAIL_BITS;
121 r >>= GMP_NAIL_BITS;
131 n0 = up[i] << GMP_NAIL_BITS;
133 r >>= GMP_NAIL_BITS;
139 r >>= GMP_NAIL_BITS;
152 n0 = up[i] << GMP_NAIL_BITS;
154 r >>= GMP_NAIL_BITS;
160 r >>= GMP_NAIL_BITS;
175 n1 = up[un - 1] << GMP_NAIL_BITS;
    [all...]
mod_1.c 114 d <<= GMP_NAIL_BITS;
118 r = up[un - 1] << GMP_NAIL_BITS;
121 r >>= GMP_NAIL_BITS;
136 n0 = up[i] << GMP_NAIL_BITS;
138 r >>= GMP_NAIL_BITS;
146 n1 = up[un - 1] << GMP_NAIL_BITS;
155 n0 = up[i] << GMP_NAIL_BITS;
158 r >>= GMP_NAIL_BITS;
162 r >>= GMP_NAIL_BITS;
172 n0 = up[i] << GMP_NAIL_BITS;
    [all...]
bdiv_dbm1c.c 49 umul_ppmm (p1, p0, a, bd << GMP_NAIL_BITS);
50 p0 >>= GMP_NAIL_BITS;
mul_1.c 36 #if GMP_NAIL_BITS == 0
64 #if GMP_NAIL_BITS >= 1
76 shifted_vl = vl << GMP_NAIL_BITS;
84 lpl >>= GMP_NAIL_BITS;
addmul_1.c 39 #if GMP_NAIL_BITS == 0
76 #if GMP_NAIL_BITS == 1
89 shifted_v0 = v0 << GMP_NAIL_BITS;
97 p0 >>= GMP_NAIL_BITS;
112 #if GMP_NAIL_BITS >= 2
125 shifted_v0 = v0 << GMP_NAIL_BITS;
133 p0 >>= GMP_NAIL_BITS;
submul_1.c 38 #if GMP_NAIL_BITS == 0
75 #if GMP_NAIL_BITS == 1
88 shifted_v0 = v0 << GMP_NAIL_BITS;
96 p0 >>= GMP_NAIL_BITS;
111 #if GMP_NAIL_BITS >= 2
124 shifted_v0 = v0 << GMP_NAIL_BITS;
132 p0 >>= GMP_NAIL_BITS;
mulmid_basecase.c 75 #if GMP_NAIL_BITS != 0
76 hi = (hi << GMP_NAIL_BITS) + (lo >> GMP_NUMB_BITS);
sqrlo_basecase.c 59 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;
add_err2_n.c 103 #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);
sub_err2_n.c 103 #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);
add_err3_n.c 114 #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);
sub_err3_n.c 114 #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);
  /src/external/lgpl3/gmp/dist/
extract-dbl.c 169 #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 + sc) & GMP_NUMB_MASK
    [all...]
  /src/external/lgpl3/gmp/dist/mpz/
cmp_ui.c 57 #if GMP_NAIL_BITS != 0
64 if ((up[1] >> GMP_NAIL_BITS) != 0)
fits_s.h 47 #if GMP_NAIL_BITS != 0
49 if ((p[1] >> GMP_NAIL_BITS) == 0)
get_si.c 40 #if GMP_NAIL_BITS != 0
cmpabs_ui.c 59 #if GMP_NAIL_BITS != 0
iset_si.c 48 #if GMP_NAIL_BITS != 0
set_si.c 45 #if GMP_NAIL_BITS != 0
ui_pow_ui.c 37 #if GMP_NAIL_BITS != 0
  /src/external/lgpl3/gmp/dist/mpf/
cmp_si.c 72 #if GMP_NAIL_BITS != 0
84 #if GMP_NAIL_BITS != 0
87 if ((ulimb >> GMP_NAIL_BITS) != 0)
cmp_ui.c 54 #if GMP_NAIL_BITS != 0
66 #if GMP_NAIL_BITS != 0
69 if ((ulimb >> GMP_NAIL_BITS) != 0)
fits_s.h 56 #if GMP_NAIL_BITS != 0
60 if ((fl >> GMP_NAIL_BITS) != 0)
fits_u.h 58 #if GMP_NAIL_BITS != 0
62 if ((fl >> GMP_NAIL_BITS) != 0)
get_d_2exp.c 52 cnt -= GMP_NAIL_BITS;

Completed in 34 milliseconds

1 2 3 4 5