Home
last modified time | relevance | path

Searched refs:DItype (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/avr/
Davr-lib.h57 #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/
Dbid_gcc_intrinsics.h66 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.c28 DItype
30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixtddi()
D_dd_to_di.c28 DItype
30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixdddi()
D_sd_to_di.c28 DItype
30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixsddi()
D_di_to_td.c29 __bid_floatditd (DItype x) { in __bid_floatditd()
D_di_to_dd.c29 __bid_floatdidd (DItype x) { in __bid_floatdidd()
D_di_to_sd.c29 __bid_floatdisd (DItype x) { in __bid_floatdisd()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dfixed-bit.h96 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 …]
Dlibgcc2.h132 typedef int DItype __attribute__ ((mode (DI))); typedef
192 #define Wtype DItype
194 #define HWtype DItype
212 #define DWtype DItype
411 extern DItype __bswapdi2 (DItype);
Dfp-bit.h100 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);
Ddfp-bit.h213 #define INT_TYPE DItype
558 typedef int DItype __attribute__ ((mode (DI))); typedef
Dlibgcc2.c478 DItype
479 __bswapdi2 (DItype u) in __bswapdi2()
2191 #define DItype bogus_type
DChangeLog583 * config/gcn/lib2-gcn.h (DItype, UDItype, TItype, UTItype): Add
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddp-bit.c68 #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()
Ddouble.c32 #define DItype int64_t macro
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-gmp.h205 typedef int DItype __attribute__ ((mode (DI)));
212 typedef long long int DItype;
215 typedef long int DItype;
Dmpfr-longlong.h618 ({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/
Dlonglong.h412 union {DItype __ll; \
422 union {DItype __ll; \
980 DItype __m0 = (m0), __m1 = (m1); \
1496 union {DItype __ll; \
/netbsd/src/external/gpl3/gdb/dist/include/
Dlonglong.h412 union {DItype __ll; \
422 union {DItype __ll; \
992 DItype __m0 = (m0), __m1 = (m1); \
1508 union {DItype __ll; \
/netbsd/src/external/gpl3/binutils/dist/include/
Dlonglong.h412 union {DItype __ll; \
422 union {DItype __ll; \
992 DItype __m0 = (m0), __m1 = (m1); \
1508 union {DItype __ll; \
/netbsd/src/external/lgpl3/gmp/dist/
Dlonglong.h620 ({union {DItype __ll; \
829 union {DItype __ll; \
840 union {DItype __ll; \
1583 DItype __m0 = (m0), __m1 = (m1); \
1918 union {DItype __ll; \
Dgmp-impl.h3661 DItype __res; \
3755 typedef int DItype __attribute__ ((mode (DI))); typedef
3762 typedef long long int DItype; typedef
3765 typedef long int DItype; typedef
DChangeLog20166 (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/
DChangeLog-200733576 (__bswapdi2): Use DItype.

12