y 85 include/crm/common/iso8601.h int crm_time_get_gregorian(crm_time_t * dt, uint32_t * y, uint32_t * m, uint32_t * d); y 86 include/crm/common/iso8601.h int crm_time_get_ordinal(crm_time_t * dt, uint32_t * y, uint32_t * d); y 87 include/crm/common/iso8601.h int crm_time_get_isoweek(crm_time_t * dt, uint32_t * y, uint32_t * w, uint32_t * d); y 240 lib/common/iso8601.c get_ordinal_days(uint32_t y, uint32_t m, uint32_t d) y 245 lib/common/iso8601.c d += crm_time_days_in_month(lpc, y); y 356 lib/common/iso8601.c crm_time_get_gregorian(crm_time_t * dt, uint * y, uint * m, uint * d) y 380 lib/common/iso8601.c *y = dt->years; y 388 lib/common/iso8601.c crm_time_get_ordinal(crm_time_t * dt, uint * y, uint * d) y 390 lib/common/iso8601.c *y = dt->years; y 396 lib/common/iso8601.c crm_time_get_isoweek(crm_time_t * dt, uint * y, uint * w, uint * d) y 444 lib/common/iso8601.c *y = year_num; y 445 lib/common/iso8601.c crm_trace("Converted %.4d-%.3d to %.4d-W%.2d-%d", dt->years, dt->days, *y, *w, *d); y 541 lib/common/iso8601.c uint y, w, d; y 543 lib/common/iso8601.c if (crm_time_get_isoweek(dt, &y, &w, &d)) { y 545 lib/common/iso8601.c "%u-W%.2u-%u", y, w, d); y 549 lib/common/iso8601.c uint y, d; y 551 lib/common/iso8601.c if (crm_time_get_ordinal(dt, &y, &d)) { y 553 lib/common/iso8601.c "%u-%.3u", y, d); y 557 lib/common/iso8601.c uint y, m, d; y 559 lib/common/iso8601.c if (crm_time_get_gregorian(dt, &y, &m, &d)) { y 561 lib/common/iso8601.c "%.4u-%.2u-%.2u", y, m, d); y 1465 lib/common/iso8601.c uint32_t y, m, d, dmax; y 1467 lib/common/iso8601.c crm_time_get_gregorian(a_time, &y, &m, &d); y 1468 lib/common/iso8601.c crm_trace("Adding %d months to %.4d-%.2d-%.2d", extra, y, m, d); y 1475 lib/common/iso8601.c y++; y 1483 lib/common/iso8601.c y--; y 1488 lib/common/iso8601.c dmax = crm_time_days_in_month(m, y); y 1494 lib/common/iso8601.c crm_trace("Calculated %.4d-%.2d-%.2d", y, m, d); y 1496 lib/common/iso8601.c a_time->years = y; y 1497 lib/common/iso8601.c a_time->days = get_ordinal_days(y, m, d); y 1499 lib/common/iso8601.c crm_time_get_gregorian(a_time, &y, &m, &d); y 1500 lib/common/iso8601.c crm_trace("Got %.4d-%.2d-%.2d", y, m, d); y 164 lib/pengine/rules.c uint32_t y; y 166 lib/pengine/rules.c crm_time_get_ordinal(now, &y, &diy); y 168 lib/pengine/rules.c goldn = (y % 19) + 1; y 245 lib/pengine/rules.c uint32_t h, m, s, y, d, w; y 249 lib/pengine/rules.c crm_time_get_gregorian(now, &y, &m, &d); y 250 lib/pengine/rules.c CHECK_ONE(cron_spec, "years", y); y 259 lib/pengine/rules.c crm_time_get_ordinal(now, &y, &d); y 262 lib/pengine/rules.c crm_time_get_isoweek(now, &y, &w, &d); y 263 lib/pengine/rules.c CHECK_ONE(cron_spec, "weekyears", y); y 116 maint/gnulib/lib/argp-namefrob.h # define fgets_unlocked(x,y,z) fgets (x,y,z) y 120 maint/gnulib/lib/argp-namefrob.h # define fputc_unlocked(x,y) fputc (x,y) y 124 maint/gnulib/lib/argp-namefrob.h # define fputs_unlocked(x,y) fputs (x,y) y 128 maint/gnulib/lib/argp-namefrob.h # define fread_unlocked(w,x,y,z) fread (w,x,y,z) y 132 maint/gnulib/lib/argp-namefrob.h # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) y 144 maint/gnulib/lib/argp-namefrob.h # define putc_unlocked(x,y) putc (x,y) y 135 maint/gnulib/lib/asinl.c long double y, t, p, q; y 139 maint/gnulib/lib/asinl.c y = x; y 143 maint/gnulib/lib/asinl.c y = -x; y 146 maint/gnulib/lib/asinl.c if (y >= 1.0L) /* |x|>= 1 */ y 148 maint/gnulib/lib/asinl.c if (y == 1.0L) y 154 maint/gnulib/lib/asinl.c else if (y < 0.5L) /* |x| < 0.5 */ y 156 maint/gnulib/lib/asinl.c if (y < 0.000000000000000006938893903907228377647697925567626953125L) /* |x| < 2**-57 */ y 157 maint/gnulib/lib/asinl.c if (huge + y > one) y 158 maint/gnulib/lib/asinl.c return y; /* return x with inexact if x!=0 */ y 186 maint/gnulib/lib/asinl.c else if (y < 0.625) /* 0.625 */ y 188 maint/gnulib/lib/asinl.c t = y - 0.5625; y 215 maint/gnulib/lib/asinl.c t = pio2_hi + pio2_lo - 2 * asinl (sqrtl ((1 - y) / 2)); y 23 maint/gnulib/lib/atan2f.c atan2f (float y, float x) y 25 maint/gnulib/lib/atan2f.c return (float) atan2 ((double) y, (double) x); y 124 maint/gnulib/lib/cdefs.h #define __CONCAT(x,y) x ## y y 83 maint/gnulib/lib/ceil.c volatile DOUBLE y = x; y 84 maint/gnulib/lib/ceil.c volatile DOUBLE z = y; y 95 maint/gnulib/lib/ceil.c if (z < y) y 112 maint/gnulib/lib/ceil.c if (z < y) y 23 maint/gnulib/lib/copysign.c copysign (double x, double y) y 25 maint/gnulib/lib/copysign.c return (signbit (x) != signbit (y) ? - x : x); y 23 maint/gnulib/lib/copysignf.c copysignf (float x, float y) y 25 maint/gnulib/lib/copysignf.c return (signbit (x) != signbit (y) ? - x : x); y 25 maint/gnulib/lib/copysignl.c copysignl (long double x, long double y) y 27 maint/gnulib/lib/copysignl.c return copysign (x, y); y 63 maint/gnulib/lib/copysignl.c copysignl (long double x, long double y) y 66 maint/gnulib/lib/copysignl.c return (signbit (x) != signbit (y) ? unary_minus (x) : x); y 68 maint/gnulib/lib/copysignl.c return (signbit (x) != signbit (y) ? - x : x); y 86 maint/gnulib/lib/cosl.c long double y[2],z=0.0L; y 105 maint/gnulib/lib/cosl.c n = ieee754_rem_pio2l (x, y); y 109 maint/gnulib/lib/cosl.c return kernel_cosl (y[0], y[1]); y 111 maint/gnulib/lib/cosl.c return -kernel_sinl (y[0], y[1], 1); y 113 maint/gnulib/lib/cosl.c return -kernel_cosl (y[0], y[1]); y 115 maint/gnulib/lib/cosl.c return kernel_sinl (y[0], y[1], 1); y 95 maint/gnulib/lib/di-set.c di_ent_compare (void const *x, void const *y) y 98 maint/gnulib/lib/di-set.c struct di_ent const *b = y; y 188 maint/gnulib/lib/diffseq.h #define XREF_YREF_EQUAL(x,y) EQUAL (xv[x], yv[y]) y 190 maint/gnulib/lib/diffseq.h #define XREF_YREF_EQUAL(x,y) XVECREF_YVECREF_EQUAL (ctxt, x, y) y 224 maint/gnulib/lib/diffseq.h OFFSET y; y 229 maint/gnulib/lib/diffseq.h for (x = x0, y = x0 - d; y 230 maint/gnulib/lib/diffseq.h x < xlim && y < ylim && XREF_YREF_EQUAL (x, y); y 231 maint/gnulib/lib/diffseq.h x++, y++) y 239 maint/gnulib/lib/diffseq.h part->ymid = y; y 257 maint/gnulib/lib/diffseq.h OFFSET y; y 262 maint/gnulib/lib/diffseq.h for (x = x0, y = x0 - d; y 263 maint/gnulib/lib/diffseq.h xoff < x && yoff < y && XREF_YREF_EQUAL (x - 1, y - 1); y 264 maint/gnulib/lib/diffseq.h x--, y--) y 272 maint/gnulib/lib/diffseq.h part->ymid = y; y 304 maint/gnulib/lib/diffseq.h OFFSET y = x - d; y 311 maint/gnulib/lib/diffseq.h && yoff + SNAKE_LIMIT <= y && y < ylim) y 317 maint/gnulib/lib/diffseq.h for (k = 1; XREF_YREF_EQUAL (x - k, y - k); k++) y 322 maint/gnulib/lib/diffseq.h part->ymid = y; y 343 maint/gnulib/lib/diffseq.h OFFSET y = x - d; y 350 maint/gnulib/lib/diffseq.h && yoff < y && y <= ylim - SNAKE_LIMIT) y 356 maint/gnulib/lib/diffseq.h for (k = 0; XREF_YREF_EQUAL (x + k, y + k); k++) y 361 maint/gnulib/lib/diffseq.h part->ymid = y; y 390 maint/gnulib/lib/diffseq.h OFFSET y = x - d; y 391 maint/gnulib/lib/diffseq.h if (ylim < y) y 394 maint/gnulib/lib/diffseq.h y = ylim; y 396 maint/gnulib/lib/diffseq.h if (fxybest < x + y) y 398 maint/gnulib/lib/diffseq.h fxybest = x + y; y 408 maint/gnulib/lib/diffseq.h OFFSET y = x - d; y 409 maint/gnulib/lib/diffseq.h if (y < yoff) y 412 maint/gnulib/lib/diffseq.h y = yoff; y 414 maint/gnulib/lib/diffseq.h if (x + y < bxybest) y 416 maint/gnulib/lib/diffseq.h bxybest = x + y; y 466 maint/gnulib/lib/diffseq.h #define XREF_YREF_EQUAL(x,y) EQUAL (xv[x], yv[y]) y 468 maint/gnulib/lib/diffseq.h #define XREF_YREF_EQUAL(x,y) XVECREF_YVECREF_EQUAL (ctxt, x, y) y 118 maint/gnulib/lib/expl.c long double y = y_tmp - nm * LOG2_BY_256_LO_PART; y 119 maint/gnulib/lib/expl.c long double z = 0.5L * y; y 118 maint/gnulib/lib/expm1.c double y = y_tmp - nm * LOG2_BY_256_LO_PART; y 119 maint/gnulib/lib/expm1.c double z = 0.5L * y; y 128 maint/gnulib/lib/expm1l.c long double y = y_tmp - nm * LOG2_BY_256_LO_PART; y 129 maint/gnulib/lib/expm1l.c long double z = 0.5L * y; y 71 maint/gnulib/lib/floor.c volatile DOUBLE y = x; y 72 maint/gnulib/lib/floor.c volatile DOUBLE z = y; y 87 maint/gnulib/lib/floor.c if (z > y) y 100 maint/gnulib/lib/floor.c if (z > y) y 363 maint/gnulib/lib/fma.c FUNC (DOUBLE x, DOUBLE y, DOUBLE z) y 365 maint/gnulib/lib/fma.c if (isfinite (x) && isfinite (y)) y 370 maint/gnulib/lib/fma.c if (x == L_(0.0) || y == L_(0.0)) y 373 maint/gnulib/lib/fma.c return x * y; y 412 maint/gnulib/lib/fma.c yn = y; y 413 maint/gnulib/lib/fma.c if (y < 0) y 416 maint/gnulib/lib/fma.c yn = - y; y 910 maint/gnulib/lib/fma.c return (x * y) + z; y 27 maint/gnulib/lib/fmal.c fmal (long double x, long double y, long double z) y 29 maint/gnulib/lib/fmal.c return fma (x, y, z); y 96 maint/gnulib/lib/fmod.c FMOD (DOUBLE x, DOUBLE y) y 98 maint/gnulib/lib/fmod.c if (isfinite (x) && isfinite (y) && y != L_(0.0)) y 105 maint/gnulib/lib/fmod.c int negate = ((!signbit (x)) ^ (!signbit (y))); y 109 maint/gnulib/lib/fmod.c y = FABS (y); y 112 maint/gnulib/lib/fmod.c if (x < y) y 130 maint/gnulib/lib/fmod.c ym = FREXP (y, &yexp); y 352 maint/gnulib/lib/fmod.c if (ISNAN (x) || ISNAN (y)) y 353 maint/gnulib/lib/fmod.c return x + y; /* NaN */ y 354 maint/gnulib/lib/fmod.c else if (isinf (y)) y 23 maint/gnulib/lib/fmodf.c fmodf (float x, float y) y 25 maint/gnulib/lib/fmodf.c return (float) fmod ((double) x, (double) y); y 25 maint/gnulib/lib/fmodl.c fmodl (long double x, long double y) y 27 maint/gnulib/lib/fmodl.c return fmod (x, y); y 39 maint/gnulib/lib/fstrcmp.c #define EQUAL(x,y) ((x) == (y)) y 32 maint/gnulib/lib/fts-cycle.c AD_compare (void const *x, void const *y) y 35 maint/gnulib/lib/fts-cycle.c struct Active_dir const *ay = y; y 690 maint/gnulib/lib/fts.c dev_type_compare (void const *x, void const *y) y 693 maint/gnulib/lib/fts.c struct dev_type const *ay = y; y 35 maint/gnulib/lib/getopt-pfx-core.h # define __GETOPT_CONCAT(x, y) x ## y y 36 maint/gnulib/lib/getopt-pfx-core.h # define __GETOPT_XCONCAT(x, y) __GETOPT_CONCAT (x, y) y 37 maint/gnulib/lib/getopt-pfx-core.h # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y) y 35 maint/gnulib/lib/getopt-pfx-ext.h # define __GETOPT_CONCAT(x, y) x ## y y 36 maint/gnulib/lib/getopt-pfx-ext.h # define __GETOPT_XCONCAT(x, y) __GETOPT_CONCAT (x, y) y 37 maint/gnulib/lib/getopt-pfx-ext.h # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y) y 45 maint/gnulib/lib/hash-triple-simple.c triple_compare_ino_str (void const *x, void const *y) y 48 maint/gnulib/lib/hash-triple-simple.c struct F_triple const *b = y; y 39 maint/gnulib/lib/hash-triple.c triple_compare (void const *x, void const *y) y 42 maint/gnulib/lib/hash-triple.c struct F_triple const *b = y; y 37 maint/gnulib/lib/hash-triple.h extern bool triple_compare_ino_str (void const *x, void const *y) y 44 maint/gnulib/lib/hash-triple.h extern bool triple_compare (void const *x, void const *y); y 25 maint/gnulib/lib/hypot.c hypot (double x, double y) y 27 maint/gnulib/lib/hypot.c if (isfinite (x) && isfinite (y)) y 31 maint/gnulib/lib/hypot.c y = fabs (y); y 38 maint/gnulib/lib/hypot.c if (x >= y) y 41 maint/gnulib/lib/hypot.c b = y; y 45 maint/gnulib/lib/hypot.c a = y; y 72 maint/gnulib/lib/hypot.c if (isinf (x) || isinf (y)) y 77 maint/gnulib/lib/hypot.c return x + y; y 23 maint/gnulib/lib/hypotf.c hypotf (float x, float y) y 25 maint/gnulib/lib/hypotf.c return (float) hypot ((double) x, (double) y); y 27 maint/gnulib/lib/hypotl.c hypotl (long double x, long double y) y 29 maint/gnulib/lib/hypotl.c return hypot (x, y); y 35 maint/gnulib/lib/hypotl.c hypotl (long double x, long double y) y 37 maint/gnulib/lib/hypotl.c if (isfinite (x) && isfinite (y)) y 41 maint/gnulib/lib/hypotl.c y = fabsl (y); y 48 maint/gnulib/lib/hypotl.c if (x >= y) y 51 maint/gnulib/lib/hypotl.c b = y; y 55 maint/gnulib/lib/hypotl.c a = y; y 82 maint/gnulib/lib/hypotl.c if (isinf (x) || isinf (y)) y 87 maint/gnulib/lib/hypotl.c return x + y; y 73 maint/gnulib/lib/ino-map.c ino_compare (void const *x, void const *y) y 76 maint/gnulib/lib/ino-map.c struct ino_map_ent const *b = y; y 91 maint/gnulib/lib/integer_length_l.c unsigned int y = x >> (i * sizeof (unsigned int) * CHAR_BIT); y 92 maint/gnulib/lib/integer_length_l.c if (y != 0) y 93 maint/gnulib/lib/integer_length_l.c return i * sizeof (unsigned int) * CHAR_BIT + integer_length (y); y 101 maint/gnulib/lib/integer_length_l.c unsigned int y = x >> MSC (1 * sizeof (unsigned int) * CHAR_BIT); y 102 maint/gnulib/lib/integer_length_l.c if (y != 0) y 103 maint/gnulib/lib/integer_length_l.c return 1 * sizeof (unsigned int) * CHAR_BIT + integer_length (y); y 85 maint/gnulib/lib/ldexpl.c int y; y 86 maint/gnulib/lib/ldexpl.c for (y = 0; y < 29; y++) y 87 maint/gnulib/lib/ldexpl.c printf ("%5d %.16Lg %.16Lg\n", y, ldexpl (0.8L, y), ldexpl (0.8L, -y) * ldexpl (0.8L, y)); y 43 maint/gnulib/lib/log10l.c long double y = log10l (x); y 46 maint/gnulib/lib/log10l.c if (y > LDBL_MAX) y 47 maint/gnulib/lib/log10l.c y = 1.0L / 0.0L; y 49 maint/gnulib/lib/log10l.c return y; y 99 maint/gnulib/lib/log1p.c double y = ((x * 256.0) - m) / (m + 256.0); y 100 maint/gnulib/lib/log1p.c double z = y / (2.0 + y); y 109 maint/gnulib/lib/log1pl.c long double y = ((x * 256.0L) - m) / (m + 256.0L); y 110 maint/gnulib/lib/log1pl.c long double z = y / (2.0L + y); y 62 maint/gnulib/lib/log2.c double y; y 64 maint/gnulib/lib/log2.c y = frexp (x, &e); y 65 maint/gnulib/lib/log2.c if (y < SQRT_HALF) y 67 maint/gnulib/lib/log2.c y = 2.0 * y; y 71 maint/gnulib/lib/log2.c return (double) e + log (y) * LOG2_INVERSE; y 72 maint/gnulib/lib/log2f.c float y; y 74 maint/gnulib/lib/log2f.c y = frexpf (x, &e); y 75 maint/gnulib/lib/log2f.c if (y < SQRT_HALF) y 77 maint/gnulib/lib/log2f.c y = 2.0f * y; y 81 maint/gnulib/lib/log2f.c return (float) e + logf (y) * LOG2_INVERSE; y 72 maint/gnulib/lib/log2l.c long double y; y 74 maint/gnulib/lib/log2l.c y = frexpl (x, &e); y 75 maint/gnulib/lib/log2l.c if (y < SQRT_HALF) y 77 maint/gnulib/lib/log2l.c y = 2.0L * y; y 81 maint/gnulib/lib/log2l.c return (long double) e + logl (y) * LOG2_INVERSE; y 215 maint/gnulib/lib/logl.c long double z, y, w; y 266 maint/gnulib/lib/logl.c y = ((((((((((((l15 * z y 279 maint/gnulib/lib/logl.c y -= 0.5 * w; y 280 maint/gnulib/lib/logl.c y += e * ln2b; /* Base 2 exponent offset times ln(2). */ y 281 maint/gnulib/lib/logl.c y += z; y 282 maint/gnulib/lib/logl.c y += logtbl[k-26]; /* log(t) - (t-1) */ y 283 maint/gnulib/lib/logl.c y += (t - 1.0L); y 284 maint/gnulib/lib/logl.c y += e * ln2a; y 285 maint/gnulib/lib/logl.c return y; y 385 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (atan2f, float, (float y, float x)); y 386 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (atan2f, float, (float y, float x)); y 390 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (atan2f, float, (float y, float x)); y 392 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); y 537 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (copysignf, float, (float x, float y)); y 539 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (copysignf, float, (float x, float y)); y 551 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (copysign, double, (double x, double y)); y 553 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (copysign, double, (double x, double y)); y 555 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (copysign, double, (double x, double y)); y 567 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (copysignl, long double, (long double x, long double y)); y 569 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (copysignl, long double, (long double x, long double y)); y 954 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z)); y 955 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (fmaf, float, (float x, float y, float z)); y 959 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z)); y 961 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (fmaf, float, (float x, float y, float z)); y 978 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z)); y 979 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (fma, double, (double x, double y, double z)); y 983 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (fma, double, (double x, double y, double z)); y 985 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (fma, double, (double x, double y, double z)); y 988 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (fma, double, (double x, double y, double z)); y 1005 maint/gnulib/lib/math.in.h (long double x, long double y, long double z)); y 1007 maint/gnulib/lib/math.in.h (long double x, long double y, long double z)); y 1013 maint/gnulib/lib/math.in.h (long double x, long double y, long double z)); y 1017 maint/gnulib/lib/math.in.h (long double x, long double y, long double z)); y 1035 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (fmodf, float, (float x, float y)); y 1036 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (fmodf, float, (float x, float y)); y 1040 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (fmodf, float, (float x, float y)); y 1042 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (fmodf, float, (float x, float y)); y 1059 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (fmod, double, (double x, double y)); y 1060 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (fmod, double, (double x, double y)); y 1062 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (fmod, double, (double x, double y)); y 1065 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (fmod, double, (double x, double y)); y 1081 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (fmodl, long double, (long double x, long double y)); y 1082 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (fmodl, long double, (long double x, long double y)); y 1086 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (fmodl, long double, (long double x, long double y)); y 1088 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (fmodl, long double, (long double x, long double y)); y 1208 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); y 1209 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); y 1212 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); y 1214 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); y 1234 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (hypot, double, (double x, double y)); y 1235 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (hypot, double, (double x, double y)); y 1237 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (hypot, double, (double x, double y)); y 1240 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (hypot, double, (double x, double y)); y 1257 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y)); y 1258 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (hypotl, long double, (long double x, long double y)); y 1261 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y)); y 1263 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (hypotl, long double, (long double x, long double y)); y 1889 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (powf, float, (float x, float y)); y 1891 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (powf, float, (float x, float y)); y 1908 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (remainderf, float, (float x, float y)); y 1909 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (remainderf, float, (float x, float y)); y 1912 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (remainderf, float, (float x, float y)); y 1914 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (remainderf, float, (float x, float y)); y 1931 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (remainder, double, (double x, double y)); y 1932 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (remainder, double, (double x, double y)); y 1935 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (remainder, double, (double x, double y)); y 1937 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (remainder, double, (double x, double y)); y 1940 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (remainder, double, (double x, double y)); y 1956 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y)); y 1957 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y)); y 1962 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y)); y 1965 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y)); y 200 maint/gnulib/lib/md4.c #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) y 201 maint/gnulib/lib/md4.c #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) y 202 maint/gnulib/lib/md4.c #define H(x, y, z) ((x) ^ (y) ^ (z)) y 220 maint/gnulib/lib/mini-gmp.c #define MP_LIMB_T_SWAP(x, y) \ y 223 maint/gnulib/lib/mini-gmp.c (x) = (y); \ y 224 maint/gnulib/lib/mini-gmp.c (y) = __mp_limb_t_swap__tmp; \ y 226 maint/gnulib/lib/mini-gmp.c #define MP_SIZE_T_SWAP(x, y) \ y 229 maint/gnulib/lib/mini-gmp.c (x) = (y); \ y 230 maint/gnulib/lib/mini-gmp.c (y) = __mp_size_t_swap__tmp; \ y 232 maint/gnulib/lib/mini-gmp.c #define MP_BITCNT_T_SWAP(x,y) \ y 235 maint/gnulib/lib/mini-gmp.c (x) = (y); \ y 236 maint/gnulib/lib/mini-gmp.c (y) = __mp_bitcnt_t_swap__tmp; \ y 238 maint/gnulib/lib/mini-gmp.c #define MP_PTR_SWAP(x, y) \ y 241 maint/gnulib/lib/mini-gmp.c (x) = (y); \ y 242 maint/gnulib/lib/mini-gmp.c (y) = __mp_ptr_swap__tmp; \ y 244 maint/gnulib/lib/mini-gmp.c #define MP_SRCPTR_SWAP(x, y) \ y 247 maint/gnulib/lib/mini-gmp.c (x) = (y); \ y 248 maint/gnulib/lib/mini-gmp.c (y) = __mp_srcptr_swap__tmp; \ y 262 maint/gnulib/lib/mini-gmp.c #define MPZ_PTR_SWAP(x, y) \ y 265 maint/gnulib/lib/mini-gmp.c (x) = (y); \ y 266 maint/gnulib/lib/mini-gmp.c (y) = __mpz_ptr_swap__tmp; \ y 268 maint/gnulib/lib/mini-gmp.c #define MPZ_SRCPTR_SWAP(x, y) \ y 271 maint/gnulib/lib/mini-gmp.c (x) = (y); \ y 272 maint/gnulib/lib/mini-gmp.c (y) = __mpz_srcptr_swap__tmp; \ y 3200 maint/gnulib/lib/mini-gmp.c mpz_rootrem (mpz_t x, mpz_t r, const mpz_t y, unsigned long z) y 3206 maint/gnulib/lib/mini-gmp.c sgn = y->_mp_size < 0; y 3212 maint/gnulib/lib/mini-gmp.c if (mpz_cmpabs_ui (y, 1) <= 0) { y 3214 maint/gnulib/lib/mini-gmp.c mpz_set (x, y); y 3222 maint/gnulib/lib/mini-gmp.c bc = (mpz_sizeinbase (y, 2) - 1) / z + 1; y 3228 maint/gnulib/lib/mini-gmp.c mpz_tdiv_q (t, y, u); /* t = y/x */ y 3242 maint/gnulib/lib/mini-gmp.c mpz_tdiv_q (t, y, t); /* t = y/x^(z-1) */ y 3253 maint/gnulib/lib/mini-gmp.c mpz_sub (r, y, t); y 3262 maint/gnulib/lib/mini-gmp.c mpz_root (mpz_t x, const mpz_t y, unsigned long z) y 3268 maint/gnulib/lib/mini-gmp.c mpz_rootrem (x, r, y, z); y 3547 maint/gnulib/lib/mini-gmp.c gmp_millerrabin (const mpz_t n, const mpz_t nm1, mpz_t y, y 3553 maint/gnulib/lib/mini-gmp.c mpz_powm (y, y, q, n); y 3555 maint/gnulib/lib/mini-gmp.c if (mpz_cmp_ui (y, 1) == 0 || mpz_cmp (y, nm1) == 0) y 3560 maint/gnulib/lib/mini-gmp.c mpz_powm_ui (y, y, 2, n); y 3561 maint/gnulib/lib/mini-gmp.c if (mpz_cmp (y, nm1) == 0) y 3579 maint/gnulib/lib/mini-gmp.c mpz_t y; y 3613 maint/gnulib/lib/mini-gmp.c mpz_init_set_ui (y, 2); y 3614 maint/gnulib/lib/mini-gmp.c is_prime = gmp_millerrabin (n, nm1, y, q, k) && gmp_stronglucas (n, y); y 3624 maint/gnulib/lib/mini-gmp.c mpz_set_ui (y, (unsigned long) j*j+j+41); y 3625 maint/gnulib/lib/mini-gmp.c if (mpz_cmp (y, nm1) >= 0) y 3632 maint/gnulib/lib/mini-gmp.c is_prime = gmp_millerrabin (n, nm1, y, q, k); y 3636 maint/gnulib/lib/mini-gmp.c mpz_clear (y); y 23 maint/gnulib/lib/powf.c powf (float x, float y) y 25 maint/gnulib/lib/powf.c return (float) pow ((double) x, (double) y); y 212 maint/gnulib/lib/qsort.c #define min(x, y) ((x) < (y) ? (x) : (y)) y 56 maint/gnulib/lib/remainder.c REMAINDER (DOUBLE x, DOUBLE y) y 58 maint/gnulib/lib/remainder.c if (isfinite (x) && isfinite (y) && y != L_(0.0)) y 65 maint/gnulib/lib/remainder.c int negate = ((!signbit (x)) ^ (!signbit (y))); y 70 maint/gnulib/lib/remainder.c y = FABS (y); y 73 maint/gnulib/lib/remainder.c if (x <= L_(0.5) * y) y 79 maint/gnulib/lib/remainder.c x = FMOD (x, L_(2.0) * y); y 85 maint/gnulib/lib/remainder.c if (x <= L_(0.5) * y) y 89 maint/gnulib/lib/remainder.c r = x - y; y 90 maint/gnulib/lib/remainder.c if (r > L_(0.5) * y) y 91 maint/gnulib/lib/remainder.c r = x - L_(2.0) * y; y 98 maint/gnulib/lib/remainder.c if (ISNAN (x) || ISNAN (y)) y 99 maint/gnulib/lib/remainder.c return x + y; /* NaN */ y 100 maint/gnulib/lib/remainder.c else if (isinf (y)) y 25 maint/gnulib/lib/remainderf.c remainderf (float x, float y) y 27 maint/gnulib/lib/remainderf.c return (float) remainder ((double) x, (double) y); y 25 maint/gnulib/lib/remainderl.c remainderl (long double x, long double y) y 27 maint/gnulib/lib/remainderl.c return remainder (x, y); y 93 maint/gnulib/lib/round.c DOUBLE y = FLOOR (x); y 94 maint/gnulib/lib/round.c if (x - y >= L_(0.5)) y 95 maint/gnulib/lib/round.c y += L_(1.0); y 96 maint/gnulib/lib/round.c return y; y 100 maint/gnulib/lib/round.c DOUBLE y = CEIL (x); y 101 maint/gnulib/lib/round.c if (y - x >= L_(0.5)) y 102 maint/gnulib/lib/round.c y -= L_(1.0); y 103 maint/gnulib/lib/round.c return y; y 131 maint/gnulib/lib/round.c volatile DOUBLE y = x; y 132 maint/gnulib/lib/round.c volatile DOUBLE z = y; y 143 maint/gnulib/lib/round.c y = z += L_(0.5); y 149 maint/gnulib/lib/round.c if (z > y) y 162 maint/gnulib/lib/round.c y = z -= L_(0.5); y 168 maint/gnulib/lib/round.c if (z < y) y 110 maint/gnulib/lib/sincosl.c kernel_sinl (long double x, long double y, int iy) y 153 maint/gnulib/lib/sincosl.c l = y - (h - x); y 179 maint/gnulib/lib/sincosl.c kernel_cosl (long double x, long double y) y 215 maint/gnulib/lib/sincosl.c l = y - (h - x); y 86 maint/gnulib/lib/sinl.c long double y[2], z = 0.0L; y 105 maint/gnulib/lib/sinl.c n = ieee754_rem_pio2l (x, y); y 109 maint/gnulib/lib/sinl.c return kernel_sinl (y[0], y[1], 1); y 111 maint/gnulib/lib/sinl.c return kernel_cosl (y[0], y[1]); y 113 maint/gnulib/lib/sinl.c return -kernel_sinl (y[0], y[1], 1); y 115 maint/gnulib/lib/sinl.c return -kernel_cosl (y[0], y[1]); y 42 maint/gnulib/lib/sqrtl.c long double delta, y; y 58 maint/gnulib/lib/sqrtl.c y = ldexpl (x, -exponent / 2); y 62 maint/gnulib/lib/sqrtl.c delta = y; y 63 maint/gnulib/lib/sqrtl.c y = (y + x / y) * 0.5L; y 64 maint/gnulib/lib/sqrtl.c delta -= y; y 68 maint/gnulib/lib/sqrtl.c return y; y 149 maint/gnulib/lib/tanl.c kernel_tanl (long double x, long double y, int iy) y 158 maint/gnulib/lib/tanl.c y = -y; y 177 maint/gnulib/lib/tanl.c w = pio4lo - y; y 179 maint/gnulib/lib/tanl.c y = 0.0; y 187 maint/gnulib/lib/tanl.c r = y + z * (s * r + y); y 216 maint/gnulib/lib/tanl.c long double y[2], z = 0.0L; y 235 maint/gnulib/lib/tanl.c n = ieee754_rem_pio2l (x, y); y 237 maint/gnulib/lib/tanl.c return kernel_tanl (y[0], y[1], 1 - ((n & 1) << 1)); y 122 maint/gnulib/lib/term-style-control.c unsigned int y; y 130 maint/gnulib/lib/term-style-control.c y = (unsigned int) (-1 - x) + 1; y 133 maint/gnulib/lib/term-style-control.c y = x; y 138 maint/gnulib/lib/term-style-control.c *--p = '0' + (y % 10); y 139 maint/gnulib/lib/term-style-control.c y = y / 10; y 141 maint/gnulib/lib/term-style-control.c while (y > 0); y 201 maint/gnulib/lib/trigl.c static int kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec, y 205 maint/gnulib/lib/trigl.c ieee754_rem_pio2l (long double x, long double *y) y 215 maint/gnulib/lib/trigl.c y[0] = x; y 216 maint/gnulib/lib/trigl.c y[1] = 0; y 224 maint/gnulib/lib/trigl.c y[0] = z - PI_2_1t; y 225 maint/gnulib/lib/trigl.c y[1] = (z - y[0]) - PI_2_1t; y 233 maint/gnulib/lib/trigl.c y[0] = z + PI_2_1t; y 234 maint/gnulib/lib/trigl.c y[1] = (z - y[0]) + PI_2_1t; y 240 maint/gnulib/lib/trigl.c y[0] = x - x; y 241 maint/gnulib/lib/trigl.c y[1] = y[0]; y 268 maint/gnulib/lib/trigl.c y[0] = w + t; y 269 maint/gnulib/lib/trigl.c y[1] = t - (y[0] - w); y 274 maint/gnulib/lib/trigl.c y[0] = -(w + t); y 275 maint/gnulib/lib/trigl.c y[1] = -t - (y[0] + w); y 429 maint/gnulib/lib/trigl.c kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec, y 597 maint/gnulib/lib/trigl.c y[0] = (ih == 0) ? fw : -fw; y 604 maint/gnulib/lib/trigl.c y[0] = (ih == 0) ? fw : -fw; y 608 maint/gnulib/lib/trigl.c y[1] = (ih == 0) ? fw : -fw; y 627 maint/gnulib/lib/trigl.c y[0] = fq[0]; y 628 maint/gnulib/lib/trigl.c y[1] = fq[1]; y 629 maint/gnulib/lib/trigl.c y[2] = fw; y 633 maint/gnulib/lib/trigl.c y[0] = -fq[0]; y 634 maint/gnulib/lib/trigl.c y[1] = -fq[1]; y 635 maint/gnulib/lib/trigl.c y[2] = -fw; y 26 maint/gnulib/lib/trigl.h extern int ieee754_rem_pio2l (long double x, long double *y); y 31 maint/gnulib/lib/trigl.h extern long double kernel_sinl (long double x, long double y, int iy); y 35 maint/gnulib/lib/trigl.h extern long double kernel_cosl (long double x, long double y); y 83 maint/gnulib/lib/trunc.c volatile DOUBLE y = x; y 84 maint/gnulib/lib/trunc.c volatile DOUBLE z = y; y 99 maint/gnulib/lib/trunc.c if (z > y) y 116 maint/gnulib/lib/trunc.c if (z < y) y 42 maint/gnulib/lib/u64.h # define u64lt(x, y) ((x) < (y)) y 43 maint/gnulib/lib/u64.h # define u64and(x, y) ((x) & (y)) y 44 maint/gnulib/lib/u64.h # define u64or(x, y) ((x) | (y)) y 45 maint/gnulib/lib/u64.h # define u64xor(x, y) ((x) ^ (y)) y 46 maint/gnulib/lib/u64.h # define u64plus(x, y) ((x) + (y)) y 96 maint/gnulib/lib/u64.h u64lt (u64 x, u64 y) y 98 maint/gnulib/lib/u64.h return x.hi < y.hi || (x.hi == y.hi && x.lo < y.lo); y 103 maint/gnulib/lib/u64.h u64and (u64 x, u64 y) y 106 maint/gnulib/lib/u64.h r.hi = x.hi & y.hi; y 107 maint/gnulib/lib/u64.h r.lo = x.lo & y.lo; y 113 maint/gnulib/lib/u64.h u64or (u64 x, u64 y) y 116 maint/gnulib/lib/u64.h r.hi = x.hi | y.hi; y 117 maint/gnulib/lib/u64.h r.lo = x.lo | y.lo; y 123 maint/gnulib/lib/u64.h u64xor (u64 x, u64 y) y 126 maint/gnulib/lib/u64.h r.hi = x.hi ^ y.hi; y 127 maint/gnulib/lib/u64.h r.lo = x.lo ^ y.lo; y 133 maint/gnulib/lib/u64.h u64plus (u64 x, u64 y) y 136 maint/gnulib/lib/u64.h r.lo = x.lo + y.lo; y 137 maint/gnulib/lib/u64.h r.hi = x.hi + y.hi + (r.lo < x.lo); y 66 maint/gnulib/lib/unlocked-io.h # define fgets(x,y,z) fgets_unlocked (x,y,z) y 68 maint/gnulib/lib/unlocked-io.h # define fgets_unlocked(x,y,z) fgets (x,y,z) y 73 maint/gnulib/lib/unlocked-io.h # define fputc(x,y) fputc_unlocked (x,y) y 75 maint/gnulib/lib/unlocked-io.h # define fputc_unlocked(x,y) fputc (x,y) y 80 maint/gnulib/lib/unlocked-io.h # define fputs(x,y) fputs_unlocked (x,y) y 82 maint/gnulib/lib/unlocked-io.h # define fputs_unlocked(x,y) fputs (x,y) y 87 maint/gnulib/lib/unlocked-io.h # define fread(w,x,y,z) fread_unlocked (w,x,y,z) y 89 maint/gnulib/lib/unlocked-io.h # define fread_unlocked(w,x,y,z) fread (w,x,y,z) y 94 maint/gnulib/lib/unlocked-io.h # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) y 96 maint/gnulib/lib/unlocked-io.h # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) y 115 maint/gnulib/lib/unlocked-io.h # define putc(x,y) putc_unlocked (x,y) y 117 maint/gnulib/lib/unlocked-io.h # define putc_unlocked(x,y) putc (x,y) y 101 maint/gnulib/lib/utimecmp.c dev_info_compare (void const *x, void const *y) y 104 maint/gnulib/lib/utimecmp.c struct fs_res const *b = y; y 992 maint/gnulib/lib/vasnprintf.c long double y; y 1001 maint/gnulib/lib/vasnprintf.c y = frexpl (x, &exp); y 1002 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0L && y < 1.0L)) y 1015 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (LDBL_MANT_BIT % (GMP_LIMB_BITS / 2)); y 1016 maint/gnulib/lib/vasnprintf.c hi = (int) y; y 1017 maint/gnulib/lib/vasnprintf.c y -= hi; y 1018 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0L && y < 1.0L)) y 1020 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); y 1021 maint/gnulib/lib/vasnprintf.c lo = (int) y; y 1022 maint/gnulib/lib/vasnprintf.c y -= lo; y 1023 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0L && y < 1.0L)) y 1030 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (LDBL_MANT_BIT % GMP_LIMB_BITS); y 1031 maint/gnulib/lib/vasnprintf.c d = (int) y; y 1032 maint/gnulib/lib/vasnprintf.c y -= d; y 1033 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0L && y < 1.0L)) y 1042 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); y 1043 maint/gnulib/lib/vasnprintf.c hi = (int) y; y 1044 maint/gnulib/lib/vasnprintf.c y -= hi; y 1045 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0L && y < 1.0L)) y 1047 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); y 1048 maint/gnulib/lib/vasnprintf.c lo = (int) y; y 1049 maint/gnulib/lib/vasnprintf.c y -= lo; y 1050 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0L && y < 1.0L)) y 1056 maint/gnulib/lib/vasnprintf.c if (!(y == 0.0L)) y 1080 maint/gnulib/lib/vasnprintf.c double y; y 1089 maint/gnulib/lib/vasnprintf.c y = frexp (x, &exp); y 1090 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0 && y < 1.0)) y 1103 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (DBL_MANT_BIT % (GMP_LIMB_BITS / 2)); y 1104 maint/gnulib/lib/vasnprintf.c hi = (int) y; y 1105 maint/gnulib/lib/vasnprintf.c y -= hi; y 1106 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0 && y < 1.0)) y 1108 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); y 1109 maint/gnulib/lib/vasnprintf.c lo = (int) y; y 1110 maint/gnulib/lib/vasnprintf.c y -= lo; y 1111 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0 && y < 1.0)) y 1118 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (DBL_MANT_BIT % GMP_LIMB_BITS); y 1119 maint/gnulib/lib/vasnprintf.c d = (int) y; y 1120 maint/gnulib/lib/vasnprintf.c y -= d; y 1121 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0 && y < 1.0)) y 1130 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); y 1131 maint/gnulib/lib/vasnprintf.c hi = (int) y; y 1132 maint/gnulib/lib/vasnprintf.c y -= hi; y 1133 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0 && y < 1.0)) y 1135 maint/gnulib/lib/vasnprintf.c y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); y 1136 maint/gnulib/lib/vasnprintf.c lo = (int) y; y 1137 maint/gnulib/lib/vasnprintf.c y -= lo; y 1138 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0 && y < 1.0)) y 1142 maint/gnulib/lib/vasnprintf.c if (!(y == 0.0)) y 1419 maint/gnulib/lib/vasnprintf.c long double y; y 1424 maint/gnulib/lib/vasnprintf.c y = frexpl (x, &exp); y 1425 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0L && y < 1.0L)) y 1427 maint/gnulib/lib/vasnprintf.c if (y == 0.0L) y 1429 maint/gnulib/lib/vasnprintf.c if (y < 0.5L) y 1431 maint/gnulib/lib/vasnprintf.c while (y < (1.0L / (1 << (GMP_LIMB_BITS / 2)) / (1 << (GMP_LIMB_BITS / 2)))) y 1433 maint/gnulib/lib/vasnprintf.c y *= 1.0L * (1 << (GMP_LIMB_BITS / 2)) * (1 << (GMP_LIMB_BITS / 2)); y 1436 maint/gnulib/lib/vasnprintf.c if (y < (1.0L / (1 << 16))) y 1438 maint/gnulib/lib/vasnprintf.c y *= 1.0L * (1 << 16); y 1441 maint/gnulib/lib/vasnprintf.c if (y < (1.0L / (1 << 8))) y 1443 maint/gnulib/lib/vasnprintf.c y *= 1.0L * (1 << 8); y 1446 maint/gnulib/lib/vasnprintf.c if (y < (1.0L / (1 << 4))) y 1448 maint/gnulib/lib/vasnprintf.c y *= 1.0L * (1 << 4); y 1451 maint/gnulib/lib/vasnprintf.c if (y < (1.0L / (1 << 2))) y 1453 maint/gnulib/lib/vasnprintf.c y *= 1.0L * (1 << 2); y 1456 maint/gnulib/lib/vasnprintf.c if (y < (1.0L / (1 << 1))) y 1458 maint/gnulib/lib/vasnprintf.c y *= 1.0L * (1 << 1); y 1462 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.5L && y < 1.0L)) y 1466 maint/gnulib/lib/vasnprintf.c z = y; y 1510 maint/gnulib/lib/vasnprintf.c double y; y 1515 maint/gnulib/lib/vasnprintf.c y = frexp (x, &exp); y 1516 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.0 && y < 1.0)) y 1518 maint/gnulib/lib/vasnprintf.c if (y == 0.0) y 1520 maint/gnulib/lib/vasnprintf.c if (y < 0.5) y 1522 maint/gnulib/lib/vasnprintf.c while (y < (1.0 / (1 << (GMP_LIMB_BITS / 2)) / (1 << (GMP_LIMB_BITS / 2)))) y 1524 maint/gnulib/lib/vasnprintf.c y *= 1.0 * (1 << (GMP_LIMB_BITS / 2)) * (1 << (GMP_LIMB_BITS / 2)); y 1527 maint/gnulib/lib/vasnprintf.c if (y < (1.0 / (1 << 16))) y 1529 maint/gnulib/lib/vasnprintf.c y *= 1.0 * (1 << 16); y 1532 maint/gnulib/lib/vasnprintf.c if (y < (1.0 / (1 << 8))) y 1534 maint/gnulib/lib/vasnprintf.c y *= 1.0 * (1 << 8); y 1537 maint/gnulib/lib/vasnprintf.c if (y < (1.0 / (1 << 4))) y 1539 maint/gnulib/lib/vasnprintf.c y *= 1.0 * (1 << 4); y 1542 maint/gnulib/lib/vasnprintf.c if (y < (1.0 / (1 << 2))) y 1544 maint/gnulib/lib/vasnprintf.c y *= 1.0 * (1 << 2); y 1547 maint/gnulib/lib/vasnprintf.c if (y < (1.0 / (1 << 1))) y 1549 maint/gnulib/lib/vasnprintf.c y *= 1.0 * (1 << 1); y 1553 maint/gnulib/lib/vasnprintf.c if (!(y >= 0.5 && y < 1.0)) y 1557 maint/gnulib/lib/vasnprintf.c z = y; y 155 maint/gnulib/lib/verify.h #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) y 156 maint/gnulib/lib/verify.h #define _GL_CONCAT0(x, y) x##y y 25 maint/gnulib/tests/null-ptr.h unsigned int y = x * x; y 26 maint/gnulib/tests/null-ptr.h if (y & 2) y 29 maint/gnulib/tests/test-acos.c double y; y 36 maint/gnulib/tests/test-acos.c y = acos (x); y 37 maint/gnulib/tests/test-acos.c ASSERT (y >= 0.9272952180 && y <= 0.9272952181); y 29 maint/gnulib/tests/test-acosf.c float y; y 36 maint/gnulib/tests/test-acosf.c y = acosf (x); y 37 maint/gnulib/tests/test-acosf.c ASSERT (y >= 0.9272951f && y <= 0.9272953f); y 30 maint/gnulib/tests/test-acosl.c long double y; y 41 maint/gnulib/tests/test-acosl.c y = acosl (x); y 42 maint/gnulib/tests/test-acosl.c ASSERT (y >= 0.9272952180L && y <= 0.9272952181L); y 31 maint/gnulib/tests/test-aligned_alloc.c #define ROUNDUP(x,y) (((x) + (y) - 1) & - (y)) y 29 maint/gnulib/tests/test-asin.c double y; y 36 maint/gnulib/tests/test-asin.c y = asin (x); y 37 maint/gnulib/tests/test-asin.c ASSERT (y >= 0.6435011087 && y <= 0.6435011088); y 29 maint/gnulib/tests/test-asinf.c float y; y 36 maint/gnulib/tests/test-asinf.c y = asinf (x); y 37 maint/gnulib/tests/test-asinf.c ASSERT (y >= 0.6435011f && y <= 0.6435013f); y 30 maint/gnulib/tests/test-asinl.c long double y; y 41 maint/gnulib/tests/test-asinl.c y = asinl (x); y 42 maint/gnulib/tests/test-asinl.c ASSERT (y >= 0.6435011087L && y <= 0.6435011088L); y 29 maint/gnulib/tests/test-atan.c double y; y 36 maint/gnulib/tests/test-atan.c y = atan (x); y 37 maint/gnulib/tests/test-atan.c ASSERT (y >= 0.5404195002 && y <= 0.5404195003); y 29 maint/gnulib/tests/test-atan2.c volatile double y; y 37 maint/gnulib/tests/test-atan2.c y = 0.8; y 38 maint/gnulib/tests/test-atan2.c z = atan2 (y, x); y 43 maint/gnulib/tests/test-atan2.c y = 0.8; y 44 maint/gnulib/tests/test-atan2.c z = atan2 (y, x); y 49 maint/gnulib/tests/test-atan2.c y = -0.8; y 50 maint/gnulib/tests/test-atan2.c z = atan2 (y, x); y 55 maint/gnulib/tests/test-atan2.c y = -0.8; y 56 maint/gnulib/tests/test-atan2.c z = atan2 (y, x); y 29 maint/gnulib/tests/test-atan2f.c volatile float y; y 37 maint/gnulib/tests/test-atan2f.c y = 0.8f; y 38 maint/gnulib/tests/test-atan2f.c z = atan2f (y, x); y 43 maint/gnulib/tests/test-atan2f.c y = 0.8f; y 44 maint/gnulib/tests/test-atan2f.c z = atan2f (y, x); y 49 maint/gnulib/tests/test-atan2f.c y = -0.8f; y 50 maint/gnulib/tests/test-atan2f.c z = atan2f (y, x); y 55 maint/gnulib/tests/test-atan2f.c y = -0.8f; y 56 maint/gnulib/tests/test-atan2f.c z = atan2f (y, x); y 29 maint/gnulib/tests/test-atanf.c float y; y 36 maint/gnulib/tests/test-atanf.c y = atanf (x); y 37 maint/gnulib/tests/test-atanf.c ASSERT (y >= 0.5404194f && y <= 0.5404196f); y 30 maint/gnulib/tests/test-atanl.c long double y; y 41 maint/gnulib/tests/test-atanl.c y = atanl (x); y 42 maint/gnulib/tests/test-atanl.c ASSERT (y >= 0.5404195002L && y <= 0.5404195003L); y 33 maint/gnulib/tests/test-calloc-gnu.c unsigned int y = x * x * x * x; y 34 maint/gnulib/tests/test-calloc-gnu.c x++; y |= x * x * x * x; y 35 maint/gnulib/tests/test-calloc-gnu.c x++; y |= x * x * x * x; y 36 maint/gnulib/tests/test-calloc-gnu.c x++; y |= x * x * x * x; y 37 maint/gnulib/tests/test-calloc-gnu.c y = y >> 1; y 38 maint/gnulib/tests/test-calloc-gnu.c y &= -y; y 39 maint/gnulib/tests/test-calloc-gnu.c y -= 8; y 41 maint/gnulib/tests/test-calloc-gnu.c return n + y; y 27 maint/gnulib/tests/test-cbrt-ieee.h DOUBLE y = CBRT (L_(0.0)); y 28 maint/gnulib/tests/test-cbrt-ieee.h ASSERT (y == L_(0.0)); y 29 maint/gnulib/tests/test-cbrt-ieee.h ASSERT (!signbit (y)); y 32 maint/gnulib/tests/test-cbrt-ieee.h DOUBLE y = CBRT (MINUS_ZERO); y 33 maint/gnulib/tests/test-cbrt-ieee.h ASSERT (y == L_(0.0)); y 34 maint/gnulib/tests/test-cbrt-ieee.h ASSERT (!!signbit (y) == !!signbit (MINUS_ZERO)); y 42 maint/gnulib/tests/test-cbrt.c y = cbrt (x); y 43 maint/gnulib/tests/test-cbrt.c ASSERT (y >= 0.8434326653 && y <= 0.8434326654); y 36 maint/gnulib/tests/test-cbrt.h DOUBLE y = CBRT (x); y 37 maint/gnulib/tests/test-cbrt.h DOUBLE err = y * y * y - x; y 46 maint/gnulib/tests/test-cbrt.h DOUBLE y = L_(32.0) * RANDOM[j] - L_(16.0); /* -16.0 <= y <= 16.0 */ y 47 maint/gnulib/tests/test-cbrt.h if (x != L_(0.0) && y != L_(0.0)) y 49 maint/gnulib/tests/test-cbrt.h DOUBLE z = L_(1.0) / (x * y); y 51 maint/gnulib/tests/test-cbrt.h DOUBLE p = CBRT (x) * CBRT (y) * CBRT (z); y 59 maint/gnulib/tests/test-cbrt.h DOUBLE y; y 42 maint/gnulib/tests/test-cbrtf.c y = cbrtf (x); y 43 maint/gnulib/tests/test-cbrtf.c ASSERT (y >= 0.84343266f && y <= 0.84343270f); y 42 maint/gnulib/tests/test-cbrtl.c y = cbrtl (x); y 43 maint/gnulib/tests/test-cbrtl.c ASSERT (y >= 0.8434326653L && y <= 0.8434326654L); y 71 maint/gnulib/tests/test-ceil2.c volatile DOUBLE y = x; y 72 maint/gnulib/tests/test-ceil2.c volatile DOUBLE z = y; y 86 maint/gnulib/tests/test-ceil2.c if (z < y) y 103 maint/gnulib/tests/test-ceil2.c if (z < y) y 113 maint/gnulib/tests/test-ceil2.c equal (DOUBLE x, DOUBLE y) y 115 maint/gnulib/tests/test-ceil2.c return (isnand (x) ? isnand (y) : x == y); y 71 maint/gnulib/tests/test-ceilf2.c volatile DOUBLE y = x; y 72 maint/gnulib/tests/test-ceilf2.c volatile DOUBLE z = y; y 86 maint/gnulib/tests/test-ceilf2.c if (z < y) y 103 maint/gnulib/tests/test-ceilf2.c if (z < y) y 113 maint/gnulib/tests/test-ceilf2.c equal (DOUBLE x, DOUBLE y) y 115 maint/gnulib/tests/test-ceilf2.c return (isnanf (x) ? isnanf (y) : x == y); y 32 maint/gnulib/tests/test-copysign.c volatile double y; y 41 maint/gnulib/tests/test-copysign.c y = 0.8; y 42 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 47 maint/gnulib/tests/test-copysign.c y = 0.8; y 48 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 53 maint/gnulib/tests/test-copysign.c y = -0.8; y 54 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 59 maint/gnulib/tests/test-copysign.c y = -0.8; y 60 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 65 maint/gnulib/tests/test-copysign.c y = 0.0; y 66 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 70 maint/gnulib/tests/test-copysign.c y = minus_zerod; y 71 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 76 maint/gnulib/tests/test-copysign.c y = 0.0; y 77 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 81 maint/gnulib/tests/test-copysign.c y = minus_zerod; y 82 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 87 maint/gnulib/tests/test-copysign.c y = 1.0; y 88 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 93 maint/gnulib/tests/test-copysign.c y = -1.0; y 94 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 99 maint/gnulib/tests/test-copysign.c y = 1.0; y 100 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 105 maint/gnulib/tests/test-copysign.c y = -1.0; y 106 maint/gnulib/tests/test-copysign.c z = copysign (x, y); y 32 maint/gnulib/tests/test-copysignf.c volatile float y; y 41 maint/gnulib/tests/test-copysignf.c y = 0.8f; y 42 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 47 maint/gnulib/tests/test-copysignf.c y = 0.8f; y 48 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 53 maint/gnulib/tests/test-copysignf.c y = -0.8f; y 54 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 59 maint/gnulib/tests/test-copysignf.c y = -0.8f; y 60 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 65 maint/gnulib/tests/test-copysignf.c y = 0.0f; y 66 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 70 maint/gnulib/tests/test-copysignf.c y = minus_zerof; y 71 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 76 maint/gnulib/tests/test-copysignf.c y = 0.0f; y 77 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 81 maint/gnulib/tests/test-copysignf.c y = minus_zerof; y 82 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 87 maint/gnulib/tests/test-copysignf.c y = 1.0f; y 88 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 93 maint/gnulib/tests/test-copysignf.c y = -1.0f; y 94 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 99 maint/gnulib/tests/test-copysignf.c y = 1.0f; y 100 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 105 maint/gnulib/tests/test-copysignf.c y = -1.0f; y 106 maint/gnulib/tests/test-copysignf.c z = copysignf (x, y); y 32 maint/gnulib/tests/test-copysignl.c volatile long double y; y 41 maint/gnulib/tests/test-copysignl.c y = 0.8L; y 42 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 47 maint/gnulib/tests/test-copysignl.c y = 0.8L; y 48 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 53 maint/gnulib/tests/test-copysignl.c y = -0.8L; y 54 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 59 maint/gnulib/tests/test-copysignl.c y = -0.8L; y 60 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 65 maint/gnulib/tests/test-copysignl.c y = 0.0L; y 66 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 70 maint/gnulib/tests/test-copysignl.c y = minus_zerol; y 71 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 76 maint/gnulib/tests/test-copysignl.c y = 0.0L; y 77 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 81 maint/gnulib/tests/test-copysignl.c y = minus_zerol; y 82 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 87 maint/gnulib/tests/test-copysignl.c y = 1.0L; y 88 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 93 maint/gnulib/tests/test-copysignl.c y = -1.0L; y 94 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 99 maint/gnulib/tests/test-copysignl.c y = 1.0L; y 100 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 105 maint/gnulib/tests/test-copysignl.c y = -1.0L; y 106 maint/gnulib/tests/test-copysignl.c z = copysignl (x, y); y 29 maint/gnulib/tests/test-cos.c double y; y 36 maint/gnulib/tests/test-cos.c y = cos (x); y 37 maint/gnulib/tests/test-cos.c ASSERT (y >= 0.8253356149 && y <= 0.8253356150); y 29 maint/gnulib/tests/test-cosf.c float y; y 36 maint/gnulib/tests/test-cosf.c y = cosf (x); y 37 maint/gnulib/tests/test-cosf.c ASSERT (y >= 0.8253355f && y <= 0.8253357f); y 29 maint/gnulib/tests/test-cosh.c double y; y 36 maint/gnulib/tests/test-cosh.c y = cosh (x); y 37 maint/gnulib/tests/test-cosh.c ASSERT (y >= 1.185465218 && y <= 1.185465219); y 29 maint/gnulib/tests/test-coshf.c float y; y 36 maint/gnulib/tests/test-coshf.c y = coshf (x); y 37 maint/gnulib/tests/test-coshf.c ASSERT (y >= 1.1854652f && y <= 1.1854653f); y 30 maint/gnulib/tests/test-cosl.c long double y; y 41 maint/gnulib/tests/test-cosl.c y = cosl (x); y 42 maint/gnulib/tests/test-cosl.c ASSERT (y >= 0.8253356149L && y <= 0.8253356150L); y 29 maint/gnulib/tests/test-erf.c double y; y 36 maint/gnulib/tests/test-erf.c y = erf (x); y 37 maint/gnulib/tests/test-erf.c ASSERT (y >= 0.6038560908 && y <= 0.6038560909); y 29 maint/gnulib/tests/test-erfc.c double y; y 36 maint/gnulib/tests/test-erfc.c y = erfc (x); y 37 maint/gnulib/tests/test-erfc.c ASSERT (y >= 0.3961439091 && y <= 0.3961439092); y 42 maint/gnulib/tests/test-exp.c y = exp (x); y 43 maint/gnulib/tests/test-exp.c ASSERT (y >= 1.822118800 && y <= 1.822118801); y 52 maint/gnulib/tests/test-exp.h DOUBLE y = EXP (x); y 54 maint/gnulib/tests/test-exp.h DOUBLE err = y * z - L_(1.0); y 55 maint/gnulib/tests/test-exp.h ASSERT (y > L_(0.0)); y 77 maint/gnulib/tests/test-exp.h DOUBLE y = L_(32.0) * RANDOM[j] - L_(16.0); /* -16.0 <= y <= 16.0 */ y 78 maint/gnulib/tests/test-exp.h DOUBLE z = - x - y; y 80 maint/gnulib/tests/test-exp.h DOUBLE err = EXP (x) * EXP (y) * EXP (z) - L_(1.0); y 88 maint/gnulib/tests/test-exp.h DOUBLE y; y 44 maint/gnulib/tests/test-exp2.c y = exp2 (x); y 45 maint/gnulib/tests/test-exp2.c ASSERT (y >= 1.515716566 && y <= 1.515716567); y 35 maint/gnulib/tests/test-exp2.h DOUBLE y = EXP2 (x); y 36 maint/gnulib/tests/test-exp2.h ASSERT (y == L_(1.0)); y 43 maint/gnulib/tests/test-exp2.h DOUBLE y; y 44 maint/gnulib/tests/test-exp2.h for (e = 0, x = L_(0.0), y = L_(1.0); y 46 maint/gnulib/tests/test-exp2.h e++, x = x + L_(1.0), y = y * L_(2.0)) y 50 maint/gnulib/tests/test-exp2.h ASSERT (z == y); y 56 maint/gnulib/tests/test-exp2.h DOUBLE y; y 57 maint/gnulib/tests/test-exp2.h for (e = 0, x = L_(0.0), y = L_(1.0); y 59 maint/gnulib/tests/test-exp2.h e--, x = x - L_(1.0), y = y * L_(0.5)) y 63 maint/gnulib/tests/test-exp2.h ASSERT (z == y); y 88 maint/gnulib/tests/test-exp2.h DOUBLE y = EXP2 (x); y 90 maint/gnulib/tests/test-exp2.h DOUBLE err = y * z - L_(1.0); y 91 maint/gnulib/tests/test-exp2.h ASSERT (y > L_(0.0)); y 113 maint/gnulib/tests/test-exp2.h DOUBLE y = L_(32.0) * RANDOM[j] - L_(16.0); /* -16.0 <= y <= 16.0 */ y 114 maint/gnulib/tests/test-exp2.h DOUBLE z = - x - y; y 116 maint/gnulib/tests/test-exp2.h DOUBLE err = EXP2 (x) * EXP2 (y) * EXP2 (z) - L_(1.0); y 124 maint/gnulib/tests/test-exp2.h DOUBLE y; y 44 maint/gnulib/tests/test-exp2f.c y = exp2f (x); y 45 maint/gnulib/tests/test-exp2f.c ASSERT (y >= 1.5157164f && y <= 1.5157167f); y 49 maint/gnulib/tests/test-exp2l.c y = exp2l (x); y 50 maint/gnulib/tests/test-exp2l.c ASSERT (y >= 1.515716566L && y <= 1.515716567L); y 42 maint/gnulib/tests/test-expf.c y = expf (x); y 43 maint/gnulib/tests/test-expf.c ASSERT (y >= 1.8221188f && y <= 1.8221189f); y 47 maint/gnulib/tests/test-expl.c y = expl (x); y 48 maint/gnulib/tests/test-expl.c ASSERT (y >= 1.822118800L && y <= 1.822118801L); y 43 maint/gnulib/tests/test-expm1.c y = expm1 (x); y 44 maint/gnulib/tests/test-expm1.c ASSERT (y >= 0.822118800 && y <= 0.822118801); y 38 maint/gnulib/tests/test-expm1.h DOUBLE y; y 40 maint/gnulib/tests/test-expm1.h y = EXPM1 (x); y 42 maint/gnulib/tests/test-expm1.h ASSERT (y >= x * (L_(1.0) - L_(1.0) / TWO_MANT_DIG)); y 44 maint/gnulib/tests/test-expm1.h ASSERT (y >= x); y 46 maint/gnulib/tests/test-expm1.h ASSERT (y < L_(1.5) * x); y 48 maint/gnulib/tests/test-expm1.h y = EXPM1 (- x); y 49 maint/gnulib/tests/test-expm1.h ASSERT (y >= - x); y 50 maint/gnulib/tests/test-expm1.h ASSERT (y < - L_(0.5) * x); y 74 maint/gnulib/tests/test-expm1.h DOUBLE y = EXPM1 (x); y 76 maint/gnulib/tests/test-expm1.h DOUBLE err = y + (1 + y) * z; y 77 maint/gnulib/tests/test-expm1.h ASSERT (y >= L_(0.0)); y 99 maint/gnulib/tests/test-expm1.h DOUBLE y = L_(2.0) * RANDOM[j] - L_(1.0); /* -1.0 <= y <= 1.0 */ y 100 maint/gnulib/tests/test-expm1.h DOUBLE z = - x - y; y 104 maint/gnulib/tests/test-expm1.h DOUBLE b = EXPM1 (y); y 115 maint/gnulib/tests/test-expm1.h DOUBLE y; y 43 maint/gnulib/tests/test-expm1f.c y = expm1f (x); y 44 maint/gnulib/tests/test-expm1f.c ASSERT (y >= 0.8221187f && y <= 0.8221189f); y 48 maint/gnulib/tests/test-expm1l.c y = expm1l (x); y 49 maint/gnulib/tests/test-expm1l.c ASSERT (y >= 0.822118800L && y <= 0.822118801L); y 27 maint/gnulib/tests/test-fabs-ieee.h DOUBLE y = FABS (L_(0.0)); y 28 maint/gnulib/tests/test-fabs-ieee.h ASSERT (y == L_(0.0)); y 29 maint/gnulib/tests/test-fabs-ieee.h ASSERT (!signbit (y)); y 32 maint/gnulib/tests/test-fabs-ieee.h DOUBLE y = FABS (MINUS_ZERO); y 33 maint/gnulib/tests/test-fabs-ieee.h ASSERT (y == L_(0.0)); y 34 maint/gnulib/tests/test-fabs-ieee.h ASSERT (!signbit (y)); y 43 maint/gnulib/tests/test-fabs.c y = fabs (x); y 44 maint/gnulib/tests/test-fabs.c ASSERT (y == 0.6); y 48 maint/gnulib/tests/test-fabs.c y = fabs (x); y 49 maint/gnulib/tests/test-fabs.c ASSERT (y == 0.6); y 21 maint/gnulib/tests/test-fabs.h DOUBLE y; y 25 maint/gnulib/tests/test-fabs.h y = FABS (x); y 26 maint/gnulib/tests/test-fabs.h ASSERT (y == L_(0.0)); y 27 maint/gnulib/tests/test-fabs.h ASSERT (!signbit (y)); y 30 maint/gnulib/tests/test-fabs.h y = FABS (x); y 31 maint/gnulib/tests/test-fabs.h ASSERT (y == L_(0.0)); y 32 maint/gnulib/tests/test-fabs.h ASSERT (!signbit (y)); y 48 maint/gnulib/tests/test-fabs.h DOUBLE y; y 43 maint/gnulib/tests/test-fabsf.c y = fabsf (x); y 44 maint/gnulib/tests/test-fabsf.c ASSERT (y == 0.6f); y 48 maint/gnulib/tests/test-fabsf.c y = fabsf (x); y 49 maint/gnulib/tests/test-fabsf.c ASSERT (y == 0.6f); y 43 maint/gnulib/tests/test-fabsl.c y = fabsl (x); y 44 maint/gnulib/tests/test-fabsl.c ASSERT (y == 0.6L); y 48 maint/gnulib/tests/test-fabsl.c y = fabsl (x); y 49 maint/gnulib/tests/test-fabsl.c ASSERT (y == 0.6L); y 37 maint/gnulib/tests/test-float.c volatile float y = 2; y 41 maint/gnulib/tests/test-float.c y = 0.5f; y 48 maint/gnulib/tests/test-float.c x = x * y; y 53 maint/gnulib/tests/test-float.c y = y * y; y 66 maint/gnulib/tests/test-float.c volatile double y = 2; y 70 maint/gnulib/tests/test-float.c y = 0.5; y 77 maint/gnulib/tests/test-float.c x = x * y; y 82 maint/gnulib/tests/test-float.c y = y * y; y 95 maint/gnulib/tests/test-float.c volatile long double y = 2; y 99 maint/gnulib/tests/test-float.c y = 0.5L; y 106 maint/gnulib/tests/test-float.c x = x * y; y 111 maint/gnulib/tests/test-float.c y = y * y; y 67 maint/gnulib/tests/test-floor2.c volatile DOUBLE y = x; y 68 maint/gnulib/tests/test-floor2.c volatile DOUBLE z = y; y 83 maint/gnulib/tests/test-floor2.c if (z > y) y 99 maint/gnulib/tests/test-floor2.c if (z > y) y 109 maint/gnulib/tests/test-floor2.c equal (DOUBLE x, DOUBLE y) y 111 maint/gnulib/tests/test-floor2.c return (isnand (x) ? isnand (y) : x == y); y 67 maint/gnulib/tests/test-floorf2.c volatile DOUBLE y = x; y 68 maint/gnulib/tests/test-floorf2.c volatile DOUBLE z = y; y 83 maint/gnulib/tests/test-floorf2.c if (z > y) y 99 maint/gnulib/tests/test-floorf2.c if (z > y) y 109 maint/gnulib/tests/test-floorf2.c equal (DOUBLE x, DOUBLE y) y 111 maint/gnulib/tests/test-floorf2.c return (isnanf (x) ? isnanf (y) : x == y); y 23 maint/gnulib/tests/test-fma1.h volatile DOUBLE y; y 32 maint/gnulib/tests/test-fma1.h y = NAN; y 34 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 39 maint/gnulib/tests/test-fma1.h y = NAN; y 41 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 46 maint/gnulib/tests/test-fma1.h y = L_(0.0); y 48 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 53 maint/gnulib/tests/test-fma1.h y = L_(0.0); y 55 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 60 maint/gnulib/tests/test-fma1.h y = NAN; y 62 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 67 maint/gnulib/tests/test-fma1.h y = NAN; y 69 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 75 maint/gnulib/tests/test-fma1.h y = - L_(2.0); y 77 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 84 maint/gnulib/tests/test-fma1.h y = L_(0.0); y 86 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 91 maint/gnulib/tests/test-fma1.h y = INFINITY; y 93 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 103 maint/gnulib/tests/test-fma1.h y = L_(3.0); y 105 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 110 maint/gnulib/tests/test-fma1.h y = - L_(3.0); y 112 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 117 maint/gnulib/tests/test-fma1.h y = INFINITY; y 119 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 124 maint/gnulib/tests/test-fma1.h y = INFINITY; y 126 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 134 maint/gnulib/tests/test-fma1.h y = L_(0.0); y 136 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 141 maint/gnulib/tests/test-fma1.h y = INFINITY; y 143 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 149 maint/gnulib/tests/test-fma1.h y = L_(3.0); y 151 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 157 maint/gnulib/tests/test-fma1.h y = L_(3.0); y 159 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 165 maint/gnulib/tests/test-fma1.h y = - L_(3.0); y 167 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 173 maint/gnulib/tests/test-fma1.h y = INFINITY; y 175 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 181 maint/gnulib/tests/test-fma1.h y = INFINITY; y 183 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 191 maint/gnulib/tests/test-fma1.h y = L_(3.0); y 193 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 199 maint/gnulib/tests/test-fma1.h y = L_(0.0); y 201 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 207 maint/gnulib/tests/test-fma1.h y = L_(4.0); y 209 maint/gnulib/tests/test-fma1.h result = my_fma (x, y, z); y 59 maint/gnulib/tests/test-fma2.h volatile DOUBLE y; y 78 maint/gnulib/tests/test-fma2.h y = pow_m1[ys] * POW2 (ye); /* (-1)^ys * 2^ye */ y 86 maint/gnulib/tests/test-fma2.h result = my_fma (x, y, z); y 107 maint/gnulib/tests/test-fma2.h result = my_fma (x, y, z); y 131 maint/gnulib/tests/test-fma2.h volatile DOUBLE y; y 153 maint/gnulib/tests/test-fma2.h y = /* (-1)^ys * (2^ye + 2^(ye-i)) */ y 165 maint/gnulib/tests/test-fma2.h result = my_fma (x, y, z); y 262 maint/gnulib/tests/test-fma2.h result = my_fma (x, y, z); y 370 maint/gnulib/tests/test-fma2.h volatile DOUBLE y; y 392 maint/gnulib/tests/test-fma2.h y = /* (-1)^ys * (2^ye - 2^(ye-i)) */ y 404 maint/gnulib/tests/test-fma2.h result = my_fma (x, y, z); y 463 maint/gnulib/tests/test-fma2.h result = my_fma (x, y, z); y 555 maint/gnulib/tests/test-fma2.h volatile DOUBLE y = POW2 (MAX_EXP - 1); y 557 maint/gnulib/tests/test-fma2.h volatile DOUBLE result = my_fma (x, y, z); y 562 maint/gnulib/tests/test-fma2.h volatile DOUBLE y = L_(2.0); /* 2^1 */ y 565 maint/gnulib/tests/test-fma2.h volatile DOUBLE result = my_fma (x, y, z); y 571 maint/gnulib/tests/test-fma2.h volatile DOUBLE y = L_(3.0); /* 3 */ y 573 maint/gnulib/tests/test-fma2.h volatile DOUBLE result = my_fma (x, y, z); y 43 maint/gnulib/tests/test-fmod.c y = 3.141592654; y 44 maint/gnulib/tests/test-fmod.c z = fmod (x, y); y 47 maint/gnulib/tests/test-fmod.h DOUBLE y = RANDOM[j]; /* 0.0 <= y < 1.0 */ y 48 maint/gnulib/tests/test-fmod.h if (y > L_(0.0)) y 50 maint/gnulib/tests/test-fmod.h DOUBLE z = FMOD (x, y); y 52 maint/gnulib/tests/test-fmod.h ASSERT (z < y); y 53 maint/gnulib/tests/test-fmod.h z -= x - (int) (x / y) * y; y 58 maint/gnulib/tests/test-fmod.h (z > y - L_(16.0) / TWO_MANT_DIG y 59 maint/gnulib/tests/test-fmod.h && z < y + L_(16.0) / TWO_MANT_DIG) y 61 maint/gnulib/tests/test-fmod.h (z > - y - L_(16.0) / TWO_MANT_DIG y 62 maint/gnulib/tests/test-fmod.h && z < - y + L_(16.0) / TWO_MANT_DIG)); y 70 maint/gnulib/tests/test-fmod.h DOUBLE y = RANDOM[j]; /* 0.0 <= y < 1.0 */ y 71 maint/gnulib/tests/test-fmod.h if (y > L_(0.0)) y 73 maint/gnulib/tests/test-fmod.h DOUBLE z = FMOD (x, y); y 76 maint/gnulib/tests/test-fmod.h ASSERT (z < y); y 80 maint/gnulib/tests/test-fmod.h int q1 = (int) (x / y / L_(65536.0)); y 81 maint/gnulib/tests/test-fmod.h int q2 = (int) ((x - q1 * L_(65536.0) * y) / y); y 83 maint/gnulib/tests/test-fmod.h r = x - q * y; y 93 maint/gnulib/tests/test-fmod.h (z > y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG y 94 maint/gnulib/tests/test-fmod.h && z < y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG) y 96 maint/gnulib/tests/test-fmod.h (z > - y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG y 97 maint/gnulib/tests/test-fmod.h && z < - y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG)); y 108 maint/gnulib/tests/test-fmod.h DOUBLE y = RANDOM[j]; /* 0.0 <= y < 1.0 */ y 109 maint/gnulib/tests/test-fmod.h if (y > L_(0.0)) y 111 maint/gnulib/tests/test-fmod.h DOUBLE z = FMOD (x, y); y 115 maint/gnulib/tests/test-fmod.h ASSERT (z < y); y 122 maint/gnulib/tests/test-fmod.h volatile DOUBLE y; y 43 maint/gnulib/tests/test-fmodf.c y = 3.141593f; y 44 maint/gnulib/tests/test-fmodf.c z = fmodf (x, y); y 48 maint/gnulib/tests/test-fmodl.c y = 3.141592654L; y 49 maint/gnulib/tests/test-fmodl.c z = fmodl (x, y); y 36 maint/gnulib/tests/test-hash.c hash_compare_strings (void const *x, void const *y) y 38 maint/gnulib/tests/test-hash.c ASSERT (x != y); y 39 maint/gnulib/tests/test-hash.c return STREQ (x, y) ? true : false; y 48 maint/gnulib/tests/test-hypot.c y = 0.6; y 49 maint/gnulib/tests/test-hypot.c z = hypot (x, y); y 34 maint/gnulib/tests/test-hypot.h volatile DOUBLE y; y 39 maint/gnulib/tests/test-hypot.h y = MAX * L_(0.5); y 40 maint/gnulib/tests/test-hypot.h z = HYPOT (x, y); y 45 maint/gnulib/tests/test-hypot.h y = L_(0.0); y 46 maint/gnulib/tests/test-hypot.h z = HYPOT (x, y); y 51 maint/gnulib/tests/test-hypot.h y = MIN * L_(3.0); y 52 maint/gnulib/tests/test-hypot.h z = HYPOT (x, y); y 61 maint/gnulib/tests/test-hypot.h DOUBLE y = L_(16.0) * RANDOM[j]; /* 0.0 <= y <= 16.0 */ y 62 maint/gnulib/tests/test-hypot.h DOUBLE z = HYPOT (x, y); y 63 maint/gnulib/tests/test-hypot.h DOUBLE err = z * z - (x * x + y * y); y 71 maint/gnulib/tests/test-hypot.h volatile DOUBLE y; y 48 maint/gnulib/tests/test-hypotf.c y = 0.6f; y 49 maint/gnulib/tests/test-hypotf.c z = hypot (x, y); y 53 maint/gnulib/tests/test-hypotl.c y = 0.6L; y 54 maint/gnulib/tests/test-hypotl.c z = hypotl (x, y); y 32 maint/gnulib/tests/test-ilogb.h int y; y 36 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 37 maint/gnulib/tests/test-ilogb.h ASSERT (y == -1); y 40 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 41 maint/gnulib/tests/test-ilogb.h ASSERT (y == 0); y 44 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 45 maint/gnulib/tests/test-ilogb.h ASSERT (y == 1); y 48 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 49 maint/gnulib/tests/test-ilogb.h ASSERT (y == 1); y 52 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 53 maint/gnulib/tests/test-ilogb.h ASSERT (y == (FLT_RADIX == 2 ? 2 : 1)); y 56 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 57 maint/gnulib/tests/test-ilogb.h ASSERT (y == (FLT_RADIX == 2 ? -2 : -1)); y 74 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 75 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 79 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 80 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 84 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 85 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 90 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 91 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 95 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 96 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 100 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 101 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 106 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 107 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 111 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 112 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 116 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 117 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 122 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 123 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 127 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 128 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1); y 132 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 133 maint/gnulib/tests/test-ilogb.h ASSERT (y == i - 1 || y == i); y 143 maint/gnulib/tests/test-ilogb.h y = ILOGB (x); y 144 maint/gnulib/tests/test-ilogb.h ASSERT (abs_x >= my_ldexp (L_(1.0), y)); y 145 maint/gnulib/tests/test-ilogb.h ASSERT (abs_x < my_ldexp (L_(1.0), y + 1)); y 151 maint/gnulib/tests/test-ilogb.h DOUBLE y; y 33 maint/gnulib/tests/test-immutable.c long y; y 85 maint/gnulib/tests/test-immutable.c wp->y = 42; y 88 maint/gnulib/tests/test-immutable.c ASSERT (p->y == 42); y 102 maint/gnulib/tests/test-immutable.c wp->y = 42; y 108 maint/gnulib/tests/test-immutable.c ((struct data *) p)->y = 77; y 125 maint/gnulib/tests/test-immutable.c wp->y = 42; y 128 maint/gnulib/tests/test-immutable.c ASSERT (p->y == 42); y 137 maint/gnulib/tests/test-immutable.c ((struct data *) p)->y = 42; y 29 maint/gnulib/tests/test-j0.c double y; y 36 maint/gnulib/tests/test-j0.c y = j0 (x); y 37 maint/gnulib/tests/test-j0.c ASSERT (y >= -0.4025564102 && y <= -0.4025564101); y 29 maint/gnulib/tests/test-j1.c double y; y 36 maint/gnulib/tests/test-j1.c y = j1 (x); y 37 maint/gnulib/tests/test-j1.c ASSERT (y >= 0.0128210029 && y <= 0.0128210030); y 29 maint/gnulib/tests/test-jn.c double y; y 36 maint/gnulib/tests/test-jn.c y = jn (0, x); y 37 maint/gnulib/tests/test-jn.c ASSERT (y >= -0.4025564102 && y <= -0.4025564101); y 41 maint/gnulib/tests/test-jn.c y = jn (1, x); y 42 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.0128210029 && y <= 0.0128210030); y 46 maint/gnulib/tests/test-jn.c y = jn (2, x); y 47 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.4093043064 && y <= 0.4093043065); y 51 maint/gnulib/tests/test-jn.c y = jn (3, x); y 52 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.4180256354 && y <= 0.4180256355); y 56 maint/gnulib/tests/test-jn.c y = jn (4, x); y 57 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.2507361705 && y <= 0.2507361706); y 61 maint/gnulib/tests/test-jn.c y = jn (5, x); y 62 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.1098399867 && y <= 0.1098399868); y 66 maint/gnulib/tests/test-jn.c y = jn (6, x); y 67 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.0383164262 && y <= 0.0383164263); y 71 maint/gnulib/tests/test-jn.c y = jn (7, x); y 72 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.0111592540 && y <= 0.0111592541); y 76 maint/gnulib/tests/test-jn.c y = jn (8, x); y 77 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.0027966149 && y <= 0.0027966150); y 81 maint/gnulib/tests/test-jn.c y = jn (9, x); y 82 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.0006159669 && y <= 0.0006159670); y 86 maint/gnulib/tests/test-jn.c y = jn (10, x); y 87 maint/gnulib/tests/test-jn.c ASSERT (y >= 0.0001211233 && y <= 0.0001211234); y 24 maint/gnulib/tests/test-ldexp.h volatile DOUBLE y; y 29 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); y 30 maint/gnulib/tests/test-ldexp.h ASSERT (y >= L_(0.5999999999) && y <= L_(0.6000000001)); y 34 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 1); y 35 maint/gnulib/tests/test-ldexp.h ASSERT (y >= L_(1.199999999) && y <= L_(1.200000001)); y 39 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -1); y 40 maint/gnulib/tests/test-ldexp.h ASSERT (y >= L_(0.2999999999) && y <= L_(0.3000000001)); y 45 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (ISNAN (y)); y 46 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (ISNAN (y)); y 47 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (ISNAN (y)); y 52 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); y 53 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x); y 54 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x); y 59 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); y 60 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x); y 61 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x); y 66 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); ASSERT (!signbit (x)); y 67 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x); ASSERT (!signbit (x)); y 68 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x); ASSERT (!signbit (x)); y 73 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); ASSERT (signbit (x)); y 74 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x); ASSERT (signbit (x)); y 75 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x); ASSERT (signbit (x)); y 80 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); y 81 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x * L_(32.0)); y 82 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x * L_(0.03125)); y 87 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); y 88 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x * L_(32.0)); y 89 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x * L_(0.03125)); y 94 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); y 97 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); y 99 maint/gnulib/tests/test-ldexp.h ASSERT (y == expected); y 101 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x * 0.03125L); y 105 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); y 106 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x * L_(32.0)); y 109 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, -5); ASSERT (y == x * L_(0.03125)); y 114 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 0); ASSERT (y == x); y 115 maint/gnulib/tests/test-ldexp.h y = LDEXP (x, 5); ASSERT (y == x * L_(32.0)); y 29 maint/gnulib/tests/test-lgamma.c double y; y 36 maint/gnulib/tests/test-lgamma.c y = lgamma (x); y 38 maint/gnulib/tests/test-lgamma.c ASSERT (y >= 0.3982338580 && y <= 0.3982338581); y 45 maint/gnulib/tests/test-log.c y = log (x); y 46 maint/gnulib/tests/test-log.c ASSERT (y >= -0.5108256238 && y <= -0.5108256237); y 62 maint/gnulib/tests/test-log.h DOUBLE y = LOG (x); y 64 maint/gnulib/tests/test-log.h DOUBLE err = y + z; y 65 maint/gnulib/tests/test-log.h ASSERT (y >= L_(0.0)); y 92 maint/gnulib/tests/test-log.h DOUBLE y = L_(17.0) / (L_(16.0) - L_(15.0) * RANDOM[j]) - L_(1.0); y 94 maint/gnulib/tests/test-log.h DOUBLE z = L_(1.0) / (x * y); y 96 maint/gnulib/tests/test-log.h DOUBLE err = LOG (x) + LOG (y) + LOG (z); y 104 maint/gnulib/tests/test-log.h DOUBLE y; y 45 maint/gnulib/tests/test-log10.c y = log10 (x); y 46 maint/gnulib/tests/test-log10.c ASSERT (y >= -0.2218487497 && y <= -0.2218487496); y 62 maint/gnulib/tests/test-log10.h DOUBLE y = LOG10 (x); y 64 maint/gnulib/tests/test-log10.h DOUBLE err = y + z; y 65 maint/gnulib/tests/test-log10.h ASSERT (y >= L_(0.0)); y 92 maint/gnulib/tests/test-log10.h DOUBLE y = L_(17.0) / (L_(16.0) - L_(15.0) * RANDOM[j]) - L_(1.0); y 94 maint/gnulib/tests/test-log10.h DOUBLE z = L_(1.0) / (x * y); y 96 maint/gnulib/tests/test-log10.h DOUBLE err = LOG10 (x) + LOG10 (y) + LOG10 (z); y 104 maint/gnulib/tests/test-log10.h DOUBLE y; y 45 maint/gnulib/tests/test-log10f.c y = log10f (x); y 46 maint/gnulib/tests/test-log10f.c ASSERT (y >= -0.2218488f && y <= -0.2218487f); y 50 maint/gnulib/tests/test-log10l.c y = log10l (x); y 51 maint/gnulib/tests/test-log10l.c ASSERT (y >= -0.2218487497L && y <= -0.2218487496L); y 43 maint/gnulib/tests/test-log1p.c y = log1p (x); y 44 maint/gnulib/tests/test-log1p.c ASSERT (y >= 0.4700036292 && y <= 0.4700036293); y 58 maint/gnulib/tests/test-log1p.h DOUBLE y = LOG1P (x); y 60 maint/gnulib/tests/test-log1p.h DOUBLE err = y + z; y 61 maint/gnulib/tests/test-log1p.h ASSERT (y >= L_(0.0)); y 88 maint/gnulib/tests/test-log1p.h DOUBLE y = L_(17.0) / (L_(16.0) - L_(15.0) * RANDOM[j]) - L_(2.0); y 90 maint/gnulib/tests/test-log1p.h DOUBLE z = L_(1.0) / ((L_(1.0) + x) * (L_(1.0) + y)) - L_(1.0); y 92 maint/gnulib/tests/test-log1p.h DOUBLE err = LOG1P (x) + LOG1P (y) + LOG1P (z); y 100 maint/gnulib/tests/test-log1p.h DOUBLE y; y 43 maint/gnulib/tests/test-log1pf.c y = log1pf (x); y 44 maint/gnulib/tests/test-log1pf.c ASSERT (y >= 0.4700036f && y <= 0.4700037f); y 48 maint/gnulib/tests/test-log1pl.c y = log1pl (x); y 49 maint/gnulib/tests/test-log1pl.c ASSERT (y >= 0.4700036292L && y <= 0.4700036293L); y 47 maint/gnulib/tests/test-log2.c y = log2 (x); y 48 maint/gnulib/tests/test-log2.c ASSERT (y >= -0.7369655942 && y <= -0.7369655941); y 39 maint/gnulib/tests/test-log2.h DOUBLE y = LOG2 (x); y 40 maint/gnulib/tests/test-log2.h ASSERT (y == L_(0.0)); y 45 maint/gnulib/tests/test-log2.h DOUBLE y; y 46 maint/gnulib/tests/test-log2.h for (e = 0, x = L_(0.0), y = L_(1.0); y 48 maint/gnulib/tests/test-log2.h e++, x = x + L_(1.0), y = y * L_(2.0)) y 51 maint/gnulib/tests/test-log2.h DOUBLE z = LOG2 (y); y 58 maint/gnulib/tests/test-log2.h DOUBLE y; y 59 maint/gnulib/tests/test-log2.h for (e = 0, x = L_(0.0), y = L_(1.0); y 61 maint/gnulib/tests/test-log2.h e--, x = x - L_(1.0), y = y * L_(0.5)) y 64 maint/gnulib/tests/test-log2.h DOUBLE z = LOG2 (y); y 89 maint/gnulib/tests/test-log2.h DOUBLE y = LOG2 (x); y 91 maint/gnulib/tests/test-log2.h DOUBLE err = y + z; y 92 maint/gnulib/tests/test-log2.h ASSERT (y >= L_(0.0)); y 119 maint/gnulib/tests/test-log2.h DOUBLE y = L_(17.0) / (L_(16.0) - L_(15.0) * RANDOM[j]) - L_(1.0); y 121 maint/gnulib/tests/test-log2.h DOUBLE z = L_(1.0) / (x * y); y 123 maint/gnulib/tests/test-log2.h DOUBLE err = LOG2 (x) + LOG2 (y) + LOG2 (z); y 131 maint/gnulib/tests/test-log2.h DOUBLE y; y 47 maint/gnulib/tests/test-log2f.c y = log2f (x); y 48 maint/gnulib/tests/test-log2f.c ASSERT (y >= -0.73697f && y <= -0.73696f); y 52 maint/gnulib/tests/test-log2l.c y = log2l (x); y 53 maint/gnulib/tests/test-log2l.c ASSERT (y >= -0.7369655942L && y <= -0.7369655941L); y 32 maint/gnulib/tests/test-logb.h DOUBLE y; y 36 maint/gnulib/tests/test-logb.h y = LOGB (x); y 37 maint/gnulib/tests/test-logb.h ASSERT (y == - L_(1.0)); y 40 maint/gnulib/tests/test-logb.h y = LOGB (x); y 41 maint/gnulib/tests/test-logb.h ASSERT (y == L_(0.0)); y 44 maint/gnulib/tests/test-logb.h y = LOGB (x); y 45 maint/gnulib/tests/test-logb.h ASSERT (y == L_(1.0)); y 48 maint/gnulib/tests/test-logb.h y = LOGB (x); y 49 maint/gnulib/tests/test-logb.h ASSERT (y == L_(1.0)); y 52 maint/gnulib/tests/test-logb.h y = LOGB (x); y 53 maint/gnulib/tests/test-logb.h ASSERT (y == (FLT_RADIX == 2 ? L_(2.0) : L_(1.0))); y 56 maint/gnulib/tests/test-logb.h y = LOGB (x); y 57 maint/gnulib/tests/test-logb.h ASSERT (y == (FLT_RADIX == 2 ? - L_(2.0) : - L_(1.0))); y 67 maint/gnulib/tests/test-logb.h y = LOGB (x); y 68 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 72 maint/gnulib/tests/test-logb.h y = LOGB (x); y 73 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 77 maint/gnulib/tests/test-logb.h y = LOGB (x); y 78 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 83 maint/gnulib/tests/test-logb.h y = LOGB (x); y 84 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 88 maint/gnulib/tests/test-logb.h y = LOGB (x); y 89 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 93 maint/gnulib/tests/test-logb.h y = LOGB (x); y 94 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 99 maint/gnulib/tests/test-logb.h y = LOGB (x); y 100 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 104 maint/gnulib/tests/test-logb.h y = LOGB (x); y 105 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 109 maint/gnulib/tests/test-logb.h y = LOGB (x); y 110 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 115 maint/gnulib/tests/test-logb.h y = LOGB (x); y 116 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 120 maint/gnulib/tests/test-logb.h y = LOGB (x); y 121 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1)); y 125 maint/gnulib/tests/test-logb.h y = LOGB (x); y 126 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE)(i - 1) || y == (DOUBLE)i); y 136 maint/gnulib/tests/test-logb.h y = LOGB (x); y 137 maint/gnulib/tests/test-logb.h ASSERT (y == (DOUBLE) (int) y); y 138 maint/gnulib/tests/test-logb.h ASSERT (abs_x >= my_ldexp (L_(1.0), (int) y)); y 139 maint/gnulib/tests/test-logb.h ASSERT (abs_x < my_ldexp (L_(1.0), (int) y + 1)); y 145 maint/gnulib/tests/test-logb.h DOUBLE y; y 45 maint/gnulib/tests/test-logf.c y = logf (x); y 46 maint/gnulib/tests/test-logf.c ASSERT (y >= -0.5108257f && y <= -0.5108256f); y 50 maint/gnulib/tests/test-logl.c y = logl (x); y 51 maint/gnulib/tests/test-logl.c ASSERT (y >= -0.5108256238L && y <= -0.5108256237L); y 66 maint/gnulib/tests/test-math.c numeric_equalf (float x, float y) y 68 maint/gnulib/tests/test-math.c return x == y; y 71 maint/gnulib/tests/test-math.c numeric_equald (double x, double y) y 73 maint/gnulib/tests/test-math.c return x == y; y 76 maint/gnulib/tests/test-math.c numeric_equall (long double x, long double y) y 78 maint/gnulib/tests/test-math.c return x == y; y 42 maint/gnulib/tests/test-modf.c y = modf (x, &z); y 43 maint/gnulib/tests/test-modf.c ASSERT (y >= 0.972406759 && y <= 0.972406761); y 48 maint/gnulib/tests/test-modf.c y = modf (x, &z); y 49 maint/gnulib/tests/test-modf.c ASSERT (y >= -0.972406761 && y <= -0.972406759); y 35 maint/gnulib/tests/test-modf.h DOUBLE y; y 38 maint/gnulib/tests/test-modf.h y = MODF (x, &z); y 40 maint/gnulib/tests/test-modf.h ASSERT (y == x); y 42 maint/gnulib/tests/test-modf.h y = MODF (- x, &z); y 44 maint/gnulib/tests/test-modf.h ASSERT (y == - x); y 46 maint/gnulib/tests/test-modf.h y = MODF (L_(1.0) + x, &z); y 48 maint/gnulib/tests/test-modf.h y -= x; y 49 maint/gnulib/tests/test-modf.h ASSERT (y >= - L_(1.0) / TWO_MANT_DIG); y 50 maint/gnulib/tests/test-modf.h ASSERT (y <= L_(1.0) / TWO_MANT_DIG); y 52 maint/gnulib/tests/test-modf.h y = MODF (- L_(1.0) - x, &z); y 54 maint/gnulib/tests/test-modf.h y -= - x; y 55 maint/gnulib/tests/test-modf.h ASSERT (y >= - L_(1.0) / TWO_MANT_DIG); y 56 maint/gnulib/tests/test-modf.h ASSERT (y <= L_(1.0) / TWO_MANT_DIG); y 61 maint/gnulib/tests/test-modf.h DOUBLE y; y 42 maint/gnulib/tests/test-modff.c y = modff (x, &z); y 43 maint/gnulib/tests/test-modff.c ASSERT (y >= 0.972406f && y <= 0.972408f); y 48 maint/gnulib/tests/test-modff.c y = modff (x, &z); y 49 maint/gnulib/tests/test-modff.c ASSERT (y >= -0.972408f && y <= -0.972406f); y 47 maint/gnulib/tests/test-modfl.c y = modfl (x, &z); y 48 maint/gnulib/tests/test-modfl.c ASSERT (y >= 0.972406759L && y <= 0.972406761L); y 53 maint/gnulib/tests/test-modfl.c y = modfl (x, &z); y 54 maint/gnulib/tests/test-modfl.c ASSERT (y >= -0.972406761L && y <= -0.972406759L); y 29 maint/gnulib/tests/test-nextafter.c double y; y 37 maint/gnulib/tests/test-nextafter.c y = nextafter (x, 0); y 38 maint/gnulib/tests/test-nextafter.c ASSERT (y < x); y 39 maint/gnulib/tests/test-nextafter.c ASSERT (y > 1.628947571); y 40 maint/gnulib/tests/test-nextafter.c y = nextafter (y, x + x); y 41 maint/gnulib/tests/test-nextafter.c ASSERT (y == x); y 43 maint/gnulib/tests/test-nextafter.c y = nextafter (x, x + x); y 44 maint/gnulib/tests/test-nextafter.c ASSERT (y > x); y 45 maint/gnulib/tests/test-nextafter.c ASSERT (y < 1.628947573); y 46 maint/gnulib/tests/test-nextafter.c y = nextafter (y, 0); y 47 maint/gnulib/tests/test-nextafter.c ASSERT (y == x); y 49 maint/gnulib/tests/test-nextafter.c y = nextafter (x, x); y 50 maint/gnulib/tests/test-nextafter.c ASSERT (y == x); y 29 maint/gnulib/tests/test-pow.c volatile double y; y 37 maint/gnulib/tests/test-pow.c y = 1.2; y 38 maint/gnulib/tests/test-pow.c z = pow (x, y); y 29 maint/gnulib/tests/test-powf.c volatile float y; y 37 maint/gnulib/tests/test-powf.c y = 1.2f; y 38 maint/gnulib/tests/test-powf.c z = powf (x, y); y 43 maint/gnulib/tests/test-remainder.c y = 3.141592654; y 44 maint/gnulib/tests/test-remainder.c z = remainder (x, y); y 47 maint/gnulib/tests/test-remainder.h DOUBLE y = RANDOM[j]; /* 0.0 <= y < 1.0 */ y 48 maint/gnulib/tests/test-remainder.h if (y > L_(0.0)) y 50 maint/gnulib/tests/test-remainder.h DOUBLE z = REMAINDER (x, y); y 51 maint/gnulib/tests/test-remainder.h ASSERT (z >= - L_(0.5) * y); y 52 maint/gnulib/tests/test-remainder.h ASSERT (z <= L_(0.5) * y); y 53 maint/gnulib/tests/test-remainder.h z -= x - (int) ((L_(2.0) * x + y) / (L_(2.0) * y)) * y; y 58 maint/gnulib/tests/test-remainder.h (z > y - L_(2.0) * L_(16.0) / TWO_MANT_DIG y 59 maint/gnulib/tests/test-remainder.h && z < y + L_(2.0) * L_(16.0) / TWO_MANT_DIG) y 61 maint/gnulib/tests/test-remainder.h (z > - y - L_(2.0) * L_(16.0) / TWO_MANT_DIG y 62 maint/gnulib/tests/test-remainder.h && z < - y + L_(2.0) * L_(16.0) / TWO_MANT_DIG)); y 70 maint/gnulib/tests/test-remainder.h DOUBLE y = RANDOM[j]; /* 0.0 <= y < 1.0 */ y 71 maint/gnulib/tests/test-remainder.h if (y > L_(0.0)) y 73 maint/gnulib/tests/test-remainder.h DOUBLE z = REMAINDER (x, y); y 75 maint/gnulib/tests/test-remainder.h ASSERT (z >= - L_(0.5) * y); y 76 maint/gnulib/tests/test-remainder.h ASSERT (z <= L_(0.5) * y); y 80 maint/gnulib/tests/test-remainder.h int q1 = (int) (x / y / L_(65536.0)); y 81 maint/gnulib/tests/test-remainder.h int q2 = (int) ((L_(2.0) * (x - q1 * L_(65536.0) * y) + y) y 82 maint/gnulib/tests/test-remainder.h / (L_(2.0) * y)); y 84 maint/gnulib/tests/test-remainder.h r = x - q * y; y 94 maint/gnulib/tests/test-remainder.h (z > y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG y 95 maint/gnulib/tests/test-remainder.h && z < y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG) y 97 maint/gnulib/tests/test-remainder.h (z > - y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG y 98 maint/gnulib/tests/test-remainder.h && z < - y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG)); y 109 maint/gnulib/tests/test-remainder.h DOUBLE y = RANDOM[j]; /* 0.0 <= y < 1.0 */ y 110 maint/gnulib/tests/test-remainder.h if (y > L_(0.0)) y 112 maint/gnulib/tests/test-remainder.h DOUBLE z = REMAINDER (x, y); y 115 maint/gnulib/tests/test-remainder.h ASSERT (z >= - L_(0.5) * y); y 116 maint/gnulib/tests/test-remainder.h ASSERT (z <= L_(0.5) * y); y 123 maint/gnulib/tests/test-remainder.h volatile DOUBLE y; y 43 maint/gnulib/tests/test-remainderf.c y = 3.141592654f; y 44 maint/gnulib/tests/test-remainderf.c z = remainderf (x, y); y 48 maint/gnulib/tests/test-remainderl.c y = 3.141592654L; y 49 maint/gnulib/tests/test-remainderl.c z = remainderl (x, y); y 27 maint/gnulib/tests/test-rint-ieee.h DOUBLE y = RINT (L_(0.0)); y 28 maint/gnulib/tests/test-rint-ieee.h ASSERT (y == L_(0.0)); y 29 maint/gnulib/tests/test-rint-ieee.h ASSERT (!signbit (y)); y 32 maint/gnulib/tests/test-rint-ieee.h DOUBLE y = RINT (MINUS_ZERO); y 33 maint/gnulib/tests/test-rint-ieee.h ASSERT (y == L_(0.0)); y 34 maint/gnulib/tests/test-rint-ieee.h ASSERT (!!signbit (y) == !!signbit (MINUS_ZERO)); y 29 maint/gnulib/tests/test-sin.c double y; y 36 maint/gnulib/tests/test-sin.c y = sin (x); y 37 maint/gnulib/tests/test-sin.c ASSERT (y >= 0.5646424733 && y <= 0.5646424734); y 29 maint/gnulib/tests/test-sinf.c float y; y 36 maint/gnulib/tests/test-sinf.c y = sinf (x); y 37 maint/gnulib/tests/test-sinf.c ASSERT (y >= 0.5646424f && y <= 0.5646426f); y 29 maint/gnulib/tests/test-sinh.c double y; y 36 maint/gnulib/tests/test-sinh.c y = sinh (x); y 37 maint/gnulib/tests/test-sinh.c ASSERT (y >= 0.6366535821 && y <= 0.6366535822); y 29 maint/gnulib/tests/test-sinhf.c float y; y 36 maint/gnulib/tests/test-sinhf.c y = sinhf (x); y 37 maint/gnulib/tests/test-sinhf.c ASSERT (y >= 0.6366535f && y <= 0.6366537f); y 30 maint/gnulib/tests/test-sinl.c long double y; y 41 maint/gnulib/tests/test-sinl.c y = sinl (x); y 42 maint/gnulib/tests/test-sinl.c ASSERT (y >= 0.5646424733L && y <= 0.5646424734L); y 30 maint/gnulib/tests/test-sqrt-ieee.h DOUBLE y = SQRT (L_(0.0)); y 31 maint/gnulib/tests/test-sqrt-ieee.h ASSERT (y == L_(0.0)); y 32 maint/gnulib/tests/test-sqrt-ieee.h ASSERT (!signbit (y)); y 35 maint/gnulib/tests/test-sqrt-ieee.h DOUBLE y = SQRT (MINUS_ZERO); y 36 maint/gnulib/tests/test-sqrt-ieee.h ASSERT (y == L_(0.0)); y 37 maint/gnulib/tests/test-sqrt-ieee.h ASSERT (!!signbit (y) == !!signbit (MINUS_ZERO)); y 42 maint/gnulib/tests/test-sqrt.c y = sqrt (x); y 43 maint/gnulib/tests/test-sqrt.c ASSERT (y >= 0.7745966692 && y <= 0.7745966693); y 36 maint/gnulib/tests/test-sqrt.h DOUBLE y = SQRT (x); y 37 maint/gnulib/tests/test-sqrt.h DOUBLE err = y * y - x; y 38 maint/gnulib/tests/test-sqrt.h ASSERT (y >= L_(0.0)); y 47 maint/gnulib/tests/test-sqrt.h DOUBLE y = L_(16.0) * RANDOM[j]; /* 0.0 <= y <= 16.0 */ y 48 maint/gnulib/tests/test-sqrt.h if (x > L_(0.0) && y > L_(0.0)) y 50 maint/gnulib/tests/test-sqrt.h DOUBLE z = L_(1.0) / (x * y); y 52 maint/gnulib/tests/test-sqrt.h DOUBLE p = SQRT (x) * SQRT (y) * SQRT (z); y 60 maint/gnulib/tests/test-sqrt.h DOUBLE y; y 42 maint/gnulib/tests/test-sqrtf.c y = sqrtf (x); y 43 maint/gnulib/tests/test-sqrtf.c ASSERT (y >= 0.7745966f && y <= 0.7745967f); y 57 maint/gnulib/tests/test-sqrtl.c y = sqrtl (x); y 58 maint/gnulib/tests/test-sqrtl.c ASSERT (y >= 0.7745966692L && y <= 0.7745966693L); y 66 maint/gnulib/tests/test-sqrtl.c y = sqrtl (x); y 67 maint/gnulib/tests/test-sqrtl.c z = y * y - x; y 29 maint/gnulib/tests/test-tan.c double y; y 36 maint/gnulib/tests/test-tan.c y = tan (x); y 37 maint/gnulib/tests/test-tan.c ASSERT (y >= 0.6841368083 && y <= 0.6841368084); y 29 maint/gnulib/tests/test-tanf.c float y; y 36 maint/gnulib/tests/test-tanf.c y = tanf (x); y 37 maint/gnulib/tests/test-tanf.c ASSERT (y >= 0.6841368f && y <= 0.6841369f); y 29 maint/gnulib/tests/test-tanh.c double y; y 36 maint/gnulib/tests/test-tanh.c y = tanh (x); y 37 maint/gnulib/tests/test-tanh.c ASSERT (y >= 0.5370495669 && y <= 0.5370495670); y 29 maint/gnulib/tests/test-tanhf.c float y; y 36 maint/gnulib/tests/test-tanhf.c y = tanhf (x); y 37 maint/gnulib/tests/test-tanhf.c ASSERT (y >= 0.5370495f && y <= 0.5370497f); y 30 maint/gnulib/tests/test-tanl.c long double y; y 41 maint/gnulib/tests/test-tanl.c y = tanl (x); y 42 maint/gnulib/tests/test-tanl.c ASSERT (y >= 0.6841368083L && y <= 0.6841368084L); y 71 maint/gnulib/tests/test-trunc2.c volatile DOUBLE y = x; y 72 maint/gnulib/tests/test-trunc2.c volatile DOUBLE z = y; y 87 maint/gnulib/tests/test-trunc2.c if (z > y) y 104 maint/gnulib/tests/test-trunc2.c if (z < y) y 114 maint/gnulib/tests/test-trunc2.c equal (DOUBLE x, DOUBLE y) y 116 maint/gnulib/tests/test-trunc2.c return (isnand (x) ? isnand (y) : x == y); y 71 maint/gnulib/tests/test-truncf2.c volatile DOUBLE y = x; y 72 maint/gnulib/tests/test-truncf2.c volatile DOUBLE z = y; y 87 maint/gnulib/tests/test-truncf2.c if (z > y) y 104 maint/gnulib/tests/test-truncf2.c if (z < y) y 114 maint/gnulib/tests/test-truncf2.c equal (DOUBLE x, DOUBLE y) y 116 maint/gnulib/tests/test-truncf2.c return (isnanf (x) ? isnanf (y) : x == y); y 82 maint/gnulib/tests/test-tsearch.c static int y[SIZE]; y 178 maint/gnulib/tests/test-tsearch.c y[i] = i; y 179 maint/gnulib/tests/test-tsearch.c memfry (y); y 191 maint/gnulib/tests/test-tsearch.c k = y[i - lag]; y 194 maint/gnulib/tests/test-tsearch.c k = y[(SIZE - i - 1 + lag) % SIZE]; y 195 maint/gnulib/tests/test-tsearch.c j = y[i % SIZE]; y 29 maint/gnulib/tests/test-y0.c double y; y 36 maint/gnulib/tests/test-y0.c y = y0 (x); y 37 maint/gnulib/tests/test-y0.c ASSERT (y >= 0.0645032466 && y <= 0.0645032467); y 29 maint/gnulib/tests/test-y1.c double y; y 36 maint/gnulib/tests/test-y1.c y = y1 (x); y 37 maint/gnulib/tests/test-y1.c ASSERT (y >= 0.4141146893 && y <= 0.4141146894); y 29 maint/gnulib/tests/test-yn.c double y; y 36 maint/gnulib/tests/test-yn.c y = yn (0, x); y 37 maint/gnulib/tests/test-yn.c ASSERT (y >= 0.0645032466 && y <= 0.0645032467); y 41 maint/gnulib/tests/test-yn.c y = yn (1, x); y 42 maint/gnulib/tests/test-yn.c ASSERT (y >= 0.4141146893 && y <= 0.4141146894); y 46 maint/gnulib/tests/test-yn.c y = yn (2, x); y 47 maint/gnulib/tests/test-yn.c ASSERT (y >= 0.1534518529 && y <= 0.1534518530); y 51 maint/gnulib/tests/test-yn.c y = yn (3, x); y 52 maint/gnulib/tests/test-yn.c ASSERT (y >= -0.2525864231 && y <= -0.2525864230); y 56 maint/gnulib/tests/test-yn.c y = yn (4, x); y 57 maint/gnulib/tests/test-yn.c ASSERT (y >= -0.5522725209 && y <= -0.5522725208); y 61 maint/gnulib/tests/test-yn.c y = yn (5, x); y 62 maint/gnulib/tests/test-yn.c ASSERT (y >= -0.9100925684 && y <= -0.9100925683); y 66 maint/gnulib/tests/test-yn.c y = yn (6, x); y 67 maint/gnulib/tests/test-yn.c ASSERT (y >= -1.842707923 && y <= -1.842707922); y 71 maint/gnulib/tests/test-yn.c y = yn (7, x); y 72 maint/gnulib/tests/test-yn.c ASSERT (y >= -4.908985081 && y <= -4.908985080); y 76 maint/gnulib/tests/test-yn.c y = yn (8, x); y 77 maint/gnulib/tests/test-yn.c ASSERT (y >= -16.24302659 && y <= -16.24302658); y 81 maint/gnulib/tests/test-yn.c y = yn (9, x); y 82 maint/gnulib/tests/test-yn.c ASSERT (y >= -63.48270581 && y <= -63.48270580); y 86 maint/gnulib/tests/test-yn.c y = yn (10, x); y 87 maint/gnulib/tests/test-yn.c ASSERT (y >= -284.4645273 && y <= -284.4645272);