Home
last modified time | relevance | path

Searched refs:tests_rand_end (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tests/
Dmisc.c82 tests_rand_end (); in tests_end()
161 tests_rand_end (void) in tests_rand_end() function
Dtests.h52 void tests_rand_end (void);
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtests.c125 static void tests_rand_end (void);
328 tests_rand_end (); in tests_end_mpfr()
439 tests_rand_end (void) in tests_rand_end() function
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog11293 tests_rand_start and tests_rand_end also need to be disabled; to do
30085 either RANDS (which is cleared by tests_rand_end called by tests_end_mpfr),
35364 … Declaration of "tests_rand_start" and "tests_rand_end" with the same storage class specifier
37433 (tests_rand_end): Remove explicit __gmp_rands
37524 moved _gmp_rands_initialized stuff from tests_end_mpfr() to tests_rand_end()
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog22875 * tests/misc.c (tests_rand_end): Use time() if gettimeofday() not
25017 * tests/misc.c (tests_rand_start, tests_rand_end): New functions.