Home | History | Annotate | Download | only in tests

Lines Matching refs:stderr

50       fprintf (stderr, "sqr and mul differ for rnd=(%s,%s) \nx=",
53 mpc_out_str (stderr, 2, 0, x, MPC_RNDNN);
54 fprintf (stderr, "\nmpc_sqr gives ");
55 mpc_out_str (stderr, 2, 0, z, MPC_RNDNN);
56 fprintf (stderr, "\nmpc_mul gives ");
57 mpc_out_str (stderr, 2, 0, t, MPC_RNDNN);
58 fprintf (stderr, "\n");
63 fprintf (stderr, "The return values of sqr and mul differ for rnd=(%s,%s) \nx= ",
66 mpc_out_str (stderr, 2, 0, x, MPC_RNDNN);
67 fprintf (stderr, "\nx^2=");
68 mpc_out_str (stderr, 2, 0, z, MPC_RNDNN);
69 fprintf (stderr, "\nmpc_sqr gives %i", inexact_z);
70 fprintf (stderr, "\nmpc_mul gives %i", inexact_t);
71 fprintf (stderr, "\n");
79 fprintf (stderr, "sqr and sqr in place differ for rnd=(%s,%s) \nx=",
82 mpc_out_str (stderr, 2, 0, x, MPC_RNDNN);
83 fprintf (stderr, "\nmpc_sqr gives ");
84 mpc_out_str (stderr, 2, 0, z, MPC_RNDNN);
85 fprintf (stderr, "\nmpc_sqr in place gives ");
86 mpc_out_str (stderr, 2, 0, t, MPC_RNDNN);
87 fprintf (stderr, "\n");
92 fprintf (stderr, "The return values of sqr and sqr in place differ for rnd=(%s,%s) \nx= ",
95 mpc_out_str (stderr, 2, 0, x, MPC_RNDNN);
96 fprintf (stderr, "\nx^2=");
97 mpc_out_str (stderr, 2, 0, z, MPC_RNDNN);
98 fprintf (stderr, "\nmpc_sqr gives %i", inexact_z);
99 fprintf (stderr, "\nmpc_sqr in place gives %i", inexact_t);
100 fprintf (stderr, "\n");
108 fprintf (stderr, "rounding in sqr might be incorrect for rnd=(%s,%s) \nx=",
111 mpc_out_str (stderr, 2, 0, x, MPC_RNDNN);
112 fprintf (stderr, "\nmpc_sqr gives ");
113 mpc_out_str (stderr, 2, 0, z, MPC_RNDNN);
114 fprintf (stderr, "\nmpc_sqr quadruple precision gives ");
115 mpc_out_str (stderr, 2, 0, u, MPC_RNDNN);
116 fprintf (stderr, "\nand is rounded to ");
117 mpc_out_str (stderr, 2, 0, t, MPC_RNDNN);
118 fprintf (stderr, "\n");