Home
last modified time | relevance | path

Searched refs:arrayoff (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dfpioconst.h55 size_t arrayoff; /* Offset in `__tens'. */ member
H A Dprintf_fp.c499 &__tens[powers->arrayoff], in __quadmath_printf_fp()
509 memcpy (tmp, &__tens[powers->arrayoff], in __quadmath_printf_fp()
516 &__tens[powers->arrayoff in __quadmath_printf_fp()
649 cy = mpn_mul (tmp, &__tens[powers->arrayoff in __quadmath_printf_fp()
655 &__tens[powers->arrayoff + _FPIO_CONST_OFFSET], in __quadmath_printf_fp()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dfpioconst.h55 size_t arrayoff; /* Offset in `__tens'. */ member
H A Dprintf_fp.c499 &__tens[powers->arrayoff], in __quadmath_printf_fp()
509 memcpy (tmp, &__tens[powers->arrayoff], in __quadmath_printf_fp()
516 &__tens[powers->arrayoff in __quadmath_printf_fp()
649 cy = mpn_mul (tmp, &__tens[powers->arrayoff in __quadmath_printf_fp()
655 &__tens[powers->arrayoff + _FPIO_CONST_OFFSET], in __quadmath_printf_fp()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c1244 &__tens[ttab->arrayoff
1248 cy = mpn_mul (pdest, &__tens[ttab->arrayoff
1443 memcpy (psrc, &__tens[ttab->arrayoff + _FPIO_CONST_OFFSET],
1448 cy = mpn_mul (pdest, &__tens[ttab->arrayoff
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c1244 &__tens[ttab->arrayoff
1248 cy = mpn_mul (pdest, &__tens[ttab->arrayoff
1443 memcpy (psrc, &__tens[ttab->arrayoff + _FPIO_CONST_OFFSET],
1448 cy = mpn_mul (pdest, &__tens[ttab->arrayoff
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c397 d_uns64 arrayoff = offset; in pointerBitmap() local
404 offset = arrayoff + i * nextsize; in pointerBitmap()
407 offset = arrayoff; in pointerBitmap()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d245 ulong arrayoff = offset; in visit() local
252 offset = arrayoff + i * nextsize; in visit()
255 offset = arrayoff; in visit()