HomeSort by: relevance | last modified time | path
    Searched defs:inexact_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/mpc/dist/tests/
tsqr.c 39 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 13 milliseconds