HomeSort by: relevance | last modified time | path
    Searched refs:inex_z (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpc/dist/tests/
tfma.c 32 int inex_z, inex_t; local
37 inex_z = mpc_fma_naive (z, a, b, c, rnd);
40 if (mpc_cmp (z, t) != 0 || inex_z != inex_t) {
49 if (inex_z != inex_t) {
50 fprintf (stderr, "inex_re (z): %s\n", MPC_INEX_STR (inex_z));
tmul.c 37 int inex_z, inex_t; local
42 inex_z = mpc_mul_naive (z, x, y, rnd);
45 if (mpc_cmp (z, t) != 0 || inex_z != inex_t) {
53 if (inex_z != inex_t) {
54 fprintf (stderr, "inex_re (z): %s\n", MPC_INEX_STR (inex_z));

Completed in 25 milliseconds