Lines Matching defs:sy

67  *   sy: value of y (string).
77 cmpres (int spx, const void *px, const char *sy, mpfr_rnd_t rnd,
108 printf ("y = %s, %s\n", sy, mpfr_print_rnd_mode (rnd));
138 functions. Arguments x and y are the input values; sx and sy are
143 test_others (const void *sx, const char *sy, mpfr_rnd_t rnd,
158 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
170 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
174 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
186 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
190 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
209 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
213 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
221 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
225 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
234 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
238 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
248 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
252 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
264 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
268 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
280 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
284 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
298 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
302 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
310 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
314 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
323 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
327 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
498 char sy[16];
510 sprintf (sy, "emin - %d/4", i);
521 cmpres (1, "2", sy, (mpfr_rnd_t) rnd, zero ? z0 : (mpfr_ptr) NULL,
523 test_others ("2", sy, (mpfr_rnd_t) rnd, x, y, z, inex, flags,
584 char sy[256];
589 sprintf (sy, "%lu", (unsigned long) n);
593 cmpres (0, x, sy, (mpfr_rnd_t) rnd, z0, expected_inex, z, inex, ufinex,
595 test_others (NULL, sy, (mpfr_rnd_t) rnd, x, y, z, inex, ufinex,