z                   1 devel/coccinelle/test/ref-passed-variables-inited.input.c void foo(int *z) {
z                   4 devel/coccinelle/test/ref-passed-variables-inited.input.c void baz(int z) {
z                   7 devel/coccinelle/test/ref-passed-variables-inited.input.c void zob1(int **z) {
z                  10 devel/coccinelle/test/ref-passed-variables-inited.input.c void zob2(int ***z) {
z                 116 maint/gnulib/lib/argp-namefrob.h # define fgets_unlocked(x,y,z) fgets (x,y,z)
z                 128 maint/gnulib/lib/argp-namefrob.h # define fread_unlocked(w,x,y,z) fread (w,x,y,z)
z                 132 maint/gnulib/lib/argp-namefrob.h # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
z                  84 maint/gnulib/lib/cbrtl.c       long double z;
z                  94 maint/gnulib/lib/cbrtl.c       z = x;
z                 134 maint/gnulib/lib/cbrtl.c       x -= (x - (z / (x * x))) * 0.3333333333333333333333333333333333333333L;
z                 135 maint/gnulib/lib/cbrtl.c       x -= (x - (z / (x * x))) * 0.3333333333333333333333333333333333333333L;
z                 136 maint/gnulib/lib/cbrtl.c       x -= (x - (z / (x * x))) * 0.3333333333333333333333333333333333333333L;
z                  84 maint/gnulib/lib/ceil.c   volatile DOUBLE z = y;
z                  86 maint/gnulib/lib/ceil.c   if (z > L_(0.0))
z                  89 maint/gnulib/lib/ceil.c       if (z < TWO_MANT_DIG)
z                  92 maint/gnulib/lib/ceil.c           z += TWO_MANT_DIG;
z                  93 maint/gnulib/lib/ceil.c           z -= TWO_MANT_DIG;
z                  95 maint/gnulib/lib/ceil.c           if (z < y)
z                  96 maint/gnulib/lib/ceil.c             z += L_(1.0);
z                  99 maint/gnulib/lib/ceil.c   else if (z < L_(0.0))
z                 103 maint/gnulib/lib/ceil.c       if (z > L_(-1.0))
z                 104 maint/gnulib/lib/ceil.c         z = MINUS_ZERO;
z                 106 maint/gnulib/lib/ceil.c       else if (z > - TWO_MANT_DIG)
z                 109 maint/gnulib/lib/ceil.c           z -= TWO_MANT_DIG;
z                 110 maint/gnulib/lib/ceil.c           z += TWO_MANT_DIG;
z                 112 maint/gnulib/lib/ceil.c           if (z < y)
z                 113 maint/gnulib/lib/ceil.c             z += L_(1.0);
z                 116 maint/gnulib/lib/ceil.c   return z;
z                  86 maint/gnulib/lib/cosl.c   long double y[2],z=0.0L;
z                  96 maint/gnulib/lib/cosl.c     return kernel_cosl(x, z);
z                  92 maint/gnulib/lib/exp2.c     double z = (x * 256.0 - nm) * (LOG2_BY_256 * 0.5);
z                 104 maint/gnulib/lib/exp2.c     double z2 = z * z;
z                 109 maint/gnulib/lib/exp2.c       * z;
z                 105 maint/gnulib/lib/exp2l.c     long double z = (x * 256.0L - nm) * (LOG2_BY_256 * 0.5L);
z                 117 maint/gnulib/lib/exp2l.c     long double z2 = z * z;
z                 125 maint/gnulib/lib/exp2l.c       * z;
z                 119 maint/gnulib/lib/expl.c     long double z = 0.5L * y;
z                 131 maint/gnulib/lib/expl.c     long double z2 = z * z;
z                 139 maint/gnulib/lib/expl.c       * z;
z                 119 maint/gnulib/lib/expm1.c     double z = 0.5L * y;
z                 131 maint/gnulib/lib/expm1.c     double z2 = z * z;
z                 136 maint/gnulib/lib/expm1.c       * z;
z                 129 maint/gnulib/lib/expm1l.c     long double z = 0.5L * y;
z                 141 maint/gnulib/lib/expm1l.c     long double z2 = z * z;
z                 149 maint/gnulib/lib/expm1l.c       * z;
z                  72 maint/gnulib/lib/floor.c   volatile DOUBLE z = y;
z                  74 maint/gnulib/lib/floor.c   if (z > L_(0.0))
z                  78 maint/gnulib/lib/floor.c       if (z < L_(1.0))
z                  79 maint/gnulib/lib/floor.c         z = L_(0.0);
z                  81 maint/gnulib/lib/floor.c       else if (z < TWO_MANT_DIG)
z                  84 maint/gnulib/lib/floor.c           z += TWO_MANT_DIG;
z                  85 maint/gnulib/lib/floor.c           z -= TWO_MANT_DIG;
z                  87 maint/gnulib/lib/floor.c           if (z > y)
z                  88 maint/gnulib/lib/floor.c             z -= L_(1.0);
z                  91 maint/gnulib/lib/floor.c   else if (z < L_(0.0))
z                  94 maint/gnulib/lib/floor.c       if (z > - TWO_MANT_DIG)
z                  97 maint/gnulib/lib/floor.c           z -= TWO_MANT_DIG;
z                  98 maint/gnulib/lib/floor.c           z += TWO_MANT_DIG;
z                 100 maint/gnulib/lib/floor.c           if (z > y)
z                 101 maint/gnulib/lib/floor.c             z -= L_(1.0);
z                 104 maint/gnulib/lib/floor.c   return z;
z                 363 maint/gnulib/lib/fma.c FUNC (DOUBLE x, DOUBLE y, DOUBLE z)
z                 367 maint/gnulib/lib/fma.c       if (isfinite (z))
z                 371 maint/gnulib/lib/fma.c             return z;
z                 372 maint/gnulib/lib/fma.c           if (z == L_(0.0))
z                 420 maint/gnulib/lib/fma.c                   zn = z;
z                 421 maint/gnulib/lib/fma.c                   if (z < 0)
z                 424 maint/gnulib/lib/fma.c                       zn = - z;
z                 439 maint/gnulib/lib/fma.c                       return z;
z                 907 maint/gnulib/lib/fma.c         return z;
z                 910 maint/gnulib/lib/fma.c     return (x * y) + z;
z                  27 maint/gnulib/lib/fmal.c fmal (long double x, long double y, long double z)
z                  29 maint/gnulib/lib/fmal.c   return fma (x, y, z);
z                 100 maint/gnulib/lib/log1p.c     double z = y / (2.0 + y);
z                 112 maint/gnulib/lib/log1p.c     double z2 = z * z;
z                 118 maint/gnulib/lib/log1p.c       * z;
z                 110 maint/gnulib/lib/log1pl.c     long double z = y / (2.0L + y);
z                 122 maint/gnulib/lib/log1pl.c     long double z2 = z * z;
z                 131 maint/gnulib/lib/log1pl.c       * z;
z                 215 maint/gnulib/lib/logl.c   long double z, y, w;
z                 253 maint/gnulib/lib/logl.c       z = x - 1.0L;
z                 261 maint/gnulib/lib/logl.c       z = (x - t) / t;
z                 265 maint/gnulib/lib/logl.c   w = z * z;
z                 266 maint/gnulib/lib/logl.c   y = ((((((((((((l15 * z
z                 267 maint/gnulib/lib/logl.c                   + l14) * z
z                 268 maint/gnulib/lib/logl.c                  + l13) * z
z                 269 maint/gnulib/lib/logl.c                 + l12) * z
z                 270 maint/gnulib/lib/logl.c                + l11) * z
z                 271 maint/gnulib/lib/logl.c               + l10) * z
z                 272 maint/gnulib/lib/logl.c              + l9) * z
z                 273 maint/gnulib/lib/logl.c             + l8) * z
z                 274 maint/gnulib/lib/logl.c            + l7) * z
z                 275 maint/gnulib/lib/logl.c           + l6) * z
z                 276 maint/gnulib/lib/logl.c          + l5) * z
z                 277 maint/gnulib/lib/logl.c         + l4) * z
z                 278 maint/gnulib/lib/logl.c        + l3) * z * w;
z                 281 maint/gnulib/lib/logl.c   y += z;
z                 954 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z));
z                 955 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (fmaf, float, (float x, float y, float z));
z                 959 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z));
z                 961 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (fmaf, float, (float x, float y, float z));
z                 978 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z));
z                 979 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (fma, double, (double x, double y, double z));
z                 983 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (fma, double, (double x, double y, double z));
z                 985 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (fma, double, (double x, double y, double z));
z                 988 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (fma, double, (double x, double y, double z));
z                1005 maint/gnulib/lib/math.in.h                   (long double x, long double y, long double z));
z                1007 maint/gnulib/lib/math.in.h                   (long double x, long double y, long double z));
z                1013 maint/gnulib/lib/math.in.h                   (long double x, long double y, long double z));
z                1017 maint/gnulib/lib/math.in.h                   (long double x, long double y, long double z));
z                 200 maint/gnulib/lib/md4.c #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
z                 201 maint/gnulib/lib/md4.c #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
z                 202 maint/gnulib/lib/md4.c #define H(x, y, z) ((x) ^ (y) ^ (z))
z                1471 maint/gnulib/lib/mini-gmp.c #define MPZ_REALLOC(z,n) ((n) > (z)->_mp_alloc			\
z                1472 maint/gnulib/lib/mini-gmp.c 			  ? mpz_realloc(z,n)			\
z                1473 maint/gnulib/lib/mini-gmp.c 			  : (z)->_mp_d)
z                3200 maint/gnulib/lib/mini-gmp.c mpz_rootrem (mpz_t x, mpz_t r, const mpz_t y, unsigned long z)
z                3207 maint/gnulib/lib/mini-gmp.c   if ((~z & sgn) != 0)
z                3209 maint/gnulib/lib/mini-gmp.c   if (z == 0)
z                3222 maint/gnulib/lib/mini-gmp.c   bc = (mpz_sizeinbase (y, 2) - 1) / z + 1;
z                3225 maint/gnulib/lib/mini-gmp.c   if (z == 2) /* simplify sqrt loop: z-1 == 1 */
z                3241 maint/gnulib/lib/mini-gmp.c       mpz_pow_ui (t, u, z - 1);		/* t = x^(z-1) */
z                3243 maint/gnulib/lib/mini-gmp.c       mpz_mul_ui (v, u, z - 1);		/* v = x*(z-1) */
z                3245 maint/gnulib/lib/mini-gmp.c       mpz_tdiv_q_ui (t, t, z);		/* x'=(y/x^(z-1) + x*(z-1))/z */
z                3252 maint/gnulib/lib/mini-gmp.c     mpz_pow_ui (t, u, z);
z                3262 maint/gnulib/lib/mini-gmp.c mpz_root (mpz_t x, const mpz_t y, unsigned long z)
z                3268 maint/gnulib/lib/mini-gmp.c   mpz_rootrem (x, r, y, z);
z                 130 maint/gnulib/lib/mini-gmp.h #define mpz_odd_p(z)   (((z)->_mp_size != 0) & (int) (z)->_mp_d[0])
z                 131 maint/gnulib/lib/mini-gmp.h #define mpz_even_p(z)  (! mpz_odd_p (z))
z                1766 maint/gnulib/lib/parse-datetime.y             char *z;
z                1774 maint/gnulib/lib/parse-datetime.y             z = tz1string;
z                1776 maint/gnulib/lib/parse-datetime.y               *z++ = *(s += *s == '\\');
z                1777 maint/gnulib/lib/parse-datetime.y             *z = '\0';
z                  82 maint/gnulib/lib/rint.c   volatile DOUBLE z = x;
z                  90 maint/gnulib/lib/rint.c   if (z > L_(0.0))
z                  93 maint/gnulib/lib/rint.c       if (z < L_(0.5))
z                  94 maint/gnulib/lib/rint.c         z = L_(0.0);
z                  96 maint/gnulib/lib/rint.c       else if (z < TWO_MANT_DIG)
z                  99 maint/gnulib/lib/rint.c           z += TWO_MANT_DIG;
z                 100 maint/gnulib/lib/rint.c           z -= TWO_MANT_DIG;
z                 103 maint/gnulib/lib/rint.c   else if (z < L_(0.0))
z                 106 maint/gnulib/lib/rint.c       if (z > - L_(0.5))
z                 107 maint/gnulib/lib/rint.c         z = MINUS_ZERO;
z                 109 maint/gnulib/lib/rint.c       else if (z > -TWO_MANT_DIG)
z                 112 maint/gnulib/lib/rint.c           z -= TWO_MANT_DIG;
z                 113 maint/gnulib/lib/rint.c           z += TWO_MANT_DIG;
z                 116 maint/gnulib/lib/rint.c   return z;
z                 132 maint/gnulib/lib/round.c   volatile DOUBLE z = y;
z                 134 maint/gnulib/lib/round.c   if (z > L_(0.0))
z                 137 maint/gnulib/lib/round.c       if (z < L_(0.5))
z                 138 maint/gnulib/lib/round.c         z = L_(0.0);
z                 140 maint/gnulib/lib/round.c       else if (z < TWO_MANT_DIG)
z                 143 maint/gnulib/lib/round.c           y = z += L_(0.5);
z                 146 maint/gnulib/lib/round.c           z += TWO_MANT_DIG;
z                 147 maint/gnulib/lib/round.c           z -= TWO_MANT_DIG;
z                 149 maint/gnulib/lib/round.c           if (z > y)
z                 150 maint/gnulib/lib/round.c             z -= L_(1.0);
z                 153 maint/gnulib/lib/round.c   else if (z < L_(0.0))
z                 156 maint/gnulib/lib/round.c       if (z > - L_(0.5))
z                 157 maint/gnulib/lib/round.c         z = MINUS_ZERO;
z                 159 maint/gnulib/lib/round.c       else if (z > -TWO_MANT_DIG)
z                 162 maint/gnulib/lib/round.c           y = z -= L_(0.5);
z                 165 maint/gnulib/lib/round.c           z -= TWO_MANT_DIG;
z                 166 maint/gnulib/lib/round.c           z += TWO_MANT_DIG;
z                 168 maint/gnulib/lib/round.c           if (z < y)
z                 169 maint/gnulib/lib/round.c             z += L_(1.0);
z                 172 maint/gnulib/lib/round.c   return z;
z                 112 maint/gnulib/lib/sincosl.c   long double h, l, z, sin_l, cos_l_m1;
z                 130 maint/gnulib/lib/sincosl.c       z = x * x;
z                 131 maint/gnulib/lib/sincosl.c       return x + (x * (z * (SIN1 + z * (SIN2 + z * (SIN3 + z * (SIN4 +
z                 132 maint/gnulib/lib/sincosl.c                                                                 z * (SIN5 +
z                 133 maint/gnulib/lib/sincosl.c                                                                      z *
z                 135 maint/gnulib/lib/sincosl.c                                                                       z *
z                 137 maint/gnulib/lib/sincosl.c                                                                        z *
z                 157 maint/gnulib/lib/sincosl.c       z = l * l;
z                 160 maint/gnulib/lib/sincosl.c              z * (SSIN1 +
z                 161 maint/gnulib/lib/sincosl.c                   z * (SSIN2 + z * (SSIN3 + z * (SSIN4 + z * SSIN5)))));
z                 163 maint/gnulib/lib/sincosl.c         z * (SCOS1 + z * (SCOS2 + z * (SCOS3 + z * (SCOS4 + z * SCOS5))));
z                 168 maint/gnulib/lib/sincosl.c       z =
z                 174 maint/gnulib/lib/sincosl.c       return z * sign;
z                 181 maint/gnulib/lib/sincosl.c   long double h, l, z, sin_l, cos_l_m1;
z                 194 maint/gnulib/lib/sincosl.c       z = x * x;
z                 195 maint/gnulib/lib/sincosl.c       return ONE + (z * (COS1 + z * (COS2 + z * (COS3 + z * (COS4 +
z                 196 maint/gnulib/lib/sincosl.c                                                              z * (COS5 +
z                 197 maint/gnulib/lib/sincosl.c                                                                   z * (COS6 +
z                 198 maint/gnulib/lib/sincosl.c                                                                        z *
z                 200 maint/gnulib/lib/sincosl.c                                                                         z *
z                 216 maint/gnulib/lib/sincosl.c       z = l * l;
z                 219 maint/gnulib/lib/sincosl.c              z * (SSIN1 +
z                 220 maint/gnulib/lib/sincosl.c                   z * (SSIN2 + z * (SSIN3 + z * (SSIN4 + z * SSIN5)))));
z                 222 maint/gnulib/lib/sincosl.c         z * (SCOS1 + z * (SCOS2 + z * (SCOS3 + z * (SCOS4 + z * SCOS5))));
z                 227 maint/gnulib/lib/sincosl.c       z =
z                 233 maint/gnulib/lib/sincosl.c       return z;
z                  86 maint/gnulib/lib/sinl.c   long double y[2], z = 0.0L;
z                  96 maint/gnulib/lib/sinl.c     return kernel_sinl (x, z, 0);
z                 151 maint/gnulib/lib/tanl.c   long double z, r, v, w, s, u, u1;
z                 176 maint/gnulib/lib/tanl.c       z = pio4hi - x;
z                 178 maint/gnulib/lib/tanl.c       x = z + w;
z                 181 maint/gnulib/lib/tanl.c   z = x * x;
z                 182 maint/gnulib/lib/tanl.c   r = T0 + z * (T1 + z * (T2 + z * (T3 + z * T4)));
z                 183 maint/gnulib/lib/tanl.c   v = U0 + z * (U1 + z * (U2 + z * (U3 + z * (U4 + z))));
z                 186 maint/gnulib/lib/tanl.c   s = z * x;
z                 187 maint/gnulib/lib/tanl.c   r = y + z * (s * r + y);
z                 206 maint/gnulib/lib/tanl.c       z = -1.0 / w;
z                 207 maint/gnulib/lib/tanl.c       u = (double) z;
z                 209 maint/gnulib/lib/tanl.c       return u + z * (s + u * v);
z                 216 maint/gnulib/lib/tanl.c   long double y[2], z = 0.0L;
z                 226 maint/gnulib/lib/tanl.c     return kernel_tanl (x, z, 1);
z                 207 maint/gnulib/lib/trigl.c   long double z, w, t;
z                 223 maint/gnulib/lib/trigl.c         z = x - PI_2_1;
z                 224 maint/gnulib/lib/trigl.c         y[0] = z - PI_2_1t;
z                 225 maint/gnulib/lib/trigl.c         y[1] = (z - y[0]) - PI_2_1t;
z                 232 maint/gnulib/lib/trigl.c         z = x + PI_2_1;
z                 233 maint/gnulib/lib/trigl.c         y[0] = z + PI_2_1t;
z                 234 maint/gnulib/lib/trigl.c         y[1] = (z - y[0]) + PI_2_1t;
z                 248 maint/gnulib/lib/trigl.c   z = frexp (x, &exp);
z                 249 maint/gnulib/lib/trigl.c   tx[0] = floorl (z *= 16777216.0);
z                 250 maint/gnulib/lib/trigl.c   z -= tx[0];
z                 251 maint/gnulib/lib/trigl.c   tx[1] = floorl (z *= 16777216.0);
z                 252 maint/gnulib/lib/trigl.c   z -= tx[1];
z                 253 maint/gnulib/lib/trigl.c   tx[2] = floorl (z *= 16777216.0);
z                 254 maint/gnulib/lib/trigl.c   z -= tx[2];
z                 255 maint/gnulib/lib/trigl.c   tx[3] = floorl (z *= 16777216.0);
z                 256 maint/gnulib/lib/trigl.c   z -= tx[3];
z                 257 maint/gnulib/lib/trigl.c   tx[4] = floorl (z *= 16777216.0);
z                 433 maint/gnulib/lib/trigl.c   double z, fw, f[20], fq[20], q[20];
z                 463 maint/gnulib/lib/trigl.c   for (i = 0, j = jz, z = q[jz]; j > 0; i++, j--)
z                 465 maint/gnulib/lib/trigl.c       fw = (double) ((int) (twon24 * z));
z                 466 maint/gnulib/lib/trigl.c       iq[i] = (int) (z - two24 * fw);
z                 467 maint/gnulib/lib/trigl.c       z = q[j - 1] + fw;
z                 471 maint/gnulib/lib/trigl.c   z = ldexp (z, q0);            /* actual value of z */
z                 472 maint/gnulib/lib/trigl.c   z -= 8.0 * floor (z * 0.125); /* trim off integer >= 8 */
z                 473 maint/gnulib/lib/trigl.c   n = (int) z;
z                 474 maint/gnulib/lib/trigl.c   z -= (double) n;
z                 485 maint/gnulib/lib/trigl.c   else if (z >= 0.5)
z                 520 maint/gnulib/lib/trigl.c           z = one - z;
z                 522 maint/gnulib/lib/trigl.c             z -= ldexp (one, q0);
z                 527 maint/gnulib/lib/trigl.c   if (z == zero)
z                 549 maint/gnulib/lib/trigl.c   if (z == 0.0)
z                 561 maint/gnulib/lib/trigl.c       z = ldexp (z, -q0);
z                 562 maint/gnulib/lib/trigl.c       if (z >= two24)
z                 564 maint/gnulib/lib/trigl.c           fw = (double) ((int) (twon24 * z));
z                 565 maint/gnulib/lib/trigl.c           iq[jz] = (int) (z - two24 * fw);
z                 571 maint/gnulib/lib/trigl.c         iq[jz] = (int) z;
z                  84 maint/gnulib/lib/trunc.c   volatile DOUBLE z = y;
z                  86 maint/gnulib/lib/trunc.c   if (z > L_(0.0))
z                  90 maint/gnulib/lib/trunc.c       if (z < L_(1.0))
z                  91 maint/gnulib/lib/trunc.c         z = L_(0.0);
z                  93 maint/gnulib/lib/trunc.c       else if (z < TWO_MANT_DIG)
z                  96 maint/gnulib/lib/trunc.c           z += TWO_MANT_DIG;
z                  97 maint/gnulib/lib/trunc.c           z -= TWO_MANT_DIG;
z                  99 maint/gnulib/lib/trunc.c           if (z > y)
z                 100 maint/gnulib/lib/trunc.c             z -= L_(1.0);
z                 103 maint/gnulib/lib/trunc.c   else if (z < L_(0.0))
z                 107 maint/gnulib/lib/trunc.c       if (z > L_(-1.0))
z                 108 maint/gnulib/lib/trunc.c         z = MINUS_ZERO;
z                 110 maint/gnulib/lib/trunc.c       else if (z > - TWO_MANT_DIG)
z                 113 maint/gnulib/lib/trunc.c           z -= TWO_MANT_DIG;
z                 114 maint/gnulib/lib/trunc.c           z += TWO_MANT_DIG;
z                 116 maint/gnulib/lib/trunc.c           if (z < y)
z                 117 maint/gnulib/lib/trunc.c             z += L_(1.0);
z                 120 maint/gnulib/lib/trunc.c   return z;
z                  66 maint/gnulib/lib/unlocked-io.h #  define fgets(x,y,z) fgets_unlocked (x,y,z)
z                  68 maint/gnulib/lib/unlocked-io.h #  define fgets_unlocked(x,y,z) fgets (x,y,z)
z                  87 maint/gnulib/lib/unlocked-io.h #  define fread(w,x,y,z) fread_unlocked (w,x,y,z)
z                  89 maint/gnulib/lib/unlocked-io.h #  define fread_unlocked(w,x,y,z) fread (w,x,y,z)
z                  94 maint/gnulib/lib/unlocked-io.h #  define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z)
z                  96 maint/gnulib/lib/unlocked-io.h #  define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
z                1171 maint/gnulib/lib/vasnprintf.c   mpn_t z;
z                1274 maint/gnulib/lib/vasnprintf.c           z_memory = multiply (m, pow5, &z);
z                1279 maint/gnulib/lib/vasnprintf.c           z_memory = divide (m, pow5, &z);
z                1310 maint/gnulib/lib/vasnprintf.c           z_memory = divide (numerator, denominator, &z);
z                1358 maint/gnulib/lib/vasnprintf.c           z_memory = divide (numerator, pow5, &z);
z                1369 maint/gnulib/lib/vasnprintf.c   digits = convert_to_decimal (z, extra_zeroes);
z                1420 maint/gnulib/lib/vasnprintf.c   double z;
z                1466 maint/gnulib/lib/vasnprintf.c   z = y;
z                1467 maint/gnulib/lib/vasnprintf.c   if (z < 0.70710678118654752444)
z                1469 maint/gnulib/lib/vasnprintf.c       z *= 1.4142135623730950488;
z                1472 maint/gnulib/lib/vasnprintf.c   if (z < 0.8408964152537145431)
z                1474 maint/gnulib/lib/vasnprintf.c       z *= 1.1892071150027210667;
z                1477 maint/gnulib/lib/vasnprintf.c   if (z < 0.91700404320467123175)
z                1479 maint/gnulib/lib/vasnprintf.c       z *= 1.0905077326652576592;
z                1482 maint/gnulib/lib/vasnprintf.c   if (z < 0.9576032806985736469)
z                1484 maint/gnulib/lib/vasnprintf.c       z *= 1.0442737824274138403;
z                1488 maint/gnulib/lib/vasnprintf.c   z = 1 - z;
z                1491 maint/gnulib/lib/vasnprintf.c   l -= 1.4426950408889634074 * z * (1.0 + z * (0.5 + z * ((1.0 / 3) + z * 0.25)));
z                1511 maint/gnulib/lib/vasnprintf.c   double z;
z                1557 maint/gnulib/lib/vasnprintf.c   z = y;
z                1558 maint/gnulib/lib/vasnprintf.c   if (z < 0.70710678118654752444)
z                1560 maint/gnulib/lib/vasnprintf.c       z *= 1.4142135623730950488;
z                1563 maint/gnulib/lib/vasnprintf.c   if (z < 0.8408964152537145431)
z                1565 maint/gnulib/lib/vasnprintf.c       z *= 1.1892071150027210667;
z                1568 maint/gnulib/lib/vasnprintf.c   if (z < 0.91700404320467123175)
z                1570 maint/gnulib/lib/vasnprintf.c       z *= 1.0905077326652576592;
z                1573 maint/gnulib/lib/vasnprintf.c   if (z < 0.9576032806985736469)
z                1575 maint/gnulib/lib/vasnprintf.c       z *= 1.0442737824274138403;
z                1579 maint/gnulib/lib/vasnprintf.c   z = 1 - z;
z                1582 maint/gnulib/lib/vasnprintf.c   l -= 1.4426950408889634074 * z * (1.0 + z * (0.5 + z * ((1.0 / 3) + z * 0.25)));
z                  30 maint/gnulib/tests/test-atan2.c double z;
z                  38 maint/gnulib/tests/test-atan2.c   z = atan2 (y, x);
z                  39 maint/gnulib/tests/test-atan2.c   ASSERT (z >= 0.9272952180 && z <= 0.9272952181);
z                  44 maint/gnulib/tests/test-atan2.c   z = atan2 (y, x);
z                  45 maint/gnulib/tests/test-atan2.c   ASSERT (z >= 2.214297435 && z <= 2.214297436);
z                  50 maint/gnulib/tests/test-atan2.c   z = atan2 (y, x);
z                  51 maint/gnulib/tests/test-atan2.c   ASSERT (z >= -2.214297436 && z <= -2.214297435);
z                  56 maint/gnulib/tests/test-atan2.c   z = atan2 (y, x);
z                  57 maint/gnulib/tests/test-atan2.c   ASSERT (z >= -0.9272952181 && z <= -0.9272952180);
z                  30 maint/gnulib/tests/test-atan2f.c float z;
z                  38 maint/gnulib/tests/test-atan2f.c   z = atan2f (y, x);
z                  39 maint/gnulib/tests/test-atan2f.c   ASSERT (z >= 0.92729515f && z <= 0.9272953f);
z                  44 maint/gnulib/tests/test-atan2f.c   z = atan2f (y, x);
z                  45 maint/gnulib/tests/test-atan2f.c   ASSERT (z >= 2.2142974f && z <= 2.2142975f);
z                  50 maint/gnulib/tests/test-atan2f.c   z = atan2f (y, x);
z                  51 maint/gnulib/tests/test-atan2f.c   ASSERT (z >= -2.2142975f && z <= -2.2142974f);
z                  56 maint/gnulib/tests/test-atan2f.c   z = atan2f (y, x);
z                  57 maint/gnulib/tests/test-atan2f.c   ASSERT (z >= -0.9272953f && z <= -0.92729515f);
z                  49 maint/gnulib/tests/test-cbrt.h             DOUBLE z = L_(1.0) / (x * y);
z                  51 maint/gnulib/tests/test-cbrt.h             DOUBLE p = CBRT (x) * CBRT (y) * CBRT (z);
z                  72 maint/gnulib/tests/test-ceil2.c   volatile DOUBLE z = y;
z                  74 maint/gnulib/tests/test-ceil2.c   if (z > L_(0.0))
z                  77 maint/gnulib/tests/test-ceil2.c       if (z < DBL_MIN)
z                  80 maint/gnulib/tests/test-ceil2.c       if (z < TWO_MANT_DIG)
z                  83 maint/gnulib/tests/test-ceil2.c           z += TWO_MANT_DIG;
z                  84 maint/gnulib/tests/test-ceil2.c           z -= TWO_MANT_DIG;
z                  86 maint/gnulib/tests/test-ceil2.c           if (z < y)
z                  87 maint/gnulib/tests/test-ceil2.c             z += L_(1.0);
z                  90 maint/gnulib/tests/test-ceil2.c   else if (z < L_(0.0))
z                  94 maint/gnulib/tests/test-ceil2.c       if (z > L_(-1.0))
z                  95 maint/gnulib/tests/test-ceil2.c         z = MINUS_ZERO;
z                  97 maint/gnulib/tests/test-ceil2.c       else if (z > - TWO_MANT_DIG)
z                 100 maint/gnulib/tests/test-ceil2.c           z -= TWO_MANT_DIG;
z                 101 maint/gnulib/tests/test-ceil2.c           z += TWO_MANT_DIG;
z                 103 maint/gnulib/tests/test-ceil2.c           if (z < y)
z                 104 maint/gnulib/tests/test-ceil2.c             z += L_(1.0);
z                 107 maint/gnulib/tests/test-ceil2.c   return z;
z                  72 maint/gnulib/tests/test-ceilf2.c   volatile DOUBLE z = y;
z                  74 maint/gnulib/tests/test-ceilf2.c   if (z > L_(0.0))
z                  77 maint/gnulib/tests/test-ceilf2.c       if (z < FLT_MIN)
z                  80 maint/gnulib/tests/test-ceilf2.c       if (z < TWO_MANT_DIG)
z                  83 maint/gnulib/tests/test-ceilf2.c           z += TWO_MANT_DIG;
z                  84 maint/gnulib/tests/test-ceilf2.c           z -= TWO_MANT_DIG;
z                  86 maint/gnulib/tests/test-ceilf2.c           if (z < y)
z                  87 maint/gnulib/tests/test-ceilf2.c             z += L_(1.0);
z                  90 maint/gnulib/tests/test-ceilf2.c   else if (z < L_(0.0))
z                  94 maint/gnulib/tests/test-ceilf2.c       if (z > L_(-1.0))
z                  95 maint/gnulib/tests/test-ceilf2.c         z = MINUS_ZERO;
z                  97 maint/gnulib/tests/test-ceilf2.c       else if (z > - TWO_MANT_DIG)
z                 100 maint/gnulib/tests/test-ceilf2.c           z -= TWO_MANT_DIG;
z                 101 maint/gnulib/tests/test-ceilf2.c           z += TWO_MANT_DIG;
z                 103 maint/gnulib/tests/test-ceilf2.c           if (z < y)
z                 104 maint/gnulib/tests/test-ceilf2.c             z += L_(1.0);
z                 107 maint/gnulib/tests/test-ceilf2.c   return z;
z                  33 maint/gnulib/tests/test-copysign.c double z;
z                  42 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  43 maint/gnulib/tests/test-copysign.c   ASSERT (z == 0.6);
z                  48 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  49 maint/gnulib/tests/test-copysign.c   ASSERT (z == 0.6);
z                  54 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  55 maint/gnulib/tests/test-copysign.c   ASSERT (z == -0.6);
z                  60 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  61 maint/gnulib/tests/test-copysign.c   ASSERT (z == -0.6);
z                  66 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  67 maint/gnulib/tests/test-copysign.c   ASSERT (z == 1.0);
z                  71 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  73 maint/gnulib/tests/test-copysign.c   ASSERT (z == -1.0);
z                  77 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  78 maint/gnulib/tests/test-copysign.c   ASSERT (z == 1.0);
z                  82 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  83 maint/gnulib/tests/test-copysign.c   ASSERT (z == -1.0);
z                  88 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  89 maint/gnulib/tests/test-copysign.c   ASSERT (z == 0.0);
z                  90 maint/gnulib/tests/test-copysign.c   ASSERT (memcmp (&z, &zero, sizeof z) == 0);
z                  94 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                  95 maint/gnulib/tests/test-copysign.c   ASSERT (z == 0.0);
z                  96 maint/gnulib/tests/test-copysign.c   ASSERT (memcmp (&z, &zero, sizeof z) != 0);
z                 100 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                 101 maint/gnulib/tests/test-copysign.c   ASSERT (z == 0.0);
z                 102 maint/gnulib/tests/test-copysign.c   ASSERT (memcmp (&z, &zero, sizeof z) == 0);
z                 106 maint/gnulib/tests/test-copysign.c   z = copysign (x, y);
z                 107 maint/gnulib/tests/test-copysign.c   ASSERT (z == 0.0);
z                 108 maint/gnulib/tests/test-copysign.c   ASSERT (memcmp (&z, &zero, sizeof z) != 0);
z                  33 maint/gnulib/tests/test-copysignf.c float z;
z                  42 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  43 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 0.6f);
z                  48 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  49 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 0.6f);
z                  54 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  55 maint/gnulib/tests/test-copysignf.c   ASSERT (z == -0.6f);
z                  60 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  61 maint/gnulib/tests/test-copysignf.c   ASSERT (z == -0.6f);
z                  66 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  67 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 1.0f);
z                  71 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  73 maint/gnulib/tests/test-copysignf.c   ASSERT (z == -1.0f);
z                  77 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  78 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 1.0f);
z                  82 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  83 maint/gnulib/tests/test-copysignf.c   ASSERT (z == -1.0f);
z                  88 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  89 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 0.0f);
z                  90 maint/gnulib/tests/test-copysignf.c   ASSERT (memcmp (&z, &zero, sizeof z) == 0);
z                  94 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                  95 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 0.0f);
z                  96 maint/gnulib/tests/test-copysignf.c   ASSERT (memcmp (&z, &zero, sizeof z) != 0);
z                 100 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                 101 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 0.0f);
z                 102 maint/gnulib/tests/test-copysignf.c   ASSERT (memcmp (&z, &zero, sizeof z) == 0);
z                 106 maint/gnulib/tests/test-copysignf.c   z = copysignf (x, y);
z                 107 maint/gnulib/tests/test-copysignf.c   ASSERT (z == 0.0f);
z                 108 maint/gnulib/tests/test-copysignf.c   ASSERT (memcmp (&z, &zero, sizeof z) != 0);
z                  33 maint/gnulib/tests/test-copysignl.c long double z;
z                  42 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  43 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 0.6L);
z                  48 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  49 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 0.6L);
z                  54 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  55 maint/gnulib/tests/test-copysignl.c   ASSERT (z == -0.6L);
z                  60 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  61 maint/gnulib/tests/test-copysignl.c   ASSERT (z == -0.6L);
z                  66 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  67 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 1.0L);
z                  71 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  73 maint/gnulib/tests/test-copysignl.c   ASSERT (z == -1.0L);
z                  77 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  78 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 1.0L);
z                  82 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  83 maint/gnulib/tests/test-copysignl.c   ASSERT (z == -1.0L);
z                  88 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  89 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 0.0L);
z                  90 maint/gnulib/tests/test-copysignl.c   ASSERT (memcmp (&z, &zero, sizeof z) == 0);
z                  94 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                  95 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 0.0L);
z                  96 maint/gnulib/tests/test-copysignl.c   ASSERT (memcmp (&z, &zero, sizeof z) != 0);
z                 100 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                 101 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 0.0L);
z                 102 maint/gnulib/tests/test-copysignl.c   ASSERT (memcmp (&z, &zero, sizeof z) == 0);
z                 106 maint/gnulib/tests/test-copysignl.c   z = copysignl (x, y);
z                 107 maint/gnulib/tests/test-copysignl.c   ASSERT (z == 0.0L);
z                 108 maint/gnulib/tests/test-copysignl.c   ASSERT (memcmp (&z, &zero, sizeof z) != 0);
z                  24 maint/gnulib/tests/test-exp-ieee.h     volatile DOUBLE z = EXP (-100000.0);
z                  25 maint/gnulib/tests/test-exp-ieee.h     ASSERT (z == L_(0.0));
z                  26 maint/gnulib/tests/test-exp-ieee.h     ASSERT (!signbit (z));
z                  38 maint/gnulib/tests/test-exp-ieee.h     DOUBLE z = EXP (- INFINITY);
z                  39 maint/gnulib/tests/test-exp-ieee.h     ASSERT (z == L_(0.0));
z                  40 maint/gnulib/tests/test-exp-ieee.h     ASSERT (!signbit (z));
z                  53 maint/gnulib/tests/test-exp.h         DOUBLE z = EXP (- x);
z                  54 maint/gnulib/tests/test-exp.h         DOUBLE err = y * z - L_(1.0);
z                  56 maint/gnulib/tests/test-exp.h         ASSERT (z > L_(0.0));
z                  78 maint/gnulib/tests/test-exp.h           DOUBLE z = - x - y;
z                  80 maint/gnulib/tests/test-exp.h           DOUBLE err = EXP (x) * EXP (y) * EXP (z) - L_(1.0);
z                  24 maint/gnulib/tests/test-exp2-ieee.h     volatile DOUBLE z = EXP2 (-100000.0);
z                  25 maint/gnulib/tests/test-exp2-ieee.h     ASSERT (z == L_(0.0));
z                  26 maint/gnulib/tests/test-exp2-ieee.h     ASSERT (!signbit (z));
z                  38 maint/gnulib/tests/test-exp2-ieee.h     DOUBLE z = EXP2 (- INFINITY);
z                  39 maint/gnulib/tests/test-exp2-ieee.h     ASSERT (z == L_(0.0));
z                  40 maint/gnulib/tests/test-exp2-ieee.h     ASSERT (!signbit (z));
z                  49 maint/gnulib/tests/test-exp2.h         DOUBLE z = EXP2 (x);
z                  50 maint/gnulib/tests/test-exp2.h         ASSERT (z == y);
z                  62 maint/gnulib/tests/test-exp2.h         DOUBLE z = EXP2 (x);
z                  63 maint/gnulib/tests/test-exp2.h         ASSERT (z == y);
z                  89 maint/gnulib/tests/test-exp2.h         DOUBLE z = EXP2 (- x);
z                  90 maint/gnulib/tests/test-exp2.h         DOUBLE err = y * z - L_(1.0);
z                  92 maint/gnulib/tests/test-exp2.h         ASSERT (z > L_(0.0));
z                 114 maint/gnulib/tests/test-exp2.h           DOUBLE z = - x - y;
z                 116 maint/gnulib/tests/test-exp2.h           DOUBLE err = EXP2 (x) * EXP2 (y) * EXP2 (z) - L_(1.0);
z                  30 maint/gnulib/tests/test-expm1-ieee.h     DOUBLE z = EXPM1 (L_(0.0));
z                  31 maint/gnulib/tests/test-expm1-ieee.h     ASSERT (z == L_(0.0));
z                  32 maint/gnulib/tests/test-expm1-ieee.h     ASSERT (!signbit (z));
z                  35 maint/gnulib/tests/test-expm1-ieee.h     DOUBLE z = EXPM1 (MINUS_ZERO);
z                  36 maint/gnulib/tests/test-expm1-ieee.h     ASSERT (z == L_(0.0));
z                  37 maint/gnulib/tests/test-expm1-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  75 maint/gnulib/tests/test-expm1.h         DOUBLE z = EXPM1 (- x);
z                  76 maint/gnulib/tests/test-expm1.h         DOUBLE err = y + (1 + y) * z;
z                  78 maint/gnulib/tests/test-expm1.h         ASSERT (z <= L_(0.0));
z                 100 maint/gnulib/tests/test-expm1.h           DOUBLE z = - x - y;
z                 105 maint/gnulib/tests/test-expm1.h             DOUBLE c = EXPM1 (z);
z                  68 maint/gnulib/tests/test-floor2.c   volatile DOUBLE z = y;
z                  70 maint/gnulib/tests/test-floor2.c   if (z > L_(0.0))
z                  74 maint/gnulib/tests/test-floor2.c       if (z < L_(1.0))
z                  75 maint/gnulib/tests/test-floor2.c         z = L_(0.0);
z                  77 maint/gnulib/tests/test-floor2.c       else if (z < TWO_MANT_DIG)
z                  80 maint/gnulib/tests/test-floor2.c           z += TWO_MANT_DIG;
z                  81 maint/gnulib/tests/test-floor2.c           z -= TWO_MANT_DIG;
z                  83 maint/gnulib/tests/test-floor2.c           if (z > y)
z                  84 maint/gnulib/tests/test-floor2.c             z -= L_(1.0);
z                  87 maint/gnulib/tests/test-floor2.c   else if (z < L_(0.0))
z                  90 maint/gnulib/tests/test-floor2.c       if (z > -DBL_MIN)
z                  93 maint/gnulib/tests/test-floor2.c       if (z > - TWO_MANT_DIG)
z                  96 maint/gnulib/tests/test-floor2.c           z -= TWO_MANT_DIG;
z                  97 maint/gnulib/tests/test-floor2.c           z += TWO_MANT_DIG;
z                  99 maint/gnulib/tests/test-floor2.c           if (z > y)
z                 100 maint/gnulib/tests/test-floor2.c             z -= L_(1.0);
z                 103 maint/gnulib/tests/test-floor2.c   return z;
z                  68 maint/gnulib/tests/test-floorf2.c   volatile DOUBLE z = y;
z                  70 maint/gnulib/tests/test-floorf2.c   if (z > L_(0.0))
z                  74 maint/gnulib/tests/test-floorf2.c       if (z < L_(1.0))
z                  75 maint/gnulib/tests/test-floorf2.c         z = L_(0.0);
z                  77 maint/gnulib/tests/test-floorf2.c       else if (z < TWO_MANT_DIG)
z                  80 maint/gnulib/tests/test-floorf2.c           z += TWO_MANT_DIG;
z                  81 maint/gnulib/tests/test-floorf2.c           z -= TWO_MANT_DIG;
z                  83 maint/gnulib/tests/test-floorf2.c           if (z > y)
z                  84 maint/gnulib/tests/test-floorf2.c             z -= L_(1.0);
z                  87 maint/gnulib/tests/test-floorf2.c   else if (z < L_(0.0))
z                  90 maint/gnulib/tests/test-floorf2.c       if (z > -FLT_MIN)
z                  93 maint/gnulib/tests/test-floorf2.c       if (z > - TWO_MANT_DIG)
z                  96 maint/gnulib/tests/test-floorf2.c           z -= TWO_MANT_DIG;
z                  97 maint/gnulib/tests/test-floorf2.c           z += TWO_MANT_DIG;
z                  99 maint/gnulib/tests/test-floorf2.c           if (z > y)
z                 100 maint/gnulib/tests/test-floorf2.c             z -= L_(1.0);
z                 103 maint/gnulib/tests/test-floorf2.c   return z;
z                  24 maint/gnulib/tests/test-fma1.h   volatile DOUBLE z;
z                  33 maint/gnulib/tests/test-fma1.h     z = NAN;
z                  34 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  40 maint/gnulib/tests/test-fma1.h     z = L_(1.0);
z                  41 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  47 maint/gnulib/tests/test-fma1.h     z = NAN;
z                  48 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  54 maint/gnulib/tests/test-fma1.h     z = L_(1.0);
z                  55 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  61 maint/gnulib/tests/test-fma1.h     z = NAN;
z                  62 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  68 maint/gnulib/tests/test-fma1.h     z = L_(1.0);
z                  69 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  76 maint/gnulib/tests/test-fma1.h     z = NAN;
z                  77 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  85 maint/gnulib/tests/test-fma1.h     z = NAN;
z                  86 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  92 maint/gnulib/tests/test-fma1.h     z = NAN;
z                  93 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 104 maint/gnulib/tests/test-fma1.h     z = - INFINITY;
z                 105 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 111 maint/gnulib/tests/test-fma1.h     z = INFINITY;
z                 112 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 118 maint/gnulib/tests/test-fma1.h     z = - INFINITY;
z                 119 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 125 maint/gnulib/tests/test-fma1.h     z = INFINITY;
z                 126 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 135 maint/gnulib/tests/test-fma1.h     z = L_(5.0);
z                 136 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 142 maint/gnulib/tests/test-fma1.h     z = L_(5.0);
z                 143 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 150 maint/gnulib/tests/test-fma1.h     z = INFINITY;
z                 151 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 158 maint/gnulib/tests/test-fma1.h     z = INFINITY;
z                 159 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 166 maint/gnulib/tests/test-fma1.h     z = - INFINITY;
z                 167 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 174 maint/gnulib/tests/test-fma1.h     z = INFINITY;
z                 175 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 182 maint/gnulib/tests/test-fma1.h     z = - INFINITY;
z                 183 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 192 maint/gnulib/tests/test-fma1.h     z = L_(11.0);
z                 193 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 200 maint/gnulib/tests/test-fma1.h     z = L_(11.0);
z                 201 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                 208 maint/gnulib/tests/test-fma1.h     z = L_(0.0);
z                 209 maint/gnulib/tests/test-fma1.h     result = my_fma (x, y, z);
z                  60 maint/gnulib/tests/test-fma2.h     volatile DOUBLE z;
z                  85 maint/gnulib/tests/test-fma2.h                     z = sign * POW2 (ze); /* (-1)^(xs+ys) * 2^ze */
z                  86 maint/gnulib/tests/test-fma2.h                     result = my_fma (x, y, z);
z                  92 maint/gnulib/tests/test-fma2.h                       expected = z;
z                 106 maint/gnulib/tests/test-fma2.h                     z = - sign * POW2 (ze); /* (-1)^(xs+ys+1) * 2^ze */
z                 107 maint/gnulib/tests/test-fma2.h                     result = my_fma (x, y, z);
z                 115 maint/gnulib/tests/test-fma2.h                       expected = z;
z                 132 maint/gnulib/tests/test-fma2.h     volatile DOUBLE z;
z                 164 maint/gnulib/tests/test-fma2.h                       z = sign * POW2 (ze); /* (-1)^(xs+ys) * 2^ze */
z                 165 maint/gnulib/tests/test-fma2.h                       result = my_fma (x, y, z);
z                 242 maint/gnulib/tests/test-fma2.h                             expected = z;
z                 245 maint/gnulib/tests/test-fma2.h                         expected = z;
z                 261 maint/gnulib/tests/test-fma2.h                         z = - sign * POW2 (ze); /* (-1)^(xs+ys+1) * 2^ze */
z                 262 maint/gnulib/tests/test-fma2.h                         result = my_fma (x, y, z);
z                 350 maint/gnulib/tests/test-fma2.h                           expected = z;
z                 371 maint/gnulib/tests/test-fma2.h     volatile DOUBLE z;
z                 403 maint/gnulib/tests/test-fma2.h                       z = sign * POW2 (ze); /* (-1)^(xs+ys) * 2^ze */
z                 404 maint/gnulib/tests/test-fma2.h                       result = my_fma (x, y, z);
z                 446 maint/gnulib/tests/test-fma2.h                         expected = z;
z                 462 maint/gnulib/tests/test-fma2.h                         z = - sign * POW2 (ze); /* (-1)^(xs+ys+1) * 2^ze */
z                 463 maint/gnulib/tests/test-fma2.h                         result = my_fma (x, y, z);
z                 537 maint/gnulib/tests/test-fma2.h                           expected = z;
z                 556 maint/gnulib/tests/test-fma2.h     volatile DOUBLE z = - INFINITY;
z                 557 maint/gnulib/tests/test-fma2.h     volatile DOUBLE result = my_fma (x, y, z);
z                 563 maint/gnulib/tests/test-fma2.h     volatile DOUBLE z =               /* -(2^MAX_EXP - 2^(MAX_EXP-MANT_BIT)) */
z                 565 maint/gnulib/tests/test-fma2.h     volatile DOUBLE result = my_fma (x, y, z);
z                 572 maint/gnulib/tests/test-fma2.h     volatile DOUBLE z = - LDEXP (L_(5.0), MAX_EXP - 3); /* -5*2^(MAX_EXP-3) */
z                 573 maint/gnulib/tests/test-fma2.h     volatile DOUBLE result = my_fma (x, y, z);
z                  41 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (L_(0.0), L_(2.0));
z                  42 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  43 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!signbit (z));
z                  46 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (MINUS_ZERO, L_(2.0));
z                  47 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  48 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  51 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (L_(0.0), - L_(2.0));
z                  52 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  53 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!signbit (z));
z                  56 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (MINUS_ZERO, - L_(2.0));
z                  57 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  58 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  61 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (L_(0.0), INFINITY);
z                  62 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  63 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!signbit (z));
z                  66 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (MINUS_ZERO, INFINITY);
z                  67 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  68 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  71 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (L_(0.0), - INFINITY);
z                  72 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  73 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!signbit (z));
z                  76 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (MINUS_ZERO, - INFINITY);
z                  77 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(0.0));
z                  78 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  83 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (L_(2.5), INFINITY);
z                  84 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(2.5));
z                  87 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (L_(2.5), - INFINITY);
z                  88 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == L_(2.5));
z                  91 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (- L_(2.5), INFINITY);
z                  92 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == - L_(2.5));
z                  95 maint/gnulib/tests/test-fmod-ieee.h     DOUBLE z = FMOD (- L_(2.5), - INFINITY);
z                  96 maint/gnulib/tests/test-fmod-ieee.h     ASSERT (z == - L_(2.5));
z                  44 maint/gnulib/tests/test-fmod.c   z = fmod (x, y);
z                  45 maint/gnulib/tests/test-fmod.c   ASSERT (z >= 2.962721817 && z <= 2.962721819);
z                  50 maint/gnulib/tests/test-fmod.h             DOUBLE z = FMOD (x, y);
z                  51 maint/gnulib/tests/test-fmod.h             ASSERT (z >= L_(0.0));
z                  52 maint/gnulib/tests/test-fmod.h             ASSERT (z < y);
z                  53 maint/gnulib/tests/test-fmod.h             z -= x - (int) (x / y) * y;
z                  55 maint/gnulib/tests/test-fmod.h                     (z > - L_(16.0) / TWO_MANT_DIG
z                  56 maint/gnulib/tests/test-fmod.h                      && z < L_(16.0) / TWO_MANT_DIG)
z                  58 maint/gnulib/tests/test-fmod.h                        (z > y - L_(16.0) / TWO_MANT_DIG
z                  59 maint/gnulib/tests/test-fmod.h                         && z < y + L_(16.0) / TWO_MANT_DIG)
z                  61 maint/gnulib/tests/test-fmod.h                        (z > - y - L_(16.0) / TWO_MANT_DIG
z                  62 maint/gnulib/tests/test-fmod.h                         && z < - y + L_(16.0) / TWO_MANT_DIG));
z                  73 maint/gnulib/tests/test-fmod.h             DOUBLE z = FMOD (x, y);
z                  75 maint/gnulib/tests/test-fmod.h             ASSERT (z >= L_(0.0));
z                  76 maint/gnulib/tests/test-fmod.h             ASSERT (z < y);
z                  88 maint/gnulib/tests/test-fmod.h             z -= r;
z                  90 maint/gnulib/tests/test-fmod.h                     (z > - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG
z                  91 maint/gnulib/tests/test-fmod.h                      && z < L_(2.0) * L_(1.0e9) / TWO_MANT_DIG)
z                  93 maint/gnulib/tests/test-fmod.h                        (z > y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG
z                  94 maint/gnulib/tests/test-fmod.h                         && z < y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG)
z                  96 maint/gnulib/tests/test-fmod.h                        (z > - y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG
z                  97 maint/gnulib/tests/test-fmod.h                         && z < - y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG));
z                 111 maint/gnulib/tests/test-fmod.h               DOUBLE z = FMOD (x, y);
z                 114 maint/gnulib/tests/test-fmod.h               ASSERT (z >= L_(0.0));
z                 115 maint/gnulib/tests/test-fmod.h               ASSERT (z < y);
z                 123 maint/gnulib/tests/test-fmod.h DOUBLE z;
z                  44 maint/gnulib/tests/test-fmodf.c   z = fmodf (x, y);
z                  45 maint/gnulib/tests/test-fmodf.c   ASSERT (z >= 2.962720f && z <= 2.962722f);
z                  49 maint/gnulib/tests/test-fmodl.c   z = fmodl (x, y);
z                  50 maint/gnulib/tests/test-fmodl.c   ASSERT (z >= 2.962721817L && z <= 2.962721819L);
z                  49 maint/gnulib/tests/test-hypot.c   z = hypot (x, y);
z                  50 maint/gnulib/tests/test-hypot.c   ASSERT (z >= 0.7211102550 && z <= 0.7211102551);
z                  35 maint/gnulib/tests/test-hypot.h     volatile DOUBLE z;
z                  40 maint/gnulib/tests/test-hypot.h     z = HYPOT (x, y);
z                  41 maint/gnulib/tests/test-hypot.h     ASSERT (z == HUGEVAL);
z                  46 maint/gnulib/tests/test-hypot.h     z = HYPOT (x, y);
z                  47 maint/gnulib/tests/test-hypot.h     ASSERT (z == MIN);
z                  52 maint/gnulib/tests/test-hypot.h     z = HYPOT (x, y);
z                  53 maint/gnulib/tests/test-hypot.h     ASSERT (z >= MIN * L_(2.0) && z <= MIN * L_(4.0));
z                  62 maint/gnulib/tests/test-hypot.h         DOUBLE z = HYPOT (x, y);
z                  63 maint/gnulib/tests/test-hypot.h         DOUBLE err = z * z - (x * x + y * y);
z                  64 maint/gnulib/tests/test-hypot.h         ASSERT (z >= L_(0.0));
z                  72 maint/gnulib/tests/test-hypot.h DOUBLE z;
z                  49 maint/gnulib/tests/test-hypotf.c   z = hypot (x, y);
z                  50 maint/gnulib/tests/test-hypotf.c   ASSERT (z >= 0.7211102f && z <= 0.7211103f);
z                  54 maint/gnulib/tests/test-hypotl.c   z = hypotl (x, y);
z                  55 maint/gnulib/tests/test-hypotl.c   ASSERT (z >= 0.7211102550L && z <= 0.7211102551L);
z                  31 maint/gnulib/tests/test-ldexp-ieee.h       DOUBLE z = LDEXP (L_(0.0), exp);
z                  32 maint/gnulib/tests/test-ldexp-ieee.h       ASSERT (z == L_(0.0));
z                  33 maint/gnulib/tests/test-ldexp-ieee.h       ASSERT (!signbit (z));
z                  37 maint/gnulib/tests/test-ldexp-ieee.h       DOUBLE z = LDEXP (MINUS_ZERO, exp);
z                  38 maint/gnulib/tests/test-ldexp-ieee.h       ASSERT (z == L_(0.0));
z                  39 maint/gnulib/tests/test-ldexp-ieee.h       ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  33 maint/gnulib/tests/test-log-ieee.h     DOUBLE z = LOG (L_(1.0));
z                  34 maint/gnulib/tests/test-log-ieee.h     ASSERT (z == L_(0.0));
z                  35 maint/gnulib/tests/test-log-ieee.h     ASSERT (!signbit (z));
z                  34 maint/gnulib/tests/test-log.h     DOUBLE z = LOG (L_(0.0));
z                  35 maint/gnulib/tests/test-log.h     ASSERT (z == - HUGEVAL);
z                  38 maint/gnulib/tests/test-log.h     DOUBLE z = LOG (MINUS_ZERO);
z                  39 maint/gnulib/tests/test-log.h     ASSERT (z == - HUGEVAL);
z                  63 maint/gnulib/tests/test-log.h         DOUBLE z = LOG (L_(1.0) / x);
z                  64 maint/gnulib/tests/test-log.h         DOUBLE err = y + z;
z                  66 maint/gnulib/tests/test-log.h         ASSERT (z <= L_(0.0));
z                  94 maint/gnulib/tests/test-log.h           DOUBLE z = L_(1.0) / (x * y);
z                  96 maint/gnulib/tests/test-log.h           DOUBLE err = LOG (x) + LOG (y) + LOG (z);
z                  33 maint/gnulib/tests/test-log10-ieee.h     DOUBLE z = LOG10 (L_(1.0));
z                  34 maint/gnulib/tests/test-log10-ieee.h     ASSERT (z == L_(0.0));
z                  35 maint/gnulib/tests/test-log10-ieee.h     ASSERT (!signbit (z));
z                  34 maint/gnulib/tests/test-log10.h     DOUBLE z = LOG10 (L_(0.0));
z                  35 maint/gnulib/tests/test-log10.h     ASSERT (z == - HUGEVAL);
z                  38 maint/gnulib/tests/test-log10.h     DOUBLE z = LOG10 (MINUS_ZERO);
z                  39 maint/gnulib/tests/test-log10.h     ASSERT (z == - HUGEVAL);
z                  63 maint/gnulib/tests/test-log10.h         DOUBLE z = LOG10 (L_(1.0) / x);
z                  64 maint/gnulib/tests/test-log10.h         DOUBLE err = y + z;
z                  66 maint/gnulib/tests/test-log10.h         ASSERT (z <= L_(0.0));
z                  94 maint/gnulib/tests/test-log10.h           DOUBLE z = L_(1.0) / (x * y);
z                  96 maint/gnulib/tests/test-log10.h           DOUBLE err = LOG10 (x) + LOG10 (y) + LOG10 (z);
z                  33 maint/gnulib/tests/test-log1p-ieee.h     DOUBLE z = LOG1P (L_(0.0));
z                  34 maint/gnulib/tests/test-log1p-ieee.h     ASSERT (z == L_(0.0));
z                  35 maint/gnulib/tests/test-log1p-ieee.h     ASSERT (!signbit (z));
z                  38 maint/gnulib/tests/test-log1p-ieee.h     DOUBLE z = LOG1P (MINUS_ZERO);
z                  39 maint/gnulib/tests/test-log1p-ieee.h     ASSERT (z == L_(0.0));
z                  40 maint/gnulib/tests/test-log1p-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  34 maint/gnulib/tests/test-log1p.h     DOUBLE z = LOG1P (L_(-1.0));
z                  35 maint/gnulib/tests/test-log1p.h     ASSERT (z == - HUGEVAL);
z                  59 maint/gnulib/tests/test-log1p.h         DOUBLE z = LOG1P (- x / (L_(1.0) + x));
z                  60 maint/gnulib/tests/test-log1p.h         DOUBLE err = y + z;
z                  62 maint/gnulib/tests/test-log1p.h         ASSERT (z <= L_(0.0));
z                  90 maint/gnulib/tests/test-log1p.h           DOUBLE z = L_(1.0) / ((L_(1.0) + x) * (L_(1.0) + y)) - L_(1.0);
z                  92 maint/gnulib/tests/test-log1p.h           DOUBLE err = LOG1P (x) + LOG1P (y) + LOG1P (z);
z                  33 maint/gnulib/tests/test-log2-ieee.h     DOUBLE z = LOG2 (L_(1.0));
z                  34 maint/gnulib/tests/test-log2-ieee.h     ASSERT (z == L_(0.0));
z                  35 maint/gnulib/tests/test-log2-ieee.h     ASSERT (!signbit (z));
z                  51 maint/gnulib/tests/test-log2.h         DOUBLE z = LOG2 (y);
z                  52 maint/gnulib/tests/test-log2.h         ASSERT (z == x);
z                  64 maint/gnulib/tests/test-log2.h         DOUBLE z = LOG2 (y);
z                  65 maint/gnulib/tests/test-log2.h         ASSERT (z == x);
z                  90 maint/gnulib/tests/test-log2.h         DOUBLE z = LOG2 (L_(1.0) / x);
z                  91 maint/gnulib/tests/test-log2.h         DOUBLE err = y + z;
z                  93 maint/gnulib/tests/test-log2.h         ASSERT (z <= L_(0.0));
z                 121 maint/gnulib/tests/test-log2.h           DOUBLE z = L_(1.0) / (x * y);
z                 123 maint/gnulib/tests/test-log2.h           DOUBLE err = LOG2 (x) + LOG2 (y) + LOG2 (z);
z                  42 maint/gnulib/tests/test-modf.c   y = modf (x, &z);
z                  44 maint/gnulib/tests/test-modf.c   ASSERT (z == 5.0);
z                  48 maint/gnulib/tests/test-modf.c   y = modf (x, &z);
z                  50 maint/gnulib/tests/test-modf.c   ASSERT (z == -5.0);
z                  36 maint/gnulib/tests/test-modf.h       DOUBLE z;
z                  38 maint/gnulib/tests/test-modf.h       y = MODF (x, &z);
z                  39 maint/gnulib/tests/test-modf.h       ASSERT (z == L_(0.0));
z                  42 maint/gnulib/tests/test-modf.h       y = MODF (- x, &z);
z                  43 maint/gnulib/tests/test-modf.h       ASSERT (z == L_(0.0));
z                  46 maint/gnulib/tests/test-modf.h       y = MODF (L_(1.0) + x, &z);
z                  47 maint/gnulib/tests/test-modf.h       ASSERT (z == L_(1.0));
z                  52 maint/gnulib/tests/test-modf.h       y = MODF (- L_(1.0) - x, &z);
z                  53 maint/gnulib/tests/test-modf.h       ASSERT (z == - L_(1.0));
z                  62 maint/gnulib/tests/test-modf.h DOUBLE z;
z                  42 maint/gnulib/tests/test-modff.c   y = modff (x, &z);
z                  44 maint/gnulib/tests/test-modff.c   ASSERT (z == 5.0f);
z                  48 maint/gnulib/tests/test-modff.c   y = modff (x, &z);
z                  50 maint/gnulib/tests/test-modff.c   ASSERT (z == -5.0f);
z                  47 maint/gnulib/tests/test-modfl.c   y = modfl (x, &z);
z                  49 maint/gnulib/tests/test-modfl.c   ASSERT (z == 5.0);
z                  53 maint/gnulib/tests/test-modfl.c   y = modfl (x, &z);
z                  55 maint/gnulib/tests/test-modfl.c   ASSERT (z == -5.0L);
z                  30 maint/gnulib/tests/test-pow.c double z;
z                  38 maint/gnulib/tests/test-pow.c   z = pow (x, y);
z                  39 maint/gnulib/tests/test-pow.c   ASSERT (z >= 728.9999999 && z <= 729.0000001);
z                  30 maint/gnulib/tests/test-powf.c float z;
z                  38 maint/gnulib/tests/test-powf.c   z = powf (x, y);
z                  39 maint/gnulib/tests/test-powf.c   ASSERT (z >= 728.999f && z <= 729.001f);
z                 334 maint/gnulib/tests/test-quotearg-simple.c     char *z = zerosize_ptr ();
z                 336 maint/gnulib/tests/test-quotearg-simple.c     if (z)
z                 349 maint/gnulib/tests/test-quotearg-simple.c         z -= s_len + 1;
z                 350 maint/gnulib/tests/test-quotearg-simple.c         memcpy (z, str, s_len + 1);
z                 356 maint/gnulib/tests/test-quotearg-simple.c         size_t n = quotearg_buffer (buf, sizeof buf, z, SIZE_MAX, NULL);
z                  44 maint/gnulib/tests/test-remainder-ieee.h     DOUBLE z = REMAINDER (L_(0.0), L_(2.0));
z                  45 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (z == L_(0.0));
z                  46 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (!signbit (z));
z                  49 maint/gnulib/tests/test-remainder-ieee.h     DOUBLE z = REMAINDER (MINUS_ZERO, L_(2.0));
z                  50 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (z == L_(0.0));
z                  51 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  54 maint/gnulib/tests/test-remainder-ieee.h     DOUBLE z = REMAINDER (L_(0.0), - L_(2.0));
z                  55 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (z == L_(0.0));
z                  56 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (!signbit (z));
z                  59 maint/gnulib/tests/test-remainder-ieee.h     DOUBLE z = REMAINDER (MINUS_ZERO, - L_(2.0));
z                  60 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (z == L_(0.0));
z                  61 maint/gnulib/tests/test-remainder-ieee.h     ASSERT (!!signbit (z) == !!signbit (MINUS_ZERO));
z                  44 maint/gnulib/tests/test-remainder.c   z = remainder (x, y);
z                  45 maint/gnulib/tests/test-remainder.c   ASSERT (z >= -0.178870837 && z <= -0.178870835);
z                  50 maint/gnulib/tests/test-remainder.h             DOUBLE z = REMAINDER (x, y);
z                  51 maint/gnulib/tests/test-remainder.h             ASSERT (z >= - L_(0.5) * y);
z                  52 maint/gnulib/tests/test-remainder.h             ASSERT (z <= L_(0.5) * y);
z                  53 maint/gnulib/tests/test-remainder.h             z -= x - (int) ((L_(2.0) * x + y) / (L_(2.0) * y)) * y;
z                  55 maint/gnulib/tests/test-remainder.h                     (z > - L_(2.0) * L_(16.0) / TWO_MANT_DIG
z                  56 maint/gnulib/tests/test-remainder.h                      && z < L_(2.0) * L_(16.0) / TWO_MANT_DIG)
z                  58 maint/gnulib/tests/test-remainder.h                        (z > y - L_(2.0) * L_(16.0) / TWO_MANT_DIG
z                  59 maint/gnulib/tests/test-remainder.h                         && z < y + L_(2.0) * L_(16.0) / TWO_MANT_DIG)
z                  61 maint/gnulib/tests/test-remainder.h                        (z > - y - L_(2.0) * L_(16.0) / TWO_MANT_DIG
z                  62 maint/gnulib/tests/test-remainder.h                         && z < - y + L_(2.0) * L_(16.0) / TWO_MANT_DIG));
z                  73 maint/gnulib/tests/test-remainder.h             DOUBLE z = REMAINDER (x, y);
z                  75 maint/gnulib/tests/test-remainder.h             ASSERT (z >= - L_(0.5) * y);
z                  76 maint/gnulib/tests/test-remainder.h             ASSERT (z <= L_(0.5) * y);
z                  89 maint/gnulib/tests/test-remainder.h             z -= r;
z                  91 maint/gnulib/tests/test-remainder.h                     (z > - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG
z                  92 maint/gnulib/tests/test-remainder.h                      && z < L_(2.0) * L_(1.0e9) / TWO_MANT_DIG)
z                  94 maint/gnulib/tests/test-remainder.h                        (z > y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG
z                  95 maint/gnulib/tests/test-remainder.h                         && z < y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG)
z                  97 maint/gnulib/tests/test-remainder.h                        (z > - y - L_(2.0) * L_(1.0e9) / TWO_MANT_DIG
z                  98 maint/gnulib/tests/test-remainder.h                         && z < - y + L_(2.0) * L_(1.0e9) / TWO_MANT_DIG));
z                 112 maint/gnulib/tests/test-remainder.h               DOUBLE z = REMAINDER (x, y);
z                 115 maint/gnulib/tests/test-remainder.h               ASSERT (z >= - L_(0.5) * y);
z                 116 maint/gnulib/tests/test-remainder.h               ASSERT (z <= L_(0.5) * y);
z                 124 maint/gnulib/tests/test-remainder.h DOUBLE z;
z                  44 maint/gnulib/tests/test-remainderf.c   z = remainderf (x, y);
z                  45 maint/gnulib/tests/test-remainderf.c   ASSERT (z >= -0.1788714f && z <= -0.1788708f);
z                  49 maint/gnulib/tests/test-remainderl.c   z = remainderl (x, y);
z                  50 maint/gnulib/tests/test-remainderl.c   ASSERT (z >= -0.178870837L && z <= -0.178870835L);
z                  50 maint/gnulib/tests/test-sqrt.h             DOUBLE z = L_(1.0) / (x * y);
z                  52 maint/gnulib/tests/test-sqrt.h             DOUBLE p = SQRT (x) * SQRT (y) * SQRT (z);
z                  62 maint/gnulib/tests/test-sqrtl.c     long double z;
z                  67 maint/gnulib/tests/test-sqrtl.c     z = y * y - x;
z                  68 maint/gnulib/tests/test-sqrtl.c     err = my_ldexpl (z, LDBL_MANT_DIG);
z                  72 maint/gnulib/tests/test-trunc2.c   volatile DOUBLE z = y;
z                  74 maint/gnulib/tests/test-trunc2.c   if (z > L_(0.0))
z                  78 maint/gnulib/tests/test-trunc2.c       if (z < L_(1.0))
z                  79 maint/gnulib/tests/test-trunc2.c         z = L_(0.0);
z                  81 maint/gnulib/tests/test-trunc2.c       else if (z < TWO_MANT_DIG)
z                  84 maint/gnulib/tests/test-trunc2.c           z += TWO_MANT_DIG;
z                  85 maint/gnulib/tests/test-trunc2.c           z -= TWO_MANT_DIG;
z                  87 maint/gnulib/tests/test-trunc2.c           if (z > y)
z                  88 maint/gnulib/tests/test-trunc2.c             z -= L_(1.0);
z                  91 maint/gnulib/tests/test-trunc2.c   else if (z < L_(0.0))
z                  95 maint/gnulib/tests/test-trunc2.c       if (z > L_(-1.0))
z                  96 maint/gnulib/tests/test-trunc2.c         z = MINUS_ZERO;
z                  98 maint/gnulib/tests/test-trunc2.c       else if (z > - TWO_MANT_DIG)
z                 101 maint/gnulib/tests/test-trunc2.c           z -= TWO_MANT_DIG;
z                 102 maint/gnulib/tests/test-trunc2.c           z += TWO_MANT_DIG;
z                 104 maint/gnulib/tests/test-trunc2.c           if (z < y)
z                 105 maint/gnulib/tests/test-trunc2.c             z += L_(1.0);
z                 108 maint/gnulib/tests/test-trunc2.c   return z;
z                  72 maint/gnulib/tests/test-truncf2.c   volatile DOUBLE z = y;
z                  74 maint/gnulib/tests/test-truncf2.c   if (z > L_(0.0))
z                  78 maint/gnulib/tests/test-truncf2.c       if (z < L_(1.0))
z                  79 maint/gnulib/tests/test-truncf2.c         z = L_(0.0);
z                  81 maint/gnulib/tests/test-truncf2.c       else if (z < TWO_MANT_DIG)
z                  84 maint/gnulib/tests/test-truncf2.c           z += TWO_MANT_DIG;
z                  85 maint/gnulib/tests/test-truncf2.c           z -= TWO_MANT_DIG;
z                  87 maint/gnulib/tests/test-truncf2.c           if (z > y)
z                  88 maint/gnulib/tests/test-truncf2.c             z -= L_(1.0);
z                  91 maint/gnulib/tests/test-truncf2.c   else if (z < L_(0.0))
z                  95 maint/gnulib/tests/test-truncf2.c       if (z > L_(-1.0))
z                  96 maint/gnulib/tests/test-truncf2.c         z = MINUS_ZERO;
z                  98 maint/gnulib/tests/test-truncf2.c       else if (z > - TWO_MANT_DIG)
z                 101 maint/gnulib/tests/test-truncf2.c           z -= TWO_MANT_DIG;
z                 102 maint/gnulib/tests/test-truncf2.c           z += TWO_MANT_DIG;
z                 104 maint/gnulib/tests/test-truncf2.c           if (z < y)
z                 105 maint/gnulib/tests/test-truncf2.c             z += L_(1.0);
z                 108 maint/gnulib/tests/test-truncf2.c   return z;
z                  85 maint/gnulib/tests/test-tsearch.c static int z[SIZE];
z                 129 maint/gnulib/tests/test-tsearch.c       ++z[key];
z                 147 maint/gnulib/tests/test-tsearch.c   memset (z, 0, sizeof z);
z                 152 maint/gnulib/tests/test-tsearch.c     if (z[i] != 1)