| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | ppc64-fp.c | 31 extern DItype __fixtfdi (TFtype); 32 extern DItype __fixdfdi (DFtype); 33 extern DItype __fixsfdi (SFtype); 36 extern TFtype __floatditf (DItype); 38 extern DFtype __floatdidf (DItype); 40 extern SFtype __floatdisf (DItype); 42 extern DItype __fixunstfdi (TFtype); 44 static DItype local_fixunssfdi (SFtype); 45 static DItype local_fixunsdfdi (DFtype); 47 DItype [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| H A D | riscv-fp.c | 32 extern DItype __fixdfdi (DFtype); 33 extern DItype __fixsfdi (SFtype); 36 extern DFtype __floatdidf (DItype); 38 extern SFtype __floatdisf (DItype); 41 static DItype local_fixunssfdi (SFtype); 42 static DItype local_fixunsdfdi (DFtype); 44 DItype 52 DItype 79 __floatdidf (DItype u) in __floatdidf() 103 __floatdisf (DItype u) in __floatdisf() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| H A D | riscv-fp.c | 32 extern DItype __fixdfdi (DFtype); 33 extern DItype __fixsfdi (SFtype); 36 extern DFtype __floatdidf (DItype); 38 extern SFtype __floatdisf (DItype); 41 static DItype local_fixunssfdi (SFtype); 42 static DItype local_fixunsdfdi (DFtype); 44 DItype 52 DItype 79 __floatdidf (DItype u) in __floatdidf() 103 __floatdisf (DItype u) in __floatdisf() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| H A D | lib2-gcn.h | 36 typedef int DItype __attribute__ ((mode (DI))); typedef 43 extern DItype __divdi3 (DItype, DItype); 44 extern DItype __moddi3 (DItype, DItype);
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| H A 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.old/dist/libgcc/config/avr/ |
| H A 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/msp430/ |
| H A D | lib2mul.c | 40 typedef int DItype __attribute__ ((mode (DI))); typedef 47 DItype ll; 50 DItype __muldi3 (DItype u, DItype v); 52 DItype 53 __muldi3 (DItype u, DItype v) in __muldi3()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A 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);
|
| H A D | _td_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixtddi()
|
| H A D | _dd_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixdddi()
|
| H A D | _sd_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixsddi()
|
| H A D | _di_to_dd.c | 29 __bid_floatdidd (DItype x) { in __bid_floatdidd()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A 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);
|
| H A D | _td_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixtddi()
|
| H A D | _dd_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixdddi()
|
| H A D | _sd_to_di.c | 28 DItype 30 DItype res = 0xbaddbaddbaddbaddull; in __bid_fixsddi()
|
| H A D | _di_to_td.c | 29 __bid_floatditd (DItype x) { in __bid_floatditd()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A 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 …]
|
| H A 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);
|
| H A 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);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A 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 …]
|
| H A 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);
|
| H A 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);
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| H A D | soft-fp.h | 329 typedef int DItype __attribute__ ((mode (DI))); typedef 344 #define DI_BITS (__CHAR_BIT__ * (int) sizeof (DItype))
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| H A D | soft-fp.h | 329 typedef int DItype __attribute__ ((mode (DI))); typedef 344 #define DI_BITS (__CHAR_BIT__ * (int) sizeof (DItype))
|