Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-fp.c33 extern DItype __fixsfdi (SFtype);
35 extern USItype __fixunssfsi (SFtype);
38 extern SFtype __floatdisf (DItype);
39 extern SFtype __floatundisf (UDItype);
41 static DItype local_fixunssfdi (SFtype);
53 __fixsfdi (SFtype a) in __fixsfdi()
70 __fixunssfsi (SFtype a) in __fixunssfsi()
72 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
102 SFtype
124 return (SFtype) f; in __floatdisf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-fp.c33 extern DItype __fixsfdi (SFtype);
35 extern USItype __fixunssfsi (SFtype);
38 extern SFtype __floatdisf (DItype);
39 extern SFtype __floatundisf (UDItype);
41 static DItype local_fixunssfdi (SFtype);
53 __fixsfdi (SFtype a) in __fixsfdi()
70 __fixunssfsi (SFtype a) in __fixunssfsi()
72 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
102 SFtype
124 return (SFtype) f; in __floatdisf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c33 extern DItype __fixsfdi (SFtype);
35 extern USItype __fixunssfsi (SFtype);
40 extern SFtype __floatdisf (DItype);
41 extern SFtype __floatundisf (UDItype);
44 static DItype local_fixunssfdi (SFtype);
64 __fixsfdi (SFtype a) in __fixsfdi()
81 __fixunssfsi (SFtype a) in __fixunssfsi()
83 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
137 SFtype
159 return (SFtype) f; in __floatdisf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
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 Dlibgcc2.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);
H A Dfp-bit.h92 typedef float SFtype __attribute__ ((mode (SF))); typedef
197 typedef SFtype FLO_type;
450 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
455 extern DFtype sf_to_df (SFtype);
458 extern TFtype sf_to_tf (SFtype);
464 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
469 extern SFtype df_to_sf (DFtype);
481 extern SFtype tf_to_sf (TFtype);
/netbsd-src/external/gpl3/gcc/dist/libgcc/
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 Dlibgcc2.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);
H A Dfp-bit.h92 typedef float SFtype __attribute__ ((mode (SF))); typedef
197 typedef SFtype FLO_type;
450 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
455 extern DFtype sf_to_df (SFtype);
458 extern TFtype sf_to_tf (SFtype);
464 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
469 extern SFtype df_to_sf (DFtype);
481 extern SFtype tf_to_sf (TFtype);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dfloathisf.c3 typedef float SFtype __attribute__ ((mode (SF))); typedef
5 extern SFtype __floatsisf (unsigned long);
7 SFtype __floathisf (HItype);
9 SFtype
H A Dfloatunhisf.c4 typedef float SFtype __attribute__ ((mode (SF))); typedef
6 extern SFtype __floatunsisf (unsigned long);
8 SFtype __floatunhisf (UHItype);
10 SFtype
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dfloathisf.c3 typedef float SFtype __attribute__ ((mode (SF))); typedef
5 extern SFtype __floatsisf (unsigned long);
7 SFtype __floathisf (HItype);
9 SFtype
H A Dfloatunhisf.c4 typedef float SFtype __attribute__ ((mode (SF))); typedef
6 extern SFtype __floatunsisf (unsigned long);
8 SFtype __floatunhisf (UHItype);
10 SFtype
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_gcc_intrinsics.h56 typedef float SFtype __attribute__ ((mode (SF))); typedef
101 #ifndef SFtype
102 #define SFtype float macro
155 extern SFtype __bid_truncddsf (_Decimal64);
202 extern SFtype __bid_truncsdsf (_Decimal32);
213 extern _Decimal64 __bid_extendsfdd (SFtype);
214 extern _Decimal32 __bid_extendsfsd (SFtype);
215 extern _Decimal128 __bid_extendsftd (SFtype);
223 extern SFtype __bid_trunctdsf (_Decimal128);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_gcc_intrinsics.h56 typedef float SFtype __attribute__ ((mode (SF))); typedef
101 #ifndef SFtype
102 #define SFtype float macro
155 extern SFtype __bid_truncddsf (_Decimal64);
202 extern SFtype __bid_truncsdsf (_Decimal32);
213 extern _Decimal64 __bid_extendsfdd (SFtype);
214 extern _Decimal32 __bid_extendsfsd (SFtype);
215 extern _Decimal128 __bid_extendsftd (SFtype);
223 extern SFtype __bid_trunctdsf (_Decimal128);
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Daddsf3.c34 SFtype
35 __addsf3 (SFtype a, SFtype b) in __addsf3()
41 SFtype r; in __addsf3()
H A Ddivsf3.c34 SFtype
35 __divsf3 (SFtype a, SFtype b) in __divsf3()
41 SFtype r; in __divsf3()
H A Dmulsf3.c34 SFtype
35 __mulsf3 (SFtype a, SFtype b) in __mulsf3()
41 SFtype r; in __mulsf3()
H A Dsubsf3.c34 SFtype
35 __subsf3 (SFtype a, SFtype b) in __subsf3()
41 SFtype r; in __subsf3()
H A Dnegsf2.c34 SFtype
35 __negsf2 (SFtype a) in __negsf2()
39 SFtype r; in __negsf2()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dsubsf3.c34 SFtype
35 __subsf3 (SFtype a, SFtype b) in __subsf3()
41 SFtype r; in __subsf3()
H A Daddsf3.c34 SFtype
35 __addsf3 (SFtype a, SFtype b) in __addsf3()
41 SFtype r; in __addsf3()
H A Ddivsf3.c34 SFtype
35 __divsf3 (SFtype a, SFtype b) in __divsf3()
41 SFtype r; in __divsf3()
H A Dmulsf3.c34 SFtype
35 __mulsf3 (SFtype a, SFtype b) in __mulsf3()
41 SFtype r; in __mulsf3()
H A Dnegsf2.c34 SFtype
35 __negsf2 (SFtype a) in __negsf2()
39 SFtype r; in __negsf2()

12345