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

/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtsqr.c39 int inexact_z, inexact_t; local
46 inexact_t = mpc_mul (t, x, x, rnd);
61 if (inexact_z != inexact_t)
70 fprintf (stderr, "\nmpc_mul gives %i", inexact_t);
76 inexact_t = mpc_sqr (t, t, rnd);
90 if (inexact_z != inexact_t)
99 fprintf (stderr, "\nmpc_sqr in place gives %i", inexact_t);

Completed in 134 milliseconds