Home
last modified time | relevance | path

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

123

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfloatunsitf.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()
H A Dlibgcc2.h157 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);
H A Dfp-bit.h96 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/
H A Dlibgcc2.h159 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-8.0/libgcc/soft-fp/
H A Daddtf3.c34 TFtype
35 __addtf3 (TFtype a, TFtype b) in __addtf3()
41 TFtype r; in __addtf3()
H A Dmultf3.c34 TFtype
35 __multf3 (TFtype a, TFtype b) in __multf3()
41 TFtype r; in __multf3()
H A Dsubtf3.c34 TFtype
35 __subtf3 (TFtype a, TFtype b) in __subtf3()
41 TFtype r; in __subtf3()
H A Ddivtf3.c34 TFtype
35 __divtf3 (TFtype a, TFtype b) in __divtf3()
41 TFtype r; in __divtf3()
H A Dnegtf2.c34 TFtype
35 __negtf2 (TFtype a) in __negtf2()
39 TFtype r; in __negtf2()
H A Dfloatditf.c35 TFtype
39 TFtype a; in __floatditf()
H A Dfloatsitf.c35 TFtype
39 TFtype a; in __floatsitf()
H A Dfloatunditf.c35 TFtype
39 TFtype a; in __floatunditf()
H A Dfloatunsitf.c35 TFtype
39 TFtype a; in __floatunsitf()
H A Dfloatuntitf.c33 TFtype
38 TFtype a; in __floatuntitf()
/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
H A Daddtf3.c34 TFtype __addtf3(TFtype a, TFtype b) in __addtf3()
38 TFtype r; in __addtf3()
H A Ddivtf3.c34 TFtype __divtf3(TFtype a, TFtype b) in __divtf3()
38 TFtype r; in __divtf3()
H A Dmultf3.c34 TFtype __multf3(TFtype a, TFtype b) in __multf3()
38 TFtype r; in __multf3()
H A Dsubtf3.c34 TFtype __subtf3(TFtype a, TFtype b) in __subtf3()
38 TFtype r; in __subtf3()
H A Dnegtf2.c34 TFtype __negtf2(TFtype a) in __negtf2()
38 TFtype r; in __negtf2()
H A Dfloatditf.c34 TFtype __floatditf(DItype i) in __floatditf()
38 TFtype a; in __floatditf()
H A Dfloatsitf.c34 TFtype __floatsitf(SItype i) in __floatsitf()
38 TFtype a; in __floatsitf()
H A Dfloattitf.c34 TFtype __floattitf(TItype i) in __floattitf()
38 TFtype a; in __floattitf()
H A Dfloatunditf.c34 TFtype
39 TFtype a; in __floatunditf()
H A Dfloatunsitf.c34 TFtype
39 TFtype a; in __floatunsitf()
H A Dfloatuntitf.c34 TFtype __floatuntitf(UTItype i) in __floatuntitf()
38 TFtype a; in __floatuntitf()

123