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

/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c106 int hibits, lshift1, lshift2; local
134 lshift2 = mpz_get_ui (ds);
135 mpf_mul_2exp (a, a, lshift2);
136 mpf_mul_2exp (b, b, lshift2);
137 mpz_urandomb (ds, rands, lshift2);
148 dump_abort (a, b, lshift1 + hibits, lshift1, lshift2, hibits, 1, test);
154 dump_abort (a, b, lshift1 + hibits + xtra, lshift1, lshift2, hibits, 0, test);
177 dump_abort (mpf_t a, mpf_t b, int cmp_prec, int lshift1, int lshift2, int hibits, int want, long test) argument
183 printf ("lshift2 = %d\n", lshift2);
[all...]

Completed in 78 milliseconds