Home
last modified time | relevance | path

Searched refs:TFtype (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/contrib/gcc/config/rs6000/
HDppc64-fp.c37 extern DItype __fixtfdi (TFtype);
42 extern TFtype __floatditf (DItype);
43 extern TFtype __floatunditf (UDItype);
48 extern DItype __fixunstfdi (TFtype);
54 __fixtfdi (TFtype a) in __fixtfdi()
95 TFtype
104 return (TFtype) dh + (TFtype) dl; in __floatditf()
107 TFtype
116 return (TFtype) dh + (TFtype) dl; in __floatunditf()
193 __fixunstfdi (TFtype a) in __fixunstfdi()
[all …]
/NextBSD/contrib/gcc/config/
HDfloatunsitf.c4 typedef float TFtype __attribute__ ((mode (TF))); typedef
6 TFtype
10 TFtype r = (TFtype) s; in __floatunsitf()
12 r += (TFtype)2.0 * (TFtype) ((USItype) 1 in __floatunsitf()
HDfp-bit.h100 typedef float TFtype __attribute__ ((mode (TF))); typedef
178 typedef TFtype FLO_type;
509 extern TFtype sf_to_tf (SFtype);
523 extern TFtype df_to_tf (DFtype);
529 extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype);
532 extern SFtype tf_to_sf (TFtype);
535 extern DFtype tf_to_df (TFtype);
538 extern TFtype di_to_df (DItype);
/NextBSD/contrib/gcc/
HDlibgcc2.h170 typedef float TFtype __attribute__ ((mode (TF))); typedef
398 extern DWtype __fixunstfDI (TFtype);
399 extern DWtype __fixtfdi (TFtype);
400 extern TFtype __floatditf (DWtype);
401 extern TFtype __floatunditf (UDWtype);
402 extern TFtype __powitf2 (TFtype, int);
403 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype);
404 extern TCtype __multc3 (TFtype, TFtype, TFtype, TFtype);
HDlibgcc2.c1188 __fixunstfDI (TFtype a) in __fixunstfDI()
1194 const TFtype b = (a / Wtype_MAXp1_F); in __fixunstfDI()
1200 a -= (TFtype)v; in __fixunstfDI()
1214 __fixtfdi (TFtype a) in __fixtfdi()
1390 TFtype
1396 TFtype d = (Wtype) (u >> W_TYPE_SIZE); in __floatditf()
1404 TFtype
1410 TFtype d = (UWtype) (u >> W_TYPE_SIZE); in __floatunditf()
1459 # define FTYPE TFtype in FUNC()
1571 # define FTYPE TFtype in FUNC()
[all …]
/NextBSD/contrib/gcc/config/soft-fp/
HDmultf3.c35 TFtype __multf3(TFtype a, TFtype b) in __multf3()
39 TFtype r; in __multf3()
HDsubtf3.c35 TFtype __subtf3(TFtype a, TFtype b) in __subtf3()
39 TFtype r; in __subtf3()
HDdivtf3.c35 TFtype __divtf3(TFtype a, TFtype b) in __divtf3()
39 TFtype r; in __divtf3()
HDaddtf3.c35 TFtype __addtf3(TFtype a, TFtype b) in __addtf3()
39 TFtype r; in __addtf3()
HDnegtf2.c35 TFtype __negtf2(TFtype a) in __negtf2()
39 TFtype r; in __negtf2()
HDfloatsitf.c35 TFtype __floatsitf(SItype i) in __floatsitf()
39 TFtype a; in __floatsitf()
HDfloatunditf.c35 TFtype
40 TFtype a; in __floatunditf()
HDfloatunsitf.c35 TFtype
40 TFtype a; in __floatunsitf()
HDfloatditf.c35 TFtype __floatditf(DItype i) in __floatditf()
39 TFtype a; in __floatditf()
HDunordtf2.c35 __unordtf2(TFtype a, TFtype b) in __unordtf2()
HDextenddftf2.c36 TFtype __extenddftf2(DFtype a) in __extenddftf2()
41 TFtype r; in __extenddftf2()
HDextendsftf2.c36 TFtype __extendsftf2(SFtype a) in __extendsftf2()
41 TFtype r; in __extendsftf2()
HDgetf2.c35 int __getf2(TFtype a, TFtype b) in __getf2()
HDeqtf2.c35 int __eqtf2(TFtype a, TFtype b) in __eqtf2()
HDletf2.c35 int __letf2(TFtype a, TFtype b) in __letf2()
HDquad.h63 typedef float TFtype __attribute__((mode(TF))); typedef
69 TFtype flt;
173 TFtype flt /* __attribute__((mode(TF))) */ ;
HDfixunstfdi.c35 UDItype __fixunstfdi(TFtype a) in __fixunstfdi()
HDfixunstfsi.c35 USItype __fixunstfsi(TFtype a) in __fixunstfsi()
HDfixtfdi.c35 DItype __fixtfdi(TFtype a) in __fixtfdi()
HDfixtfsi.c35 SItype __fixtfsi(TFtype a) in __fixtfsi()

12