HomeSort by: relevance | last modified time | path
    Searched refs:_fpioconst_pow10 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/printf/
fpioconst.h 60 #define _fpioconst_pow10 __quadmath_fpioconst_pow10 macro
61 extern const struct mp_power _fpioconst_pow10[FPIOCONST_POW10_ARRAY_SIZE]
64 /* The constants in the array `_fpioconst_pow10' have an offset. */
printf_fp.c 461 const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
481 assert (powers > &_fpioconst_pow10[0]);
537 while (powers > &_fpioconst_pow10[0]);
628 const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
638 assert (powers != &_fpioconst_pow10[0]);
754 while (powers != &_fpioconst_pow10[1] && exponent > 0);
fpioconst.c 1311 const struct mp_power _fpioconst_pow10[FPIOCONST_POW10_ARRAY_SIZE] =
1309 const struct mp_power _fpioconst_pow10[FPIOCONST_POW10_ARRAY_SIZE] = variable in typeref:struct:mp_power
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
fpioconst.h 60 #define _fpioconst_pow10 __quadmath_fpioconst_pow10 macro
61 extern const struct mp_power _fpioconst_pow10[FPIOCONST_POW10_ARRAY_SIZE]
64 /* The constants in the array `_fpioconst_pow10' have an offset. */
printf_fp.c 461 const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
481 assert (powers > &_fpioconst_pow10[0]);
537 while (powers > &_fpioconst_pow10[0]);
628 const struct mp_power *powers = &_fpioconst_pow10[explog + 1];
638 assert (powers != &_fpioconst_pow10[0]);
754 while (powers != &_fpioconst_pow10[1] && exponent > 0);
fpioconst.c 1311 const struct mp_power _fpioconst_pow10[FPIOCONST_POW10_ARRAY_SIZE] =
1309 const struct mp_power _fpioconst_pow10[FPIOCONST_POW10_ARRAY_SIZE] = variable in typeref:struct:mp_power
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 1230 const struct mp_power *ttab = &_fpioconst_pow10[0];
1375 const struct mp_power *ttab = &_fpioconst_pow10[0];
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 1230 const struct mp_power *ttab = &_fpioconst_pow10[0];
1375 const struct mp_power *ttab = &_fpioconst_pow10[0];

Completed in 42 milliseconds