| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| H A D | riscv-fp.c | 33 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 D | riscv-fp.c | 33 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 D | ppc64-fp.c | 33 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 D | 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()
|
| H A D | 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);
|
| H A D | fp-bit.h | 92 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 D | 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()
|
| H A D | 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);
|
| H A D | fp-bit.h | 92 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 D | floathisf.c | 3 typedef float SFtype __attribute__ ((mode (SF))); typedef 5 extern SFtype __floatsisf (unsigned long); 7 SFtype __floathisf (HItype); 9 SFtype
|
| H A D | floatunhisf.c | 4 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 D | floathisf.c | 3 typedef float SFtype __attribute__ ((mode (SF))); typedef 5 extern SFtype __floatsisf (unsigned long); 7 SFtype __floathisf (HItype); 9 SFtype
|
| H A D | floatunhisf.c | 4 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 D | bid_gcc_intrinsics.h | 56 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 D | bid_gcc_intrinsics.h | 56 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 D | addsf3.c | 34 SFtype 35 __addsf3 (SFtype a, SFtype b) in __addsf3() 41 SFtype r; in __addsf3()
|
| H A D | divsf3.c | 34 SFtype 35 __divsf3 (SFtype a, SFtype b) in __divsf3() 41 SFtype r; in __divsf3()
|
| H A D | mulsf3.c | 34 SFtype 35 __mulsf3 (SFtype a, SFtype b) in __mulsf3() 41 SFtype r; in __mulsf3()
|
| H A D | subsf3.c | 34 SFtype 35 __subsf3 (SFtype a, SFtype b) in __subsf3() 41 SFtype r; in __subsf3()
|
| H A D | negsf2.c | 34 SFtype 35 __negsf2 (SFtype a) in __negsf2() 39 SFtype r; in __negsf2()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| H A D | subsf3.c | 34 SFtype 35 __subsf3 (SFtype a, SFtype b) in __subsf3() 41 SFtype r; in __subsf3()
|
| H A D | addsf3.c | 34 SFtype 35 __addsf3 (SFtype a, SFtype b) in __addsf3() 41 SFtype r; in __addsf3()
|
| H A D | divsf3.c | 34 SFtype 35 __divsf3 (SFtype a, SFtype b) in __divsf3() 41 SFtype r; in __divsf3()
|
| H A D | mulsf3.c | 34 SFtype 35 __mulsf3 (SFtype a, SFtype b) in __mulsf3() 41 SFtype r; in __mulsf3()
|
| H A D | negsf2.c | 34 SFtype 35 __negsf2 (SFtype a) in __negsf2() 39 SFtype r; in __negsf2()
|