Home
last modified time | relevance | path

Searched refs:DFtype (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dppc64-fp.c62 __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 Dfloatunsidf.c4 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 Dfixdfdi.c5 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 Dfloatundidf.c4 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 Dfloatdidf.c5 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 Dfixunsdfsi.c5 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 Dfp-bit.h98 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 Dfixsfdi.c6 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 Dfloatundisf.c6 typedef float DFtype __attribute__ ((mode (DF))); typedef
32 DFtype f = (USItype) (u >> (sizeof (USItype) * 8)); in __floatundisf()
/freebsd-12.1/contrib/gcc/
H A Dlibgcc2.h162 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 Dadddf3.c35 DFtype __adddf3(DFtype a, DFtype b) in __adddf3()
39 DFtype r; in __adddf3()
H A Ddivdf3.c35 DFtype __divdf3(DFtype a, DFtype b) in __divdf3()
39 DFtype r; in __divdf3()
H A Dmuldf3.c35 DFtype __muldf3(DFtype a, DFtype b) in __muldf3()
39 DFtype r; in __muldf3()
H A Dsubdf3.c35 DFtype __subdf3(DFtype a, DFtype b) in __subdf3()
39 DFtype r; in __subdf3()
H A Dnegdf2.c35 DFtype __negdf2(DFtype a) in __negdf2()
39 DFtype r; in __negdf2()
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i) in __floatdidf()
39 DFtype a; in __floatdidf()
H A Dfloatundidf.c35 DFtype __floatundidf(UDItype i) in __floatundidf()
39 DFtype a; in __floatundidf()
H A Dfloatunsidf.c35 DFtype __floatunsidf(USItype i) in __floatunsidf()
39 DFtype a; in __floatunsidf()
H A Dfloatsidf.c35 DFtype __floatsidf(SItype i) in __floatsidf()
39 DFtype a; in __floatsidf()
H A Dunorddf2.c35 __unorddf2(DFtype a, DFtype b) in __unorddf2()
H A Dextendsfdf2.c36 DFtype __extendsfdf2(SFtype a) in __extendsfdf2()
41 DFtype r; in __extendsfdf2()
H A Dtrunctfdf2.c36 DFtype __trunctfdf2(TFtype a) in __trunctfdf2()
41 DFtype r; in __trunctfdf2()
H A Deqdf2.c35 int __eqdf2(DFtype a, DFtype b) in __eqdf2()
H A Dgedf2.c35 int __gedf2(DFtype a, DFtype b) in __gedf2()
H A Dledf2.c35 int __ledf2(DFtype a, DFtype b) in __ledf2()

12