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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dstat.c235 mpf_t f_temp; local
244 mpf_init (f_temp);
349 mpf_mul (f_temp, fvec[f], f_imax_plus1);
351 mpz_set_f (zvec[f], f_temp); /* truncating fraction */
396 mpf_clear (f_temp); mpz_clear (z_imax);

Completed in 112 milliseconds