OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIZE_LOG
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/mpn/
t-toom6h.c
4
#define
SIZE_LOG
11
t-toom8h.c
4
#define
SIZE_LOG
11
t-mulmid.c
27
/* Sizes are up to 2^
SIZE_LOG
limbs */
28
#ifndef
SIZE_LOG
29
#define
SIZE_LOG
9
36
#define MAX_N (1L <<
SIZE_LOG
)
58
unsigned
size_log
;
local
60
size_log
= 1 + gmp_urandomm_ui (rands,
SIZE_LOG
);
61
an = 1 + gmp_urandomm_ui(rands, 1L <<
size_log
);
63
size_log
= 1 + gmp_urandomm_ui (rands,
SIZE_LOG
);
[
all
...]
t-sizeinbase.c
27
/* Exponents up to 2^
SIZE_LOG
*/
28
#ifndef
SIZE_LOG
29
#define
SIZE_LOG
13
36
#define MAX_N (1<<
SIZE_LOG
)
t-invert.c
29
/* Sizes are up to 2^
SIZE_LOG
limbs */
30
#ifndef
SIZE_LOG
31
#define
SIZE_LOG
12
38
#define MAX_N (1L <<
SIZE_LOG
)
97
+ gmp_urandomm_ui (rands,
SIZE_LOG
+ 1 - size_min);
t-mullo.c
27
/* Sizes are up to 2^
SIZE_LOG
limbs */
28
#ifndef
SIZE_LOG
29
#define
SIZE_LOG
10
36
#define MAX_N (1L <<
SIZE_LOG
)
76
+ gmp_urandomm_ui (rands,
SIZE_LOG
+ 1 - size_min);
t-mulmod_bnm1.c
29
/* Sizes are up to 2^
SIZE_LOG
limbs */
30
#ifndef
SIZE_LOG
31
#define
SIZE_LOG
11
38
#define MAX_N (1L <<
SIZE_LOG
)
114
+ gmp_urandomm_ui (rands,
SIZE_LOG
+ 1 - size_min);
t-sqrlo.c
27
/* Sizes are up to 2^
SIZE_LOG
limbs */
28
#ifndef
SIZE_LOG
29
#define
SIZE_LOG
10
36
#define MAX_N (1L <<
SIZE_LOG
)
75
+ gmp_urandomm_ui (rands,
SIZE_LOG
+ 1 - size_min);
t-sqrmod_bnm1.c
29
/* Sizes are up to 2^
SIZE_LOG
limbs */
30
#ifndef
SIZE_LOG
31
#define
SIZE_LOG
12
38
#define MAX_N (1L <<
SIZE_LOG
)
109
+ gmp_urandomm_ui (rands,
SIZE_LOG
+ 1 - size_min);
toom-shared.h
31
/* Sizes are up to 2^
SIZE_LOG
limbs */
32
#ifndef
SIZE_LOG
33
#define
SIZE_LOG
10
40
#define MAX_AN (1L <<
SIZE_LOG
)
89
+ gmp_urandomm_ui (rands,
SIZE_LOG
+ 1 - size_min);
t-bdiv.c
107
#define
SIZE_LOG
16
108
#define MAX_DN (1L <<
SIZE_LOG
)
109
#define MAX_NN (1L << (
SIZE_LOG
+ 1))
t-div.c
117
#ifndef
SIZE_LOG
118
#define
SIZE_LOG
17
120
#define MAX_DN (1L <<
SIZE_LOG
)
121
#define MAX_NN (1L << (
SIZE_LOG
+ 1))
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026