HomeSort by: relevance | last modified time | path
    Searched defs:f_xt (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/rand/
gen.c 95 mpf_t f_xf, f_xt; /* numbers to exclude from sequence */ local
122 mpf_init (f_xt);
332 mpf_set_str (f_xt, str_xt, 10))
399 if (mpf_cmp (f1, f_xf) >= 0 && mpf_cmp (f1, f_xt) <= 0)
472 mpf_clear (f_xt);

Completed in 15 milliseconds