Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c37 extern DItype __fixsfdi (SFtype);
39 extern USItype __fixunssfsi (SFtype);
41 extern SFtype __floatdisf (DItype);
43 static DItype local_fixunssfdi (SFtype);
55 __fixsfdi (SFtype a) in __fixsfdi()
72 __fixunssfsi (SFtype a) in __fixunssfsi()
74 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
93 SFtype
116 return (SFtype) f; in __floatdisf()
136 local_fixunssfdi (SFtype original_a) in local_fixunssfdi()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A 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 …]
/openbsd-src/gnu/gcc/gcc/config/
H A 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()
H A 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);
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h160 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);
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dsubsf3.c35 SFtype __subsf3(SFtype a, SFtype b) in __subsf3()
39 SFtype r; in __subsf3()
H A Dmulsf3.c35 SFtype __mulsf3(SFtype a, SFtype b) in __mulsf3()
39 SFtype r; in __mulsf3()
H A Daddsf3.c35 SFtype __addsf3(SFtype a, SFtype b) in __addsf3()
39 SFtype r; in __addsf3()
H A Ddivsf3.c35 SFtype __divsf3(SFtype a, SFtype b) in __divsf3()
39 SFtype r; in __divsf3()
H A Dnegsf2.c35 SFtype __negsf2(SFtype a) in __negsf2()
39 SFtype r; in __negsf2()
H A Dfloatundisf.c35 SFtype __floatundisf(UDItype i) in __floatundisf()
39 SFtype a; in __floatundisf()
H A Dfloatunsisf.c35 SFtype __floatunsisf(USItype i) in __floatunsisf()
39 SFtype a; in __floatunsisf()
H A Dfloatsisf.c35 SFtype __floatsisf(SItype i) in __floatsisf()
39 SFtype a; in __floatsisf()
H A Dfloatdisf.c35 SFtype __floatdisf(DItype i) in __floatdisf()
39 SFtype a; in __floatdisf()
H A Dunordsf2.c35 __unordsf2(SFtype a, SFtype b) in __unordsf2()
H A Dtruncdfsf2.c36 SFtype __truncdfsf2(DFtype a) in __truncdfsf2()
41 SFtype r; in __truncdfsf2()
H A Dtrunctfsf2.c36 SFtype __trunctfsf2(TFtype a) in __trunctfsf2()
41 SFtype r; in __trunctfsf2()
H A Dgesf2.c35 int __gesf2(SFtype a, SFtype b) in __gesf2()
H A Deqsf2.c35 int __eqsf2(SFtype a, SFtype b) in __eqsf2()
H A Dlesf2.c35 int __lesf2(SFtype a, SFtype b) in __lesf2()
H A Dfixunssfdi.c35 UDItype __fixunssfdi(SFtype a) in __fixunssfdi()
H A Dfixunssfsi.c35 USItype __fixunssfsi(SFtype a) in __fixunssfsi()
H A Dfixsfdi.c35 DItype __fixsfdi(SFtype a) in __fixsfdi()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h94 typedef float SFtype __attribute__ ((mode (SF))); typedef
194 typedef SFtype FLO_type;
497 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
502 extern DFtype sf_to_df (SFtype);
505 extern TFtype sf_to_tf (SFtype);
511 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
516 extern SFtype df_to_sf (DFtype);
528 extern SFtype tf_to_sf (TFtype);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h102 typedef float SFtype __attribute__ ((mode (SF))); typedef
271 extern DWtype __fixsfdi (SFtype);
273 extern SFtype __floatdisf (DWtype);
275 extern UWtype __fixunssfSI (SFtype);
277 extern DWtype __fixunssfDI (SFtype);

12