Searched refs:TFtype (Results 1 – 25 of 29) sorted by relevance
12
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | ppc64-fp.c | 37 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/ |
| HD | floatunsitf.c | 4 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()
|
| HD | fp-bit.h | 100 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/ |
| HD | libgcc2.h | 170 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);
|
| HD | libgcc2.c | 1188 __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/ |
| HD | multf3.c | 35 TFtype __multf3(TFtype a, TFtype b) in __multf3() 39 TFtype r; in __multf3()
|
| HD | subtf3.c | 35 TFtype __subtf3(TFtype a, TFtype b) in __subtf3() 39 TFtype r; in __subtf3()
|
| HD | divtf3.c | 35 TFtype __divtf3(TFtype a, TFtype b) in __divtf3() 39 TFtype r; in __divtf3()
|
| HD | addtf3.c | 35 TFtype __addtf3(TFtype a, TFtype b) in __addtf3() 39 TFtype r; in __addtf3()
|
| HD | negtf2.c | 35 TFtype __negtf2(TFtype a) in __negtf2() 39 TFtype r; in __negtf2()
|
| HD | floatsitf.c | 35 TFtype __floatsitf(SItype i) in __floatsitf() 39 TFtype a; in __floatsitf()
|
| HD | floatunditf.c | 35 TFtype 40 TFtype a; in __floatunditf()
|
| HD | floatunsitf.c | 35 TFtype 40 TFtype a; in __floatunsitf()
|
| HD | floatditf.c | 35 TFtype __floatditf(DItype i) in __floatditf() 39 TFtype a; in __floatditf()
|
| HD | unordtf2.c | 35 __unordtf2(TFtype a, TFtype b) in __unordtf2()
|
| HD | extenddftf2.c | 36 TFtype __extenddftf2(DFtype a) in __extenddftf2() 41 TFtype r; in __extenddftf2()
|
| HD | extendsftf2.c | 36 TFtype __extendsftf2(SFtype a) in __extendsftf2() 41 TFtype r; in __extendsftf2()
|
| HD | getf2.c | 35 int __getf2(TFtype a, TFtype b) in __getf2()
|
| HD | eqtf2.c | 35 int __eqtf2(TFtype a, TFtype b) in __eqtf2()
|
| HD | letf2.c | 35 int __letf2(TFtype a, TFtype b) in __letf2()
|
| HD | quad.h | 63 typedef float TFtype __attribute__((mode(TF))); typedef 69 TFtype flt; 173 TFtype flt /* __attribute__((mode(TF))) */ ;
|
| HD | fixunstfdi.c | 35 UDItype __fixunstfdi(TFtype a) in __fixunstfdi()
|
| HD | fixunstfsi.c | 35 USItype __fixunstfsi(TFtype a) in __fixunstfsi()
|
| HD | fixtfdi.c | 35 DItype __fixtfdi(TFtype a) in __fixtfdi()
|
| HD | fixtfsi.c | 35 SItype __fixtfsi(TFtype a) in __fixtfsi()
|
12