Searched refs:DItype (Results 1 – 20 of 20) sorted by relevance
37 extern DItype __fixtfdi (TFtype);38 extern DItype __fixdfdi (DFtype);39 extern DItype __fixsfdi (SFtype);42 extern TFtype __floatditf (DItype);44 extern DFtype __floatdidf (DItype);46 extern SFtype __floatdisf (DItype);48 extern DItype __fixunstfdi (TFtype);50 static DItype local_fixunssfdi (SFtype);51 static DItype local_fixunsdfdi (DFtype);53 DItype[all …]
2 typedef int DItype __attribute__ ((mode (DI))); typedef9 SFtype __floatdisf (DItype);12 __floatdisf (DItype u) in __floatdisf()19 if (53 < (sizeof (DItype) * 8) in __floatdisf()20 && 53 > ((sizeof (DItype) * 8) - 53 + 24)) in __floatdisf()22 if (!(- ((DItype) 1 << 53) < u in __floatdisf()23 && u < ((DItype) 1 << 53))) in __floatdisf()25 if ((UDItype) u & (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1)) in __floatdisf()27 u &= ~ (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1); in __floatdisf()28 u |= (UDItype) 1 << (sizeof (DItype) * 8 - 53); in __floatdisf()
2 typedef int DItype __attribute__ ((mode (DI))); typedef18 if (53 < (sizeof (DItype) * 8) in __floatundisf()19 && 53 > ((sizeof (DItype) * 8) - 53 + 24)) in __floatundisf()23 if ((UDItype) u & (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1)) in __floatundisf()25 u &= ~ (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1); in __floatundisf()26 u |= (UDItype) 1 << (sizeof (DItype) * 8 - 53); in __floatundisf()
3 typedef int DItype __attribute__ ((mode (DI))); typedef7 DItype __fixdfdi (DFtype);12 static DItype22 DItype
3 typedef int DItype __attribute__ ((mode (DI))); typedef8 DItype __fixsfdi (SFtype);13 static DItype24 DItype
4 typedef int DItype __attribute__ ((mode (DI))); typedef7 DFtype __floatdidf (DItype);10 __floatdidf (DItype u) in __floatdidf()
105 typedef int DItype __attribute__ ((mode (DI))); typedef128 #define MAX_DI_INT ((DItype) (MAX_UDI_INT >> 1))222 typedef DItype intfrac;538 extern TFtype di_to_df (DItype);
199 #define INT_TYPE DItype428 typedef int DItype __attribute__ ((mode (DI))); typedef
182 typedef int DItype __attribute__((mode(DI))); typedef193 #define DI_BITS (__CHAR_BIT__ * (int)sizeof(DItype))
35 DItype __fixtfdi(TFtype a) in __fixtfdi()
35 DItype __fixsfdi(SFtype a) in __fixsfdi()
35 DItype __fixdfdi(DFtype a) in __fixdfdi()
35 SFtype __floatdisf(DItype i) in __floatdisf()
35 DFtype __floatdidf(DItype i) in __floatdidf()
35 TFtype __floatditf(DItype i) in __floatditf()
429 _t240 = (DItype)_k240; \
147 typedef int DItype __attribute__ ((mode (DI))); typedef202 #define Wtype DItype204 #define HWtype DItype217 #define DWtype DItype
293 union {DItype __ll; \303 union {DItype __ll; \759 DItype __m0 = (m0), __m1 = (m1); \1182 union {DItype __ll; \
176 const DItype w = (DItype) a * (DItype) b; in __mulvsi3()1919 #define DItype bogus_type
809 * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.