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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dstat.c236 mpz_t z_imax; /* max value when converting between local
245 mpz_init_set_ui (z_imax, 0x7fffffff);
265 if (mpz_set_str (z_imax, optarg, 0))
278 if (mpz_set_str (z_imax, optarg, 0))
343 mpf_set_z (f_imax_plus1, z_imax);
361 /* mpf_set_z (f_imax_minus1, z_imax);
393 z_freq (l1runs, l2runs, zvec, n, mpz_get_ui (z_imax));
396 mpf_clear (f_temp); mpz_clear (z_imax);

Completed in 72 milliseconds