Searched refs:arrayoff (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
H A D | fpioconst.h | 55 size_t arrayoff; /* Offset in `__tens'. */ member
|
H A D | printf_fp.c | 499 &__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 D | fpioconst.h | 55 size_t arrayoff; /* Offset in `__tens'. */ member
|
H A D | printf_fp.c | 499 &__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 D | strtod_l.c | 1244 &__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 D | strtod_l.c | 1244 &__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 D | traits.c | 397 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 D | traits.d | 245 ulong arrayoff = offset; in visit() local 252 offset = arrayoff + i * nextsize; in visit() 255 offset = arrayoff; in visit()
|