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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dstatlib.c253 mpf_t f_t, f_t2; /* temp floats */ local
255 mpf_init (f_t); mpf_init (f_t2);
263 mpf_set_ui (f_t, X[f]);
264 mpf_mul (f_t, f_t, f_t); /* f_t = X[f]^2 */
268 mpf_div (f_t, f_t, f_t2);
269 mpf_add (V, V, f_t);
[all...]

Completed in 67 milliseconds