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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dfindlc.c106 mpf_t f_merit, low_merit, high_merit; local
116 mpf_init (f_merit);
209 merit (f_merit, f + 2, v[f], m);
214 if (mpf_cmp (f_merit, low_merit) < 0)
217 if (mpf_cmp (f_merit, high_merit) >= 0)
245 mpf_clear (f_merit);

Completed in 171 milliseconds