| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | ppc64-fp.c | 37 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 D | ppc64-fp.c | 39 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 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 | fp-bit.h | 97 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 D | libgcc2.h | 160 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 D | subsf3.c | 35 SFtype __subsf3(SFtype a, SFtype b) in __subsf3() 39 SFtype r; in __subsf3()
|
| H A D | mulsf3.c | 35 SFtype __mulsf3(SFtype a, SFtype b) in __mulsf3() 39 SFtype r; in __mulsf3()
|
| H A D | addsf3.c | 35 SFtype __addsf3(SFtype a, SFtype b) in __addsf3() 39 SFtype r; in __addsf3()
|
| H A D | divsf3.c | 35 SFtype __divsf3(SFtype a, SFtype b) in __divsf3() 39 SFtype r; in __divsf3()
|
| H A D | negsf2.c | 35 SFtype __negsf2(SFtype a) in __negsf2() 39 SFtype r; in __negsf2()
|
| H A D | floatundisf.c | 35 SFtype __floatundisf(UDItype i) in __floatundisf() 39 SFtype a; in __floatundisf()
|
| H A D | floatunsisf.c | 35 SFtype __floatunsisf(USItype i) in __floatunsisf() 39 SFtype a; in __floatunsisf()
|
| H A D | floatsisf.c | 35 SFtype __floatsisf(SItype i) in __floatsisf() 39 SFtype a; in __floatsisf()
|
| H A D | floatdisf.c | 35 SFtype __floatdisf(DItype i) in __floatdisf() 39 SFtype a; in __floatdisf()
|
| H A D | unordsf2.c | 35 __unordsf2(SFtype a, SFtype b) in __unordsf2()
|
| H A D | truncdfsf2.c | 36 SFtype __truncdfsf2(DFtype a) in __truncdfsf2() 41 SFtype r; in __truncdfsf2()
|
| H A D | trunctfsf2.c | 36 SFtype __trunctfsf2(TFtype a) in __trunctfsf2() 41 SFtype r; in __trunctfsf2()
|
| H A D | gesf2.c | 35 int __gesf2(SFtype a, SFtype b) in __gesf2()
|
| H A D | eqsf2.c | 35 int __eqsf2(SFtype a, SFtype b) in __eqsf2()
|
| H A D | lesf2.c | 35 int __lesf2(SFtype a, SFtype b) in __lesf2()
|
| H A D | fixunssfdi.c | 35 UDItype __fixunssfdi(SFtype a) in __fixunssfdi()
|
| H A D | fixunssfsi.c | 35 USItype __fixunssfsi(SFtype a) in __fixunssfsi()
|
| H A D | fixsfdi.c | 35 DItype __fixsfdi(SFtype a) in __fixsfdi()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | fp-bit.h | 94 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 D | libgcc2.h | 102 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);
|