| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | ppc64-fp.c | 62 __fixdfdi (DFtype a) in __fixdfdi() 78 __fixunsdfsi (DFtype a) in __fixunsdfsi() 98 DFtype dh, dl; in __floatditf() 110 DFtype dh, dl; in __floatunditf() 119 DFtype 122 DFtype d; in __floatdidf() 131 DFtype 134 DFtype d; in __floatundidf() 146 DFtype f; in __floatdisf() 171 DFtype f; in __floatundisf() [all …]
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | floatunsidf.c | 4 typedef float DFtype __attribute__ ((mode (DF))); typedef 6 DFtype 10 DFtype r = (DFtype) s; in __floatunsidf() 12 r += (DFtype)2.0 * (DFtype) ((USItype) 1 in __floatunsidf()
|
| H A D | fixdfdi.c | 5 typedef float DFtype __attribute__ ((mode (DF))); typedef 7 DItype __fixdfdi (DFtype); 13 local_fixunsdfdi (DFtype a) in local_fixunsdfdi() 18 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8)); in local_fixunsdfdi() 23 __fixdfdi (DFtype a) in __fixdfdi()
|
| H A D | floatundidf.c | 4 typedef float DFtype __attribute__ ((mode (DF))); typedef 6 DFtype __floatundidf (UDItype); 8 DFtype 12 DFtype f = (USItype) (u >> (sizeof (USItype) * 8)); in __floatundidf()
|
| H A D | floatdidf.c | 5 typedef float DFtype __attribute__ ((mode (DF))); typedef 7 DFtype __floatdidf (DItype); 9 DFtype 13 DFtype f = (SItype) (u >> (sizeof (SItype) * 8)); in __floatdidf()
|
| H A D | fixunsdfsi.c | 5 typedef float DFtype __attribute__ ((mode (DF))); typedef 7 USItype __fixunsdfsi (DFtype); 13 __fixunsdfsi (DFtype a) in __fixunsdfsi() 15 if (a >= - (DFtype) SItype_MIN) in __fixunsdfsi()
|
| H A D | fp-bit.h | 98 typedef float DFtype __attribute__ ((mode (DF))); typedef 221 typedef DFtype FLO_type; 504 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 506 extern DFtype sf_to_df (SFtype); 517 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 520 extern SFtype df_to_sf (DFtype); 523 extern TFtype df_to_tf (DFtype); 528 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype); 535 extern DFtype tf_to_df (TFtype);
|
| H A D | fixsfdi.c | 6 typedef float DFtype __attribute__ ((mode (DF))); typedef 16 DFtype a = original_a; in local_fixunssfdi() 20 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8)); in local_fixunssfdi()
|
| H A D | floatundisf.c | 6 typedef float DFtype __attribute__ ((mode (DF))); typedef 32 DFtype f = (USItype) (u >> (sizeof (USItype) * 8)); in __floatundisf()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | libgcc2.h | 162 typedef float DFtype __attribute__ ((mode (DF))); typedef 376 extern DWtype __fixdfdi (DFtype); 377 extern DFtype __floatdidf (DWtype); 378 extern DFtype __floatundidf (UDWtype); 379 extern UWtype __fixunsdfSI (DFtype); 380 extern DWtype __fixunsdfDI (DFtype); 381 extern DFtype __powidf2 (DFtype, int); 382 extern DCtype __divdc3 (DFtype, DFtype, DFtype, DFtype); 383 extern DCtype __muldc3 (DFtype, DFtype, DFtype, DFtype);
|
| /freebsd-12.1/contrib/gcc/config/soft-fp/ |
| H A D | adddf3.c | 35 DFtype __adddf3(DFtype a, DFtype b) in __adddf3() 39 DFtype r; in __adddf3()
|
| H A D | divdf3.c | 35 DFtype __divdf3(DFtype a, DFtype b) in __divdf3() 39 DFtype r; in __divdf3()
|
| H A D | muldf3.c | 35 DFtype __muldf3(DFtype a, DFtype b) in __muldf3() 39 DFtype r; in __muldf3()
|
| H A D | subdf3.c | 35 DFtype __subdf3(DFtype a, DFtype b) in __subdf3() 39 DFtype r; in __subdf3()
|
| H A D | negdf2.c | 35 DFtype __negdf2(DFtype a) in __negdf2() 39 DFtype r; in __negdf2()
|
| H A D | floatdidf.c | 35 DFtype __floatdidf(DItype i) in __floatdidf() 39 DFtype a; in __floatdidf()
|
| H A D | floatundidf.c | 35 DFtype __floatundidf(UDItype i) in __floatundidf() 39 DFtype a; in __floatundidf()
|
| H A D | floatunsidf.c | 35 DFtype __floatunsidf(USItype i) in __floatunsidf() 39 DFtype a; in __floatunsidf()
|
| H A D | floatsidf.c | 35 DFtype __floatsidf(SItype i) in __floatsidf() 39 DFtype a; in __floatsidf()
|
| H A D | unorddf2.c | 35 __unorddf2(DFtype a, DFtype b) in __unorddf2()
|
| H A D | extendsfdf2.c | 36 DFtype __extendsfdf2(SFtype a) in __extendsfdf2() 41 DFtype r; in __extendsfdf2()
|
| H A D | trunctfdf2.c | 36 DFtype __trunctfdf2(TFtype a) in __trunctfdf2() 41 DFtype r; in __trunctfdf2()
|
| H A D | eqdf2.c | 35 int __eqdf2(DFtype a, DFtype b) in __eqdf2()
|
| H A D | gedf2.c | 35 int __gedf2(DFtype a, DFtype b) in __gedf2()
|
| H A D | ledf2.c | 35 int __ledf2(DFtype a, DFtype b) in __ledf2()
|