Searched refs:FVECSIZ (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dstat.c49 #define FVECSIZ (100000L) macro
224 mpf_t fvec[FVECSIZ];
225 mpz_t zvec[FVECSIZ];
314 for (f = 0; f < FVECSIZ ; f++)
323 for (f = 0; f < FVECSIZ ; f++)
333 if (FVECSIZ == f)
335 "of only %ld entries. sorry.\n", FVECSIZ);

Completed in 75 milliseconds