OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpfr_rands
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
mpfr-test.h
305
extern gmp_randstate_t
mpfr_rands
;
311
gmp_randinit_default (
mpfr_rands
), 0)), \
312
mpfr_rands
)
320
gmp_randclear (
mpfr_rands
); \
turandom.c
216
gmp_randinit_set (s,
mpfr_rands
);
231
inex = mpfr_urandom (x,
mpfr_rands
, (mpfr_rnd_t) rnd);
332
inex = mpfr_urandom (x,
mpfr_rands
, (mpfr_rnd_t) rnd);
458
gmp_randinit_set (s1,
mpfr_rands
);
459
mpfr_urandom (x1,
mpfr_rands
, MPFR_RNDZ);
460
mpfr_rand_raw (&v,
mpfr_rands
, GMP_NUMB_BITS);
tests.c
109
gmp_randstate_t
mpfr_rands
;
variable
395
"Please let tests_start() initialize the global
mpfr_rands
, i.e.\n"
400
gmp_randinit_default (
mpfr_rands
);
410
gmp_randseed_ui (
mpfr_rands
, seed);
429
gmp_randseed_ui (
mpfr_rands
, seed);
435
gmp_randseed_ui (
mpfr_rands
, 0x2143FEDC);
Completed in 76 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026