/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | floatunsidf.c | 4 typedef float DFtype __attribute__ ((mode (DF))); typedef 6 DFtype 10 DFtype r = (DFtype) s; in __floatunsidf() 12 r += (DFtype)2.0 * (DFtype) ((USItype) 1 in __floatunsidf()
|
H A D | libgcc2.h | 149 typedef float DFtype __attribute__ ((mode (DF))); typedef 446 extern DWtype __fixdfdi (DFtype); 447 extern DFtype __floatdidf (DWtype); 448 extern DFtype __floatundidf (UDWtype); 449 extern UWtype __fixunsdfSI (DFtype); 450 extern UDWtype __fixunsdfDI (DFtype); 451 extern DFtype __powidf2 (DFtype, int); 452 extern DCtype __divdc3 (DFtype, DFtype, DFtype, DFtype); 453 extern DCtype __muldc3 (DFtype, DFtype, DFtype, DFtype);
|
H A D | fp-bit.h | 94 typedef float DFtype __attribute__ ((mode (DF))); typedef 225 typedef DFtype FLO_type; 468 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 470 extern DFtype sf_to_df (SFtype); 481 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 484 extern SFtype df_to_sf (DFtype); 487 extern TFtype df_to_tf (DFtype); 492 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 499 extern DFtype tf_to_df (TFtype);
|
H A D | libgcc2.c | 1296 __fixunsdfDI (DFtype a) in __fixunsdfDI() 1306 const UWtype lo = a - (DFtype) hi * Wtype_MAXp1_F; in __fixunsdfDI() 1315 __fixdfdi (DFtype a) in __fixdfdi() 1331 const DFtype dfa = a; in __fixunssfDI() 1341 const UWtype lo = dfa - (DFtype) hi * Wtype_MAXp1_F; in __fixunssfDI() 1466 #define FSTYPE DFtype 1485 # define FTYPE DFtype in FUNC() 1582 #define FSTYPE DFtype 1601 # define FTYPE DFtype in FUNC() 1694 if (a >= - (DFtype) Wtype_MIN) in __fixunsxfSI() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | libgcc2.h | 151 typedef float DFtype __attribute__ ((mode (DF))); typedef 455 extern DWtype __fixdfdi (DFtype); 456 extern DFtype __floatdidf (DWtype); 457 extern DFtype __floatundidf (UDWtype); 458 extern UWtype __fixunsdfSI (DFtype); 459 extern UDWtype __fixunsdfDI (DFtype); 460 extern DFtype __powidf2 (DFtype, int); 461 extern DCtype __divdc3 (DFtype, DFtype, DFtype, DFtype); 462 extern DCtype __muldc3 (DFtype, DFtype, DFtype, DFtype);
|
H A D | libgcc2.c | 1436 __fixunsdfDI (DFtype a) in __fixunsdfDI() 1446 const UWtype lo = a - (DFtype) hi * Wtype_MAXp1_F; in __fixunsdfDI() 1455 __fixdfdi (DFtype a) in __fixdfdi() 1471 const DFtype dfa = a; in __fixunssfDI() 1481 const UWtype lo = dfa - (DFtype) hi * Wtype_MAXp1_F; in __fixunssfDI() 1606 #define FSTYPE DFtype 1625 # define FTYPE DFtype in FUNC() 1727 #define FSTYPE DFtype 1746 # define FTYPE DFtype in FUNC() 1827 if (a >= - (DFtype) Wtype_MIN) in __fixunsxfSI() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libgcc/soft-fp/ |
H A D | subdf3.c | 34 DFtype __subdf3(DFtype a, DFtype b) in __subdf3() 38 DFtype r; in __subdf3()
|
H A D | adddf3.c | 34 DFtype __adddf3(DFtype a, DFtype b) in __adddf3() 38 DFtype r; in __adddf3()
|
H A D | muldf3.c | 34 DFtype __muldf3(DFtype a, DFtype b) in __muldf3() 38 DFtype r; in __muldf3()
|
H A D | divdf3.c | 34 DFtype __divdf3(DFtype a, DFtype b) in __divdf3() 38 DFtype r; in __divdf3()
|
H A D | negdf2.c | 34 DFtype __negdf2(DFtype a) in __negdf2() 38 DFtype r; in __negdf2()
|
H A D | floatunsidf.c | 34 DFtype __floatunsidf(USItype i) in __floatunsidf() 38 DFtype a; in __floatunsidf()
|
H A D | floatsidf.c | 34 DFtype __floatsidf(SItype i) in __floatsidf() 38 DFtype a; in __floatsidf()
|
H A D | floatuntidf.c | 34 DFtype __floatuntidf(UTItype i) in __floatuntidf() 38 DFtype a; in __floatuntidf()
|
H A D | floattidf.c | 34 DFtype __floattidf(TItype i) in __floattidf() 38 DFtype a; in __floattidf()
|
H A D | floatdidf.c | 34 DFtype __floatdidf(DItype i) in __floatdidf() 38 DFtype a; in __floatdidf()
|
H A D | floatundidf.c | 34 DFtype __floatundidf(UDItype i) in __floatundidf() 38 DFtype a; in __floatundidf()
|
H A D | unorddf2.c | 33 CMPtype __unorddf2(DFtype a, DFtype b) in __unorddf2()
|
H A D | extendsfdf2.c | 35 DFtype __extendsfdf2(SFtype a) in __extendsfdf2() 40 DFtype r; in __extendsfdf2()
|
H A D | trunctfdf2.c | 35 DFtype __trunctfdf2(TFtype a) in __trunctfdf2() 40 DFtype r; in __trunctfdf2()
|
H A D | ledf2.c | 34 CMPtype __ledf2(DFtype a, DFtype b) in __ledf2()
|
H A D | eqdf2.c | 34 CMPtype __eqdf2(DFtype a, DFtype b) in __eqdf2()
|
H A D | gedf2.c | 34 CMPtype __gedf2(DFtype a, DFtype b) in __gedf2()
|
H A D | double.h | 63 typedef float DFtype __attribute__((mode(DF))); typedef 69 DFtype flt; 168 DFtype flt;
|
/dflybsd-src/contrib/gcc-8.0/libgcc/soft-fp/ |
H A D | trunctfdf2.c | 35 DFtype 41 DFtype r; in __trunctfdf2()
|