| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| D | avr-lib.h | 57 #define FROM_SINT_C_TYPE DItype 66 #define TO_SINT_C_TYPE DItype 78 #define INT_C_TYPE DItype 91 #define FROM_INT_C_TYPE DItype 92 #define FROM_SINT_C_TYPE DItype 100 #define TO_INT_C_TYPE DItype 101 #define TO_SINT_C_TYPE DItype
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | bid_gcc_intrinsics.h | 66 typedef int DItype __attribute__ ((mode (DI))); typedef 80 typedef DItype SINT64; 126 #ifndef DItype 127 #define DItype SINT64 macro 153 extern DItype __bid_fixdddi (_Decimal64); 169 extern _Decimal64 __bid_floatdidd (DItype); 170 extern _Decimal32 __bid_floatdisd (DItype); 171 extern _Decimal128 __bid_floatditd (DItype); 201 extern DItype __bid_fixsddi (_Decimal32); 221 extern DItype __bid_fixtddi (_Decimal128);
|
| D | _td_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixtddi()
|
| D | _dd_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixdddi()
|
| D | _sd_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixsddi()
|
| D | _di_to_td.c | 29 __bid_floatditd (DItype x) { in __bid_floatditd()
|
| D | _di_to_dd.c | 29 __bid_floatdidd (DItype x) { in __bid_floatdidd()
|
| D | _di_to_sd.c | 29 __bid_floatdisd (DItype x) { in __bid_floatdisd()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | fixed-bit.h | 96 typedef int DItype __attribute__ ((mode (DI))); typedef 203 #define DINT_C_TYPE DItype 235 #define INT_C_TYPE DItype 273 #define HINT_C_TYPE DItype 333 #define DINT_C_TYPE DItype 365 #define INT_C_TYPE DItype 403 #define HINT_C_TYPE DItype 600 #define FROM_INT_C_TYPE DItype 601 #define FROM_SINT_C_TYPE DItype 641 #define FROM_SINT_C_TYPE DItype [all …]
|
| D | libgcc2.h | 132 typedef int DItype __attribute__ ((mode (DI))); typedef 192 #define Wtype DItype 194 #define HWtype DItype 212 #define DWtype DItype 411 extern DItype __bswapdi2 (DItype);
|
| D | fp-bit.h | 100 typedef int DItype __attribute__ ((mode (DI))); typedef 123 #define MAX_DI_INT ((DItype) (MAX_UDI_INT >> 1)) 221 typedef DItype intfrac; 487 extern TFtype di_to_df (DItype);
|
| D | dfp-bit.h | 213 #define INT_TYPE DItype 558 typedef int DItype __attribute__ ((mode (DI))); typedef
|
| D | libgcc2.c | 478 DItype 479 __bswapdi2 (DItype u) in __bswapdi2() 2191 #define DItype bogus_type
|
| D | ChangeLog | 583 * config/gcn/lib2-gcn.h (DItype, UDItype, TItype, UTItype): Add
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | dp-bit.c | 68 #ifndef DItype 69 typedef int DItype __attribute__ ((mode (DI))); typedef 131 typedef DItype intfrac; 721 DItype answer = (DItype)(a->fraction.ll) * (DItype)(b->fraction.ll); in _fpmul_parts()
|
| D | double.c | 32 #define DItype int64_t macro
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | mpfr-gmp.h | 205 typedef int DItype __attribute__ ((mode (DI))); 212 typedef long long int DItype; 215 typedef long int DItype;
|
| D | mpfr-longlong.h | 618 ({union {DItype __ll; \ 827 union {DItype __ll; \ 838 union {DItype __ll; \ 1595 DItype __m0 = (m0), __m1 = (m1); \ 1930 union {DItype __ll; \
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | longlong.h | 412 union {DItype __ll; \ 422 union {DItype __ll; \ 980 DItype __m0 = (m0), __m1 = (m1); \ 1496 union {DItype __ll; \
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | longlong.h | 412 union {DItype __ll; \ 422 union {DItype __ll; \ 992 DItype __m0 = (m0), __m1 = (m1); \ 1508 union {DItype __ll; \
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | longlong.h | 412 union {DItype __ll; \ 422 union {DItype __ll; \ 992 DItype __m0 = (m0), __m1 = (m1); \ 1508 union {DItype __ll; \
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | longlong.h | 620 ({union {DItype __ll; \ 829 union {DItype __ll; \ 840 union {DItype __ll; \ 1583 DItype __m0 = (m0), __m1 = (m1); \ 1918 union {DItype __ll; \
|
| D | gmp-impl.h | 3661 DItype __res; \ 3755 typedef int DItype __attribute__ ((mode (DI))); typedef 3762 typedef long long int DItype; typedef 3765 typedef long int DItype; typedef
|
| D | ChangeLog | 20166 (DItype): Use HAVE_LONG_LONG to choose long long, avoiding _LONGLONG 28339 * gmp-impl.h: Always define DItype and UDItype. 30774 * gmp-impl.h (DItype,UDItype): Do these also if _LONG_LONG_LIMB. 31010 * gmp-impl.h (DItype, UDItype): Define for non-gcc if _LONGLONG is
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2007 | 33576 (__bswapdi2): Use DItype.
|