Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/libgcc/
HDfloatunsisf.c4 typedef float SFtype __attribute__ ((mode (SF))); typedef
6 SFtype
14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1)); in __floatunsisf()
17 return (SFtype) s; in __floatunsisf()
HDlibgcc2.h145 typedef float SFtype __attribute__ ((mode (SF))); typedef
436 extern DWtype __fixsfdi (SFtype);
437 extern SFtype __floatdisf (DWtype);
438 extern SFtype __floatundisf (UDWtype);
439 extern UWtype __fixunssfSI (SFtype);
440 extern UDWtype __fixunssfDI (SFtype);
441 extern SFtype __powisf2 (SFtype, int);
442 extern SCtype __divsc3 (SFtype, SFtype, SFtype, SFtype);
443 extern SCtype __mulsc3 (SFtype, SFtype, SFtype, SFtype);
HDfp-bit.h93 typedef float SFtype __attribute__ ((mode (SF))); typedef
202 typedef SFtype FLO_type;
465 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
470 extern DFtype sf_to_df (SFtype);
473 extern TFtype sf_to_tf (SFtype);
479 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
484 extern SFtype df_to_sf (DFtype);
496 extern SFtype tf_to_sf (TFtype);
HDlibgcc2.c1325 __fixunssfDI (SFtype a) in __fixunssfDI()
1361 SFtype msb; in __fixunssfDI()
1366 SFtype counterf = (UWtype)1 << counter; in __fixunssfDI()
1389 __fixsfdi (SFtype a) in __fixsfdi()
1462 #define FSTYPE SFtype
1578 #define FSTYPE SFtype
1736 __fixunssfSI (SFtype a) in __fixunssfSI()
1738 if (a >= - (SFtype) Wtype_MIN) in __fixunssfSI()
1752 # define TYPE SFtype
1793 # define MTYPE SFtype
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/
HDlibgcc2.h147 typedef float SFtype __attribute__ ((mode (SF))); typedef
445 extern DWtype __fixsfdi (SFtype);
446 extern SFtype __floatdisf (DWtype);
447 extern SFtype __floatundisf (UDWtype);
448 extern UWtype __fixunssfSI (SFtype);
449 extern UDWtype __fixunssfDI (SFtype);
450 extern SFtype __powisf2 (SFtype, int);
451 extern SCtype __divsc3 (SFtype, SFtype, SFtype, SFtype);
452 extern SCtype __mulsc3 (SFtype, SFtype, SFtype, SFtype);
/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
HDdivsf3.c34 SFtype __divsf3(SFtype a, SFtype b) in __divsf3()
38 SFtype r; in __divsf3()
HDaddsf3.c34 SFtype __addsf3(SFtype a, SFtype b) in __addsf3()
38 SFtype r; in __addsf3()
HDsubsf3.c34 SFtype __subsf3(SFtype a, SFtype b) in __subsf3()
38 SFtype r; in __subsf3()
HDmulsf3.c34 SFtype __mulsf3(SFtype a, SFtype b) in __mulsf3()
38 SFtype r; in __mulsf3()
HDnegsf2.c34 SFtype __negsf2(SFtype a) in __negsf2()
38 SFtype r; in __negsf2()
HDfloatsisf.c34 SFtype __floatsisf(SItype i) in __floatsisf()
38 SFtype a; in __floatsisf()
HDfloatunsisf.c34 SFtype __floatunsisf(USItype i) in __floatunsisf()
38 SFtype a; in __floatunsisf()
HDfloatdisf.c34 SFtype __floatdisf(DItype i) in __floatdisf()
38 SFtype a; in __floatdisf()
HDfloatundisf.c34 SFtype __floatundisf(UDItype i) in __floatundisf()
38 SFtype a; in __floatundisf()
HDfloattisf.c34 SFtype __floattisf(TItype i) in __floattisf()
38 SFtype a; in __floattisf()
HDfloatuntisf.c34 SFtype __floatuntisf(UTItype i) in __floatuntisf()
38 SFtype a; in __floatuntisf()
HDunordsf2.c33 CMPtype __unordsf2(SFtype a, SFtype b) in __unordsf2()
HDtruncdfsf2.c35 SFtype __truncdfsf2(DFtype a) in __truncdfsf2()
40 SFtype r; in __truncdfsf2()
HDtrunctfsf2.c35 SFtype __trunctfsf2(TFtype a) in __trunctfsf2()
40 SFtype r; in __trunctfsf2()
HDeqsf2.c34 CMPtype __eqsf2(SFtype a, SFtype b) in __eqsf2()
HDlesf2.c34 CMPtype __lesf2(SFtype a, SFtype b) in __lesf2()
HDgesf2.c34 CMPtype __gesf2(SFtype a, SFtype b) in __gesf2()
HDsingle.h55 typedef float SFtype __attribute__((mode(SF))); typedef
59 SFtype flt;
HDfixunssfdi.c34 UDItype __fixunssfdi(SFtype a) in __fixunssfdi()
/dragonfly/contrib/gcc-8.0/libgcc/soft-fp/
HDtrunctfsf2.c35 SFtype
41 SFtype r; in __trunctfsf2()

12