exp                25 maint/gnulib/lib/expf.c   return (float) exp ((double) x);
exp                27 maint/gnulib/lib/expl.c   return exp (x);
exp                66 maint/gnulib/lib/expm1.c     return exp (x) - 1.0;
exp                28 maint/gnulib/lib/ldexpf.c ldexpf (float x, int exp)
exp                30 maint/gnulib/lib/ldexpf.c   return (float) ldexp ((double) x, exp);
exp                29 maint/gnulib/lib/ldexpl.c ldexpl (long double x, int exp)
exp                31 maint/gnulib/lib/ldexpl.c   return ldexp (x, exp);
exp                40 maint/gnulib/lib/ldexpl.c ldexpl (long double x, int exp)
exp                51 maint/gnulib/lib/ldexpl.c       if (exp < 0)
exp                53 maint/gnulib/lib/ldexpl.c           exp = -exp;
exp                59 maint/gnulib/lib/ldexpl.c       if (exp > 0)
exp                64 maint/gnulib/lib/ldexpl.c             if (exp & bit)
exp                67 maint/gnulib/lib/ldexpl.c             if (bit > exp)
exp              1403 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (ldexpf, float, (float x, int exp));
exp              1405 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (ldexpf, float, (float x, int exp));
exp              1423 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (ldexpl, long double, (long double x, int exp));
exp              1424 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (ldexpl, long double, (long double x, int exp));
exp              1427 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (ldexpl, long double, (long double x, int exp));
exp              1430 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (ldexpl, long double, (long double x, int exp));
exp              1186 maint/gnulib/lib/mini-gmp.c   unsigned exp;
exp              1195 maint/gnulib/lib/mini-gmp.c   unsigned exp;
exp              1198 maint/gnulib/lib/mini-gmp.c   for (exp = 1, p = b; p <= m; exp++)
exp              1201 maint/gnulib/lib/mini-gmp.c   info->exp = exp;
exp              1293 maint/gnulib/lib/mini-gmp.c 	  for (sn += done; done < info->exp; done++)
exp              1372 maint/gnulib/lib/mini-gmp.c   k = 1 + (sn - 1) % info->exp;
exp              1386 maint/gnulib/lib/mini-gmp.c       for (k = 1; k < info->exp; k++)
exp              4401 maint/gnulib/lib/mini-gmp.c       alloc = (dn + info.exp - 1) / info.exp;
exp               209 maint/gnulib/lib/trigl.c   int exp, n;
exp               248 maint/gnulib/lib/trigl.c   z = frexp (x, &exp);
exp               259 maint/gnulib/lib/trigl.c   n = kernel_rem_pio2 (tx, tx + 5, exp - 24, tx[4] ? 5 : 4, 3, two_over_pi);
exp               991 maint/gnulib/lib/vasnprintf.c   int exp;
exp              1001 maint/gnulib/lib/vasnprintf.c   y = frexpl (x, &exp);
exp              1063 maint/gnulib/lib/vasnprintf.c   *ep = exp - LDBL_MANT_BIT;
exp              1079 maint/gnulib/lib/vasnprintf.c   int exp;
exp              1089 maint/gnulib/lib/vasnprintf.c   y = frexp (x, &exp);
exp              1148 maint/gnulib/lib/vasnprintf.c   *ep = exp - DBL_MANT_BIT;
exp              1418 maint/gnulib/lib/vasnprintf.c   int exp;
exp              1424 maint/gnulib/lib/vasnprintf.c   y = frexpl (x, &exp);
exp              1434 maint/gnulib/lib/vasnprintf.c           exp -= GMP_LIMB_BITS;
exp              1439 maint/gnulib/lib/vasnprintf.c           exp -= 16;
exp              1444 maint/gnulib/lib/vasnprintf.c           exp -= 8;
exp              1449 maint/gnulib/lib/vasnprintf.c           exp -= 4;
exp              1454 maint/gnulib/lib/vasnprintf.c           exp -= 2;
exp              1459 maint/gnulib/lib/vasnprintf.c           exp -= 1;
exp              1465 maint/gnulib/lib/vasnprintf.c   l = exp;
exp              1509 maint/gnulib/lib/vasnprintf.c   int exp;
exp              1515 maint/gnulib/lib/vasnprintf.c   y = frexp (x, &exp);
exp              1525 maint/gnulib/lib/vasnprintf.c           exp -= GMP_LIMB_BITS;
exp              1530 maint/gnulib/lib/vasnprintf.c           exp -= 16;
exp              1535 maint/gnulib/lib/vasnprintf.c           exp -= 8;
exp              1540 maint/gnulib/lib/vasnprintf.c           exp -= 4;
exp              1545 maint/gnulib/lib/vasnprintf.c           exp -= 2;
exp              1550 maint/gnulib/lib/vasnprintf.c           exp -= 1;
exp              1556 maint/gnulib/lib/vasnprintf.c   l = exp;
exp                36 maint/gnulib/tests/test-exp-ieee.c #define EXP exp
exp                24 maint/gnulib/tests/test-exp.c SIGNATURE_CHECK (exp, double, (double));
exp                33 maint/gnulib/tests/test-exp.c #define EXP exp
exp                42 maint/gnulib/tests/test-exp.c   y = exp (x);
exp                24 maint/gnulib/tests/test-frexp-ieee.h     int exp = -9999;
exp                26 maint/gnulib/tests/test-frexp-ieee.h     mantissa = FREXP (NAN, &exp);
exp                32 maint/gnulib/tests/test-frexp-ieee.h     int exp = -9999;
exp                34 maint/gnulib/tests/test-frexp-ieee.h     mantissa = FREXP (L_(0.0), &exp);
exp                37 maint/gnulib/tests/test-frexp-ieee.h     ASSERT (exp == 0);
exp                40 maint/gnulib/tests/test-frexp-ieee.h     int exp = -9999;
exp                42 maint/gnulib/tests/test-frexp-ieee.h     mantissa = FREXP (MINUS_ZERO, &exp);
exp                45 maint/gnulib/tests/test-frexp-ieee.h     ASSERT (exp == 0);
exp                50 maint/gnulib/tests/test-frexp-ieee.h     int exp = -9999;
exp                52 maint/gnulib/tests/test-frexp-ieee.h     mantissa = FREXP (INFINITY, &exp);
exp                56 maint/gnulib/tests/test-frexp-ieee.h     int exp = -9999;
exp                58 maint/gnulib/tests/test-frexp-ieee.h     mantissa = FREXP (- INFINITY, &exp);
exp                34 maint/gnulib/tests/test-frexp.h     int exp = -9999;
exp                37 maint/gnulib/tests/test-frexp.h     mantissa = FREXP (x, &exp);
exp                42 maint/gnulib/tests/test-frexp.h     int exp = -9999;
exp                45 maint/gnulib/tests/test-frexp.h     mantissa = FREXP (x, &exp);
exp                50 maint/gnulib/tests/test-frexp.h     int exp = -9999;
exp                53 maint/gnulib/tests/test-frexp.h     mantissa = FREXP (x, &exp);
exp                58 maint/gnulib/tests/test-frexp.h     int exp = -9999;
exp                61 maint/gnulib/tests/test-frexp.h     mantissa = FREXP (x, &exp);
exp                62 maint/gnulib/tests/test-frexp.h     ASSERT (exp == 0);
exp                68 maint/gnulib/tests/test-frexp.h     int exp = -9999;
exp                71 maint/gnulib/tests/test-frexp.h     mantissa = FREXP (x, &exp);
exp                72 maint/gnulib/tests/test-frexp.h     ASSERT (exp == 0);
exp                79 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp                80 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp                81 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp                86 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp                87 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp                88 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp                93 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp                94 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp                95 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               101 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               102 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               103 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               108 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               109 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               110 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               115 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               116 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               117 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               123 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               124 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               125 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               130 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               131 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               132 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               137 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               138 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               139 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               142 maint/gnulib/tests/test-frexp.h       ASSERT (mantissa == my_ldexp (x, - exp));
exp               147 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               148 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               149 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               154 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               155 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               156 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i);
exp               161 maint/gnulib/tests/test-frexp.h       int exp = -9999;
exp               162 maint/gnulib/tests/test-frexp.h       DOUBLE mantissa = FREXP (x, &exp);
exp               163 maint/gnulib/tests/test-frexp.h       ASSERT (exp == i || exp == i + 1);
exp               166 maint/gnulib/tests/test-frexp.h       ASSERT (mantissa == my_ldexp (x, - exp));
exp               174 maint/gnulib/tests/test-frexp.h         int exp = -9999;
exp               175 maint/gnulib/tests/test-frexp.h         DOUBLE mantissa = FREXP (x, &exp);
exp               176 maint/gnulib/tests/test-frexp.h         ASSERT (x == my_ldexp (mantissa, exp));
exp                20 maint/gnulib/tests/test-ldexp-ieee.h   int exp;
exp                25 maint/gnulib/tests/test-ldexp-ieee.h   for (exp = -100000; exp <= 100000; exp += 100000)
exp                26 maint/gnulib/tests/test-ldexp-ieee.h     ASSERT (ISNAN (LDEXP (NAN, exp)));
exp                29 maint/gnulib/tests/test-ldexp-ieee.h   for (exp = -100000; exp <= 100000; exp += 100000)
exp                31 maint/gnulib/tests/test-ldexp-ieee.h       DOUBLE z = LDEXP (L_(0.0), exp);
exp                35 maint/gnulib/tests/test-ldexp-ieee.h   for (exp = -100000; exp <= 100000; exp += 100000)
exp                37 maint/gnulib/tests/test-ldexp-ieee.h       DOUBLE z = LDEXP (MINUS_ZERO, exp);
exp                43 maint/gnulib/tests/test-ldexp-ieee.h   for (exp = -100000; exp <= 100000; exp += 100000)
exp                44 maint/gnulib/tests/test-ldexp-ieee.h     ASSERT (LDEXP (INFINITY, exp) == INFINITY);
exp                45 maint/gnulib/tests/test-ldexp-ieee.h   for (exp = -100000; exp <= 100000; exp += 100000)
exp                46 maint/gnulib/tests/test-ldexp-ieee.h     ASSERT (LDEXP (- INFINITY, exp) == - INFINITY);
exp                43 maint/gnulib/tests/test-nstrftime.c   char const *exp;
exp                76 maint/gnulib/tests/test-nstrftime.c       if (! STREQ (buf, T[i].exp))
exp                80 maint/gnulib/tests/test-nstrftime.c                   T[i].fmt, buf, T[i].exp);
exp               119 maint/gnulib/tests/test-nstrftime.c   char const *exp;
exp               201 maint/gnulib/tests/test-nstrftime.c       if (! (STREQ (buf, LT[i].exp)
exp               202 maint/gnulib/tests/test-nstrftime.c              || (!tz && n == strlen (LT[i].exp)
exp               203 maint/gnulib/tests/test-nstrftime.c                  && memcmp (buf, LT[i].exp, n - sizeof "(GMT)" + 1) == 0
exp               211 maint/gnulib/tests/test-nstrftime.c                   setting, LT[i].exp, buf);
exp               229 maint/gnulib/tests/test-nstrftime.c       char exp[2] = {0,};
exp               241 maint/gnulib/tests/test-nstrftime.c       exp[0] = mon < 4 ? '1' : mon < 7 ? '2' : mon < 10 ? '3' : '4';
exp               242 maint/gnulib/tests/test-nstrftime.c       if (strcmp (out, exp) != 0)
exp               244 maint/gnulib/tests/test-nstrftime.c           printf ("nstrftime %%q: expected \"%s\", got \"%s\"\n", exp, out);
exp                50 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp                51 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp                52 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == i - 1);
exp                57 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp                58 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp                59 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == i - 1);
exp                64 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp                65 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp                66 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == DBL_MIN_EXP - 1);
exp                72 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp                73 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp                74 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == i - 1);
exp                79 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp                80 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp                81 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == i - 1);
exp                86 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp                87 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp                88 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == DBL_MIN_EXP - 1);
exp                91 maint/gnulib/tests/test-printf-frexp.c       ASSERT (mantissa == my_ldexp (x, - exp));
exp                96 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp                97 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp                98 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == i - 1);
exp               103 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp               104 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp               105 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == i - 1);
exp               110 maint/gnulib/tests/test-printf-frexp.c       int exp = -9999;
exp               111 maint/gnulib/tests/test-printf-frexp.c       double mantissa = printf_frexp (x, &exp);
exp               112 maint/gnulib/tests/test-printf-frexp.c       ASSERT (exp == DBL_MIN_EXP - 1);
exp               115 maint/gnulib/tests/test-printf-frexp.c       ASSERT (mantissa == my_ldexp (x, - exp));
exp                65 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp                66 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp                67 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == i - 1);
exp                72 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp                73 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp                74 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == i - 1);
exp                79 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp                80 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp                81 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == LDBL_MIN_EXP - 1);
exp                87 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp                88 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp                89 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == i - 1);
exp                94 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp                95 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp                96 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == i - 1);
exp               101 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp               102 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp               103 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == LDBL_MIN_EXP - 1);
exp               106 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (mantissa == my_ldexp (x, - exp));
exp               111 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp               112 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp               113 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == i - 1);
exp               118 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp               119 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp               120 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == i - 1);
exp               125 maint/gnulib/tests/test-printf-frexpl.c       int exp = -9999;
exp               126 maint/gnulib/tests/test-printf-frexpl.c       long double mantissa = printf_frexpl (x, &exp);
exp               127 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (exp == LDBL_MIN_EXP - 1);
exp               130 maint/gnulib/tests/test-printf-frexpl.c       ASSERT (mantissa == my_ldexp (x, - exp));
exp                86 maint/gnulib/tests/test-readlinkat.c       ssize_t exp = strlen (contents);
exp                97 maint/gnulib/tests/test-readlinkat.c       ASSERT (readlinkat (dfd, BASE "link", buf, sizeof buf) == exp);
exp                98 maint/gnulib/tests/test-readlinkat.c       ASSERT (strncmp (contents, buf, exp) == 0);
exp               108 maint/gnulib/tests/test-readlinkat.c       ASSERT (readlinkat (AT_FDCWD, BASE "link", buf, sizeof buf) == exp);
exp               109 maint/gnulib/tests/test-readlinkat.c       ASSERT (strncmp (contents, buf, exp) == 0);
exp               111 maint/gnulib/tests/test-readlinkat.c       ASSERT (readlinkat (dfd, BASE "link", buf, sizeof buf) == exp);
exp               112 maint/gnulib/tests/test-readlinkat.c       ASSERT (strncmp (contents, buf, exp) == 0);
exp                60 maint/gnulib/tests/unistr/test-chr.h     UNIT *exp = input + 1026;
exp                70 maint/gnulib/tests/unistr/test-chr.h         ASSERT (exp < input + length - 1);
exp                71 maint/gnulib/tests/unistr/test-chr.h         ASSERT (U_CHR (prev, (length - 1) - (prev - input), uc) == exp);
exp                72 maint/gnulib/tests/unistr/test-chr.h         ASSERT (memcmp (exp, c, n * sizeof (UNIT)) == 0);
exp                73 maint/gnulib/tests/unistr/test-chr.h         prev = exp;
exp                74 maint/gnulib/tests/unistr/test-chr.h         exp += n * 63;
exp                54 maint/gnulib/tests/unistr/test-strchr.h     UNIT *exp = input + 1026;
exp                65 maint/gnulib/tests/unistr/test-strchr.h         ASSERT (exp < input + length - 2);
exp                66 maint/gnulib/tests/unistr/test-strchr.h         ASSERT (U_STRCHR (prev, uc) == exp);
exp                67 maint/gnulib/tests/unistr/test-strchr.h         ASSERT (memcmp (exp, c, n * sizeof (UNIT)) == 0);
exp                68 maint/gnulib/tests/unistr/test-strchr.h         prev = exp;
exp                69 maint/gnulib/tests/unistr/test-strchr.h         exp += n * 63;