OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GMP_NAIL_BITS
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/external/lgpl3/gmp/dist/mpn/generic/
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
;
bdiv_q_1.c
52
d <<=
GMP_NAIL_BITS
;
dive_1.c
98
divisor <<=
GMP_NAIL_BITS
;
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
...]
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
;
get_d.c
179
exp -= (lshift -
GMP_NAIL_BITS
) + 1;
187
x <<=
GMP_NAIL_BITS
;
195
x <<=
GMP_NAIL_BITS
;
208
exp -= (lshift -
GMP_NAIL_BITS
) + 1;
226
x <<=
GMP_NAIL_BITS
;
230
nbits = nbits + 11 -
GMP_NAIL_BITS
;
244
x <<=
GMP_NAIL_BITS
;
252
x <<=
GMP_NAIL_BITS
;
260
x <<=
GMP_NAIL_BITS
;
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
...]
/src/external/lgpl3/gmp/dist/mpf/
mul_ui.c
135
mp_limb_t vl_shifted = vl <<
GMP_NAIL_BITS
;
151
lo >>=
GMP_NAIL_BITS
;
/src/external/lgpl3/gmp/dist/mpz/
n_pow_ui.c
268
umul_ppmm (rl_high, rl, rl, blimb <<
GMP_NAIL_BITS
);
269
rl >>=
GMP_NAIL_BITS
;
272
umul_ppmm (blimb, blimb_low, blimb, blimb <<
GMP_NAIL_BITS
);
273
blimb_low >>=
GMP_NAIL_BITS
;
382
umul_ppmm (ovfl, ralloc, (bsize*GMP_NUMB_BITS - cnt +
GMP_NAIL_BITS
), e);
/src/external/lgpl3/gmp/dist/tests/
refmpn.c
473
#if
GMP_NAIL_BITS
== 0
493
#if
GMP_NAIL_BITS
== 0
1137
multiplier <<=
GMP_NAIL_BITS
;
1141
lo >>=
GMP_NAIL_BITS
;
1527
sp[i] <<
GMP_NAIL_BITS
,
1528
divisor <<
GMP_NAIL_BITS
);
1529
carry = *rem >>
GMP_NAIL_BITS
;
2296
q = refmpn_udiv_qrnnd (&dummy_r, n0, n1 <<
GMP_NAIL_BITS
,
2297
d1 <<
GMP_NAIL_BITS
);
2359
int norm = refmpn_count_leading_zeros (dp[dsize-1]) -
GMP_NAIL_BITS
;
[
all
...]
/src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h
35
#define
GMP_NAIL_BITS
0
37
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
38
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1641
#if
GMP_NAIL_BITS
== 0
1701
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1904
#if
GMP_NAIL_BITS
== 0
1943
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
/src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h
44
#define
GMP_NAIL_BITS
0
46
#define GMP_NUMB_BITS (GMP_LIMB_BITS -
GMP_NAIL_BITS
)
47
#define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >>
GMP_NAIL_BITS
)
1724
#if
GMP_NAIL_BITS
== 0
1784
#if
GMP_NAIL_BITS
== 0 || defined (_LONG_LONG_LIMB)
1987
#if
GMP_NAIL_BITS
== 0
2026
#if
GMP_NAIL_BITS
>= 1
Completed in 70 milliseconds
1
2
Indexes created Mon May 04 00:23:20 UTC 2026