Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dppc64-fp.c37 extern DItype __fixtfdi (TFtype);
38 extern DItype __fixdfdi (DFtype);
53 DItype
61 DItype
69 DItype
96 __floatditf (DItype u) in __floatditf()
120 __floatdidf (DItype u) in __floatdidf()
144 __floatdisf (DItype u) in __floatdisf()
192 DItype
219 static DItype
[all …]
/freebsd-12.1/contrib/gcc/config/
H A Dfloatdisf.c2 typedef int DItype __attribute__ ((mode (DI))); typedef
9 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()
H A Dfloatundisf.c2 typedef int DItype __attribute__ ((mode (DI))); typedef
18 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()
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 Dfloatdidf.c4 typedef int DItype __attribute__ ((mode (DI))); typedef
7 DFtype __floatdidf (DItype);
10 __floatdidf (DItype u) in __floatdidf()
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-12.1/contrib/gcc/config/soft-fp/
H A Dsoft-fp.h182 typedef int DItype __attribute__((mode(DI))); typedef
193 #define DI_BITS (__CHAR_BIT__ * (int)sizeof(DItype))
H A Dfixdfdi.c35 DItype __fixdfdi(DFtype a) in __fixdfdi()
H A Dfixsfdi.c35 DItype __fixsfdi(SFtype a) in __fixsfdi()
H A Dfixtfdi.c35 DItype __fixtfdi(TFtype a) in __fixtfdi()
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i) in __floatdidf()
H A Dfloatdisf.c35 SFtype __floatdisf(DItype i) in __floatdisf()
H A Dfloatditf.c35 TFtype __floatditf(DItype i) in __floatditf()
H A Dop-2.h429 _t240 = (DItype)_k240; \
/freebsd-12.1/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.h293 union {DItype __ll; \
303 union {DItype __ll; \
759 DItype __m0 = (m0), __m1 = (m1); \
1182 union {DItype __ll; \
H A Dlibgcc2.c176 const DItype w = (DItype) a * (DItype) b; in __mulvsi3()
1943 #define DItype bogus_type
H A DChangeLog-2000809 * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.