Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/gcc/config/rs6000/
Dppc64-fp.c39 extern DItype __fixsfdi (SFtype);
41 extern USItype __fixunssfsi (SFtype);
46 extern SFtype __floatdisf (DItype);
47 extern SFtype __floatundisf (UDItype);
50 static DItype local_fixunssfdi (SFtype);
70 __fixsfdi (SFtype a) in __fixsfdi()
87 __fixunssfsi (SFtype a) in __fixunssfsi()
89 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
143 SFtype
165 return (SFtype) f; in __floatdisf()
[all …]
/freebsd-12-stable/contrib/gcc/config/
Dfloatunsisf.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()
Dfixunssfsi.c4 typedef float SFtype __attribute__ ((mode (SF))); typedef
6 USItype __fixunssfsi (SFtype);
12 __fixunssfsi (SFtype a) in __fixunssfsi()
14 if (a >= - (SFtype) SItype_MIN) in __fixunssfsi()
Dfloatundisf.c5 typedef float SFtype __attribute__ ((mode (SF))); typedef
8 SFtype __floatundisf (UDItype);
10 SFtype
35 return (SFtype) f; in __floatundisf()
Dfloatdisf.c6 typedef float SFtype __attribute__ ((mode (SF))); typedef
9 SFtype __floatdisf (DItype);
11 SFtype
37 return (SFtype) f; in __floatdisf()
Dfixsfdi.c5 typedef float SFtype __attribute__ ((mode (SF))); typedef
8 DItype __fixsfdi (SFtype);
14 local_fixunssfdi (SFtype original_a) in local_fixunssfdi()
25 __fixsfdi (SFtype a) in __fixsfdi()
Dfp-bit.h97 typedef float SFtype __attribute__ ((mode (SF))); typedef
198 typedef SFtype FLO_type;
501 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
506 extern DFtype sf_to_df (SFtype);
509 extern TFtype sf_to_tf (SFtype);
515 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
520 extern SFtype df_to_sf (DFtype);
532 extern SFtype tf_to_sf (TFtype);
/freebsd-12-stable/contrib/gcc/
Dlibgcc2.h158 typedef float SFtype __attribute__ ((mode (SF))); typedef
366 extern DWtype __fixsfdi (SFtype);
367 extern SFtype __floatdisf (DWtype);
368 extern SFtype __floatundisf (UDWtype);
369 extern UWtype __fixunssfSI (SFtype);
370 extern DWtype __fixunssfDI (SFtype);
371 extern SFtype __powisf2 (SFtype, int);
372 extern SCtype __divsc3 (SFtype, SFtype, SFtype, SFtype);
373 extern SCtype __mulsc3 (SFtype, SFtype, SFtype, SFtype);
Dlibgcc2.c1289 __fixunssfDI (SFtype a) in __fixunssfDI()
1325 SFtype msb; in __fixunssfDI()
1330 SFtype counterf = (UWtype)1 << counter; in __fixunssfDI()
1353 __fixsfdi (SFtype a) in __fixsfdi()
1430 #define FSTYPE SFtype
1542 #define FSTYPE SFtype
1692 __fixunssfSI (SFtype a) in __fixunssfSI()
1694 if (a >= - (SFtype) Wtype_MIN) in __fixunssfSI()
1708 # define TYPE SFtype
1749 # define MTYPE SFtype
[all …]
/freebsd-12-stable/contrib/gcc/config/soft-fp/
Daddsf3.c35 SFtype __addsf3(SFtype a, SFtype b) in __addsf3()
39 SFtype r; in __addsf3()
Ddivsf3.c35 SFtype __divsf3(SFtype a, SFtype b) in __divsf3()
39 SFtype r; in __divsf3()
Dsubsf3.c35 SFtype __subsf3(SFtype a, SFtype b) in __subsf3()
39 SFtype r; in __subsf3()
Dmulsf3.c35 SFtype __mulsf3(SFtype a, SFtype b) in __mulsf3()
39 SFtype r; in __mulsf3()
Dnegsf2.c35 SFtype __negsf2(SFtype a) in __negsf2()
39 SFtype r; in __negsf2()
Dfloatsisf.c35 SFtype __floatsisf(SItype i) in __floatsisf()
39 SFtype a; in __floatsisf()
Dfloatunsisf.c35 SFtype __floatunsisf(USItype i) in __floatunsisf()
39 SFtype a; in __floatunsisf()
Dfloatdisf.c35 SFtype __floatdisf(DItype i) in __floatdisf()
39 SFtype a; in __floatdisf()
Dfloatundisf.c35 SFtype __floatundisf(UDItype i) in __floatundisf()
39 SFtype a; in __floatundisf()
Dunordsf2.c35 __unordsf2(SFtype a, SFtype b) in __unordsf2()
Dtruncdfsf2.c36 SFtype __truncdfsf2(DFtype a) in __truncdfsf2()
41 SFtype r; in __truncdfsf2()
Dtrunctfsf2.c36 SFtype __trunctfsf2(TFtype a) in __trunctfsf2()
41 SFtype r; in __trunctfsf2()
Dlesf2.c35 int __lesf2(SFtype a, SFtype b) in __lesf2()
Dgesf2.c35 int __gesf2(SFtype a, SFtype b) in __gesf2()
Deqsf2.c35 int __eqsf2(SFtype a, SFtype b) in __eqsf2()
Dsingle.h56 typedef float SFtype __attribute__((mode(SF))); typedef
60 SFtype flt;

12