| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | floatunsisf.c | 4 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()
|
| HD | libgcc2.h | 145 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);
|
| HD | fp-bit.h | 93 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);
|
| HD | libgcc2.c | 1325 __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/ |
| HD | libgcc2.h | 147 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/ |
| HD | divsf3.c | 34 SFtype __divsf3(SFtype a, SFtype b) in __divsf3() 38 SFtype r; in __divsf3()
|
| HD | addsf3.c | 34 SFtype __addsf3(SFtype a, SFtype b) in __addsf3() 38 SFtype r; in __addsf3()
|
| HD | subsf3.c | 34 SFtype __subsf3(SFtype a, SFtype b) in __subsf3() 38 SFtype r; in __subsf3()
|
| HD | mulsf3.c | 34 SFtype __mulsf3(SFtype a, SFtype b) in __mulsf3() 38 SFtype r; in __mulsf3()
|
| HD | negsf2.c | 34 SFtype __negsf2(SFtype a) in __negsf2() 38 SFtype r; in __negsf2()
|
| HD | floatsisf.c | 34 SFtype __floatsisf(SItype i) in __floatsisf() 38 SFtype a; in __floatsisf()
|
| HD | floatunsisf.c | 34 SFtype __floatunsisf(USItype i) in __floatunsisf() 38 SFtype a; in __floatunsisf()
|
| HD | floatdisf.c | 34 SFtype __floatdisf(DItype i) in __floatdisf() 38 SFtype a; in __floatdisf()
|
| HD | floatundisf.c | 34 SFtype __floatundisf(UDItype i) in __floatundisf() 38 SFtype a; in __floatundisf()
|
| HD | floattisf.c | 34 SFtype __floattisf(TItype i) in __floattisf() 38 SFtype a; in __floattisf()
|
| HD | floatuntisf.c | 34 SFtype __floatuntisf(UTItype i) in __floatuntisf() 38 SFtype a; in __floatuntisf()
|
| HD | unordsf2.c | 33 CMPtype __unordsf2(SFtype a, SFtype b) in __unordsf2()
|
| HD | truncdfsf2.c | 35 SFtype __truncdfsf2(DFtype a) in __truncdfsf2() 40 SFtype r; in __truncdfsf2()
|
| HD | trunctfsf2.c | 35 SFtype __trunctfsf2(TFtype a) in __trunctfsf2() 40 SFtype r; in __trunctfsf2()
|
| HD | eqsf2.c | 34 CMPtype __eqsf2(SFtype a, SFtype b) in __eqsf2()
|
| HD | lesf2.c | 34 CMPtype __lesf2(SFtype a, SFtype b) in __lesf2()
|
| HD | gesf2.c | 34 CMPtype __gesf2(SFtype a, SFtype b) in __gesf2()
|
| HD | single.h | 55 typedef float SFtype __attribute__((mode(SF))); typedef 59 SFtype flt;
|
| HD | fixunssfdi.c | 34 UDItype __fixunssfdi(SFtype a) in __fixunssfdi()
|
| /dragonfly/contrib/gcc-8.0/libgcc/soft-fp/ |
| HD | trunctfsf2.c | 35 SFtype 41 SFtype r; in __trunctfsf2()
|