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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
fpioconst.h 48 #define __tens __quadmath_tens macro
49 extern const mp_limb_t __tens[] attribute_hidden;
55 size_t arrayoff; /* Offset in `__tens'. */
printf_fp.c 501 &__tens[powers->arrayoff],
511 memcpy (tmp, &__tens[powers->arrayoff],
518 &__tens[powers->arrayoff
651 cy = mpn_mul (tmp, &__tens[powers->arrayoff
657 &__tens[powers->arrayoff + _FPIO_CONST_OFFSET],
fpioconst.c 33 const mp_limb_t __tens[] = variable
669 const mp_limb_t __tens[] =
668 const mp_limb_t __tens[] = variable
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
fpioconst.h 48 #define __tens __quadmath_tens macro
49 extern const mp_limb_t __tens[] attribute_hidden;
55 size_t arrayoff; /* Offset in `__tens'. */
printf_fp.c 501 &__tens[powers->arrayoff],
511 memcpy (tmp, &__tens[powers->arrayoff],
518 &__tens[powers->arrayoff
651 cy = mpn_mul (tmp, &__tens[powers->arrayoff
657 &__tens[powers->arrayoff + _FPIO_CONST_OFFSET],
fpioconst.c 33 const mp_limb_t __tens[] = variable
669 const mp_limb_t __tens[] =
668 const mp_limb_t __tens[] = variable
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 1246 &__tens[ttab->arrayoff
1250 cy = mpn_mul (pdest, &__tens[ttab->arrayoff
1445 memcpy (psrc, &__tens[ttab->arrayoff + _FPIO_CONST_OFFSET],
1450 cy = mpn_mul (pdest, &__tens[ttab->arrayoff
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 1246 &__tens[ttab->arrayoff
1250 cy = mpn_mul (pdest, &__tens[ttab->arrayoff
1445 memcpy (psrc, &__tens[ttab->arrayoff + _FPIO_CONST_OFFSET],
1450 cy = mpn_mul (pdest, &__tens[ttab->arrayoff

Completed in 45 milliseconds