Home
last modified time | relevance | path

Searched refs:DFtype (Results 1 – 25 of 38) sorted by relevance

12

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dfloatunsidf.c4 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 Dlibgcc2.h149 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 Dfp-bit.h94 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 Dlibgcc2.c1296 __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 Dlibgcc2.h151 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 Dlibgcc2.c1436 __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 Dsubdf3.c34 DFtype __subdf3(DFtype a, DFtype b) in __subdf3()
38 DFtype r; in __subdf3()
H A Dadddf3.c34 DFtype __adddf3(DFtype a, DFtype b) in __adddf3()
38 DFtype r; in __adddf3()
H A Dmuldf3.c34 DFtype __muldf3(DFtype a, DFtype b) in __muldf3()
38 DFtype r; in __muldf3()
H A Ddivdf3.c34 DFtype __divdf3(DFtype a, DFtype b) in __divdf3()
38 DFtype r; in __divdf3()
H A Dnegdf2.c34 DFtype __negdf2(DFtype a) in __negdf2()
38 DFtype r; in __negdf2()
H A Dfloatunsidf.c34 DFtype __floatunsidf(USItype i) in __floatunsidf()
38 DFtype a; in __floatunsidf()
H A Dfloatsidf.c34 DFtype __floatsidf(SItype i) in __floatsidf()
38 DFtype a; in __floatsidf()
H A Dfloatuntidf.c34 DFtype __floatuntidf(UTItype i) in __floatuntidf()
38 DFtype a; in __floatuntidf()
H A Dfloattidf.c34 DFtype __floattidf(TItype i) in __floattidf()
38 DFtype a; in __floattidf()
H A Dfloatdidf.c34 DFtype __floatdidf(DItype i) in __floatdidf()
38 DFtype a; in __floatdidf()
H A Dfloatundidf.c34 DFtype __floatundidf(UDItype i) in __floatundidf()
38 DFtype a; in __floatundidf()
H A Dunorddf2.c33 CMPtype __unorddf2(DFtype a, DFtype b) in __unorddf2()
H A Dextendsfdf2.c35 DFtype __extendsfdf2(SFtype a) in __extendsfdf2()
40 DFtype r; in __extendsfdf2()
H A Dtrunctfdf2.c35 DFtype __trunctfdf2(TFtype a) in __trunctfdf2()
40 DFtype r; in __trunctfdf2()
H A Dledf2.c34 CMPtype __ledf2(DFtype a, DFtype b) in __ledf2()
H A Deqdf2.c34 CMPtype __eqdf2(DFtype a, DFtype b) in __eqdf2()
H A Dgedf2.c34 CMPtype __gedf2(DFtype a, DFtype b) in __gedf2()
H A Ddouble.h63 typedef float DFtype __attribute__((mode(DF))); typedef
69 DFtype flt;
168 DFtype flt;
/dflybsd-src/contrib/gcc-8.0/libgcc/soft-fp/
H A Dtrunctfdf2.c35 DFtype
41 DFtype r; in __trunctfdf2()

12