Home | History | Annotate | Download | only in tests

Lines Matching refs:res1

251   int res1, res2;
262 res1 = mpfr_cmp_z (x, y);
263 if (res1 != 0 || mpfr_erangeflag_p () == 0)
266 printf ("Return value: expected 0, got %d\n", res1);
281 res1 = (mpfr_sgn) (z);
283 if (res1 != res2)
286 res2, res1);
303 int res1, res2;
315 res1 = mpfr_cmp_q (x, y);
316 if (res1 != 0 || __gmpfr_flags != MPFR_FLAGS_ERANGE)
319 printf ("Return value: expected 0, got %d\n", res1);
334 res1 = mpfr_cmp_q (x, y);
335 if (res1 != 0 || __gmpfr_flags != MPFR_FLAGS_ERANGE)
338 printf ("Return value: expected 0, got %d\n", res1);
356 res1 = (mpfr_sgn) (z);
358 if (res1 != res2)
361 res2, res1);
427 int res1, res2;
438 res1 = mpfr_cmp_f (x, y);
439 if (res1 != 0 || mpfr_erangeflag_p () == 0)
442 printf ("Return value: expected 0, got %d\n", res1);
459 res1 = (mpfr_sgn) (z);
461 if (res1 != res2)
464 res2, res1);