Searched refs:DItype (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/
H A Dfloatdisf.c2 typedef int DItype __attribute__ ((mode (DI))); typedef
9 SFtype __floatdisf (DItype);
12 __floatdisf (DItype u)
19 if (53 < (sizeof (DItype) * 8)
20 && 53 > ((sizeof (DItype) * 8) - 53 + 24))
22 if (!(- ((DItype) 1 << 53) < u
23 && u < ((DItype) 1 << 53)))
25 if ((UDItype) u & (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1))
27 u &= ~ (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1);
28 u |= (UDItype) 1 << (sizeof (DItype) *
[all...]
H A Dfloatundisf.c2 typedef int DItype __attribute__ ((mode (DI))); typedef
18 if (53 < (sizeof (DItype) * 8)
19 && 53 > ((sizeof (DItype) * 8) - 53 + 24))
23 if ((UDItype) u & (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1))
25 u &= ~ (((UDItype) 1 << (sizeof (DItype) * 8 - 53)) - 1);
26 u |= (UDItype) 1 << (sizeof (DItype) * 8 - 53);
H A Dfloatdidf.c4 typedef int DItype __attribute__ ((mode (DI))); typedef
7 DFtype __floatdidf (DItype);
10 __floatdidf (DItype u)
H A Dfixdfdi.c3 typedef int DItype __attribute__ ((mode (DI))); typedef
7 DItype __fixdfdi (DFtype);
12 static DItype
22 DItype
H A Dfixsfdi.c3 typedef int DItype __attribute__ ((mode (DI))); typedef
8 DItype __fixsfdi (SFtype);
13 static DItype
24 DItype
H A Dfp-bit.h105 typedef int DItype __attribute__ ((mode (DI))); typedef
128 #define MAX_DI_INT ((DItype) (MAX_UDI_INT >> 1))
222 typedef DItype intfrac;
538 extern TFtype di_to_df (DItype);
H A Ddfp-bit.h199 #define INT_TYPE DItype
428 typedef int DItype __attribute__ ((mode (DI))); typedef
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Dppc64-fp.c37 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...]
/freebsd-10.0-release/contrib/gcc/config/soft-fp/
H A Dfixdfdi.c35 DItype __fixdfdi(DFtype a)
H A Dfixsfdi.c35 DItype __fixsfdi(SFtype a)
H A Dfixtfdi.c35 DItype __fixtfdi(TFtype a)
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i)
H A Dfloatdisf.c35 SFtype __floatdisf(DItype i)
H A Dfloatditf.c35 TFtype __floatditf(DItype i)
H A Dsoft-fp.h182 typedef int DItype __attribute__((mode(DI))); typedef
193 #define DI_BITS (__CHAR_BIT__ * (int)sizeof(DItype))
H A Dop-2.h429 _t240 = (DItype)_k240; \
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.h147 typedef int DItype __attribute__ ((mode (DI))); typedef
202 #define Wtype DItype
204 #define HWtype DItype
217 #define DWtype DItype
H A Dlonglong.h29 DItype, UDItype -- Signed and unsigned 64 bit types.
293 union {DItype __ll; \
303 union {DItype __ll; \
759 DItype __m0 = (m0), __m1 = (m1); \
1182 union {DItype __ll; \
H A Dlibgcc2.c181 const DItype w = (DItype) a * (DItype) b;
1948 #define DItype bogus_type
1919 #define DItype macro

Completed in 123 milliseconds