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_rands
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/lgpl3/gmp/dist/rand/
rands.c
0
/*
__gmp_rands
-- global random state for old-style random functions.
41
gmp_randstate_t
__gmp_rands
;
variable
/src/external/lgpl3/gmp/dist/tests/
misc.c
125
printf ("Please let tests_start() initialize the global
__gmp_rands
.\n");
130
gmp_randinit_default (
__gmp_rands
);
132
rands =
__gmp_rands
;
/src/external/lgpl3/gmp/dist/tune/
speed.c
1319
gmp_randinit_default (
__gmp_rands
);
1321
gmp_randseed_ui (
__gmp_rands
, option_seed);
/src/external/lgpl3/gmp/dist/
gmp-impl.h
1323
/*
__gmp_rands
is the global state for the old-style random functions, and
1336
__GMP_DECLSPEC extern gmp_randstate_t
__gmp_rands
;
1341
__gmp_randinit_mt_noseed (
__gmp_rands
), 0)), \
1342
__gmp_rands
)
1350
gmp_randclear (
__gmp_rands
); \
/src/external/lgpl3/gmp/dist/tests/devel/
try.c
3644
gmp_randinit_default (
__gmp_rands
);
3646
gmp_randseed_ui (
__gmp_rands
, seed);
Completed in 22 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026