OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmp_uint_least32_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/gmp/dist/rand/
randmt.h
43
gmp_uint_least32_t
mt[N]; /* State array. */
48
void __gmp_mt_recalc_buffer (
gmp_uint_least32_t
*);
randmt.c
60
static const
gmp_uint_least32_t
default_state[N] =
169
__gmp_mt_recalc_buffer (
gmp_uint_least32_t
mt[])
171
gmp_uint_least32_t
y;
196
gmp_uint_least32_t
y;
201
gmp_uint_least32_t
*mt;
284
gmp_uint_least32_t
bitpool_h = 0;
285
gmp_uint_least32_t
bitpool_l = 0;
/src/external/lgpl3/gmp/dist/mpn/generic/
trialdiv.c
67
gmp_uint_least32_t
idx:24; /* index of first primes in dtab */
68
gmp_uint_least32_t
np :8; /* number of primes related to this entry */
/src/external/lgpl3/gmp/dist/
gmp-impl.h
235
/*
gmp_uint_least32_t
is an unsigned integer type with at least 32 bits. */
237
typedef uint_least32_t
gmp_uint_least32_t
;
typedef
240
typedef unsigned short
gmp_uint_least32_t
;
typedef
243
typedef unsigned
gmp_uint_least32_t
;
typedef
245
typedef unsigned long
gmp_uint_least32_t
;
typedef
2349
gmp_uint_least32_t
n:27;
2350
gmp_uint_least32_t
k:5;
3792
gmp_uint_least32_t
manh:20;
3793
gmp_uint_least32_t
exp:11;
3794
gmp_uint_least32_t
sig:1
[
all
...]
Completed in 83 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026