| /dragonfly/contrib/gcc-4.7/libgcc/ |
| 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 | libgcc2.h | 157 typedef float TFtype __attribute__ ((mode (TF))); typedef 468 extern UDWtype __fixunstfDI (TFtype); 469 extern DWtype __fixtfdi (TFtype); 470 extern TFtype __floatditf (DWtype); 471 extern TFtype __floatunditf (UDWtype); 472 extern TFtype __powitf2 (TFtype, int); 473 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype); 474 extern TCtype __multc3 (TFtype, TFtype, TFtype, TFtype);
|
| HD | fp-bit.h | 96 typedef float TFtype __attribute__ ((mode (TF))); typedef 182 typedef TFtype FLO_type; 473 extern TFtype sf_to_tf (SFtype); 487 extern TFtype df_to_tf (DFtype); 493 extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype); 496 extern SFtype tf_to_sf (TFtype); 499 extern DFtype tf_to_df (TFtype); 502 extern TFtype di_to_df (DItype);
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | libgcc2.h | 159 typedef float TFtype __attribute__ ((mode (TF))); typedef 477 extern UDWtype __fixunstfDI (TFtype); 478 extern DWtype __fixtfdi (TFtype); 479 extern TFtype __floatditf (DWtype); 480 extern TFtype __floatunditf (UDWtype); 481 extern TFtype __powitf2 (TFtype, int); 482 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype); 483 extern TCtype __multc3 (TFtype, TFtype, TFtype, TFtype);
|
| /dragonfly/contrib/gcc-4.7/libgcc/soft-fp/ |
| HD | divtf3.c | 34 TFtype __divtf3(TFtype a, TFtype b) in __divtf3() 38 TFtype r; in __divtf3()
|
| HD | addtf3.c | 34 TFtype __addtf3(TFtype a, TFtype b) in __addtf3() 38 TFtype r; in __addtf3()
|
| HD | multf3.c | 34 TFtype __multf3(TFtype a, TFtype b) in __multf3() 38 TFtype r; in __multf3()
|
| HD | subtf3.c | 34 TFtype __subtf3(TFtype a, TFtype b) in __subtf3() 38 TFtype r; in __subtf3()
|
| HD | negtf2.c | 34 TFtype __negtf2(TFtype a) in __negtf2() 38 TFtype r; in __negtf2()
|
| HD | floattitf.c | 34 TFtype __floattitf(TItype i) in __floattitf() 38 TFtype a; in __floattitf()
|
| HD | floatsitf.c | 34 TFtype __floatsitf(SItype i) in __floatsitf() 38 TFtype a; in __floatsitf()
|
| HD | floatunditf.c | 34 TFtype 39 TFtype a; in __floatunditf()
|
| HD | floatunsitf.c | 34 TFtype 39 TFtype a; in __floatunsitf()
|
| HD | floatditf.c | 34 TFtype __floatditf(DItype i) in __floatditf() 38 TFtype a; in __floatditf()
|
| HD | floatuntitf.c | 34 TFtype __floatuntitf(UTItype i) in __floatuntitf() 38 TFtype a; in __floatuntitf()
|
| /dragonfly/contrib/gcc-8.0/libgcc/soft-fp/ |
| HD | divtf3.c | 34 TFtype 35 __divtf3 (TFtype a, TFtype b) in __divtf3() 41 TFtype r; in __divtf3()
|
| HD | addtf3.c | 34 TFtype 35 __addtf3 (TFtype a, TFtype b) in __addtf3() 41 TFtype r; in __addtf3()
|
| HD | subtf3.c | 34 TFtype 35 __subtf3 (TFtype a, TFtype b) in __subtf3() 41 TFtype r; in __subtf3()
|
| HD | multf3.c | 34 TFtype 35 __multf3 (TFtype a, TFtype b) in __multf3() 41 TFtype r; in __multf3()
|
| HD | negtf2.c | 34 TFtype 35 __negtf2 (TFtype a) in __negtf2() 39 TFtype r; in __negtf2()
|
| HD | floatunsitf.c | 35 TFtype 39 TFtype a; in __floatunsitf()
|
| HD | floatsitf.c | 35 TFtype 39 TFtype a; in __floatsitf()
|
| HD | floatunditf.c | 35 TFtype 39 TFtype a; in __floatunditf()
|
| HD | floatditf.c | 35 TFtype 39 TFtype a; in __floatditf()
|
| HD | floattitf.c | 33 TFtype 38 TFtype a; in __floattitf()
|