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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dgen.c95 mpf_t f_xf, f_xt; /* numbers to exclude from sequence */ local
121 mpf_init (f_xf);
331 if (mpf_set_str (f_xf, str_xf, 10) ||
399 if (mpf_cmp (f1, f_xf) >= 0 && mpf_cmp (f1, f_xt) <= 0)
471 mpf_clear (f_xf);

Completed in 201 milliseconds