OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btwos
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpz/
jacobi.c
64
unsigned
btwos
;
local
105
count_trailing_zeros (
btwos
, blow);
106
blow >>=
btwos
;
local
108
if (bsize > 1 &&
btwos
> 0)
111
blow |= b1 << (GMP_NUMB_BITS -
btwos
);
112
if (bsize == 2 && (b1 >>
btwos
) == 0)
140
+
btwos
> 0, in which case A is always odd
145
count_trailing_zeros (
btwos
, blow);
146
blow >>=
btwos
;
local
148
if (bsize > 1 &&
btwos
> 0
[
all
...]
n_pow_ui.c
167
int rneg, i, cnt,
btwos
, r_bp_overlap;
local
217
count_trailing_zeros (
btwos
, blimb);
218
blimb >>=
btwos
;
local
220
umul_ppmm (ovfl, rtwos_bits, e,
btwos
);
229
TRACE (printf ("trailing zero
btwos
=%d rtwos_limbs=%ld rtwos_bits=%lu\n",
230
btwos
, rtwos_limbs, rtwos_bits));
324
if (
btwos
!= 0)
325
blimb |= (bsecond << (GMP_NUMB_BITS -
btwos
)) & GMP_NUMB_MASK;
326
bsecond >>=
btwos
;
local
346
if (r_bp_overlap ||
btwos
!= 0
[
all
...]
Completed in 30 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026