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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dstatlib.c93 mpf_t f_jnq; /* j/n or (j-1)/n */ local
104 mpf_init (Kt); mpf_init (f_x); mpf_init (f_j); mpf_init (f_jnq);
111 mpf_div_ui (f_jnq, f_j, n);
112 mpf_sub (Kt, f_jnq, f_x);
120 printf ("jnq="); mpf_out_str (stdout, 10, 2, f_jnq); printf (" ");
125 mpf_div_ui (f_jnq, f_j, n);
126 mpf_sub (Kt, f_x, f_jnq);
132 printf ("jnq="); mpf_out_str (stdout, 10, 2, f_jnq); printf (" ");
142 mpf_clear (Kt); mpf_clear (f_x); mpf_clear (f_j); mpf_clear (f_jnq);

Completed in 85 milliseconds