Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dppc64-fp.c38 extern DItype __fixdfdi (DFtype);
40 extern USItype __fixunsdfsi (DFtype);
44 extern DFtype __floatdidf (DItype);
45 extern DFtype __floatundidf (UDItype);
51 static DItype local_fixunsdfdi (DFtype);
62 __fixdfdi (DFtype a) in __fixdfdi()
78 __fixunsdfsi (DFtype a) in __fixunsdfsi()
80 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
98 DFtype dh, dl; in __floatditf()
110 DFtype dh, dl; in __floatunditf()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c36 extern DItype __fixdfdi (DFtype);
38 extern USItype __fixunsdfsi (DFtype);
40 extern DFtype __floatdidf (DItype);
44 static DItype local_fixunsdfdi (DFtype);
47 __fixdfdi (DFtype a) in __fixdfdi()
63 __fixunsdfsi (DFtype a) in __fixunsdfsi()
65 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
80 DFtype
83 DFtype d; in __floatdidf()
96 DFtype f; in __floatdisf()
[all …]
/openbsd-src/gnu/gcc/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 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);
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h164 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);
H A Dlibgcc2.c1236 __fixunsdfDI (DFtype a) in __fixunsdfDI()
1246 const UWtype lo = a - (DFtype) hi * Wtype_MAXp1_F; in __fixunsdfDI()
1255 __fixdfdi (DFtype a) in __fixdfdi()
1271 const DFtype dfa = a; in __fixunssfDI()
1281 const UWtype lo = dfa - (DFtype) hi * Wtype_MAXp1_F; in __fixunssfDI()
1410 #define FSTYPE DFtype
1429 # define FTYPE DFtype in FUNC()
1522 #define FSTYPE DFtype
1541 # define FTYPE DFtype in FUNC()
1626 if (a >= - (DFtype) Wtype_MIN) in __fixunsxfSI()
[all …]
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dsubdf3.c35 DFtype __subdf3(DFtype a, DFtype b) in __subdf3()
39 DFtype r; in __subdf3()
H A Dmuldf3.c35 DFtype __muldf3(DFtype a, DFtype b) in __muldf3()
39 DFtype r; in __muldf3()
H A Ddivdf3.c35 DFtype __divdf3(DFtype a, DFtype b) in __divdf3()
39 DFtype r; in __divdf3()
H A Dadddf3.c35 DFtype __adddf3(DFtype a, DFtype b) in __adddf3()
39 DFtype r; in __adddf3()
H A Dnegdf2.c35 DFtype __negdf2(DFtype a) in __negdf2()
39 DFtype r; in __negdf2()
H A Dfloatsidf.c35 DFtype __floatsidf(SItype i) in __floatsidf()
39 DFtype a; in __floatsidf()
H A Dfloatundidf.c35 DFtype __floatundidf(UDItype i) in __floatundidf()
39 DFtype a; in __floatundidf()
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i) in __floatdidf()
39 DFtype a; in __floatdidf()
H A Dfloatunsidf.c35 DFtype __floatunsidf(USItype i) in __floatunsidf()
39 DFtype a; in __floatunsidf()
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 Dledf2.c35 int __ledf2(DFtype a, DFtype b) in __ledf2()
H A Deqdf2.c35 int __eqdf2(DFtype a, DFtype b) in __eqdf2()
H A Dgedf2.c35 int __gedf2(DFtype a, DFtype b) in __gedf2()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h95 typedef float DFtype __attribute__ ((mode (DF))); typedef
217 typedef DFtype FLO_type;
500 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
502 extern DFtype sf_to_df (SFtype);
513 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
516 extern SFtype df_to_sf (DFtype);
519 extern TFtype df_to_tf (DFtype);
524 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
531 extern DFtype tf_to_df (TFtype);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h103 typedef float DFtype __attribute__ ((mode (DF))); typedef
270 extern DWtype __fixdfdi (DFtype);
272 extern DFtype __floatdidf (DWtype);
274 extern UWtype __fixunsdfSI (DFtype);
276 extern DWtype __fixunsdfDI (DFtype);
H A Dlibgcc2.c934 __fixunsdfDI (DFtype a) in __fixunsdfDI()
936 DFtype b; in __fixunsdfDI()
949 a -= (DFtype)v; in __fixunsdfDI()
963 __fixdfdi (DFtype a) in __fixdfdi()
981 DFtype a = original_a; in __fixunssfDI()
982 DFtype b; in __fixunssfDI()
995 a -= (DFtype) v; in __fixunssfDI()
1060 DFtype
1063 DFtype d; in __floatdidf()
1089 DFtype f; in __floatdisf()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dbf-spl1.c6 typedef DFtype __attribute__ ((mode (DF)));
18 typedef DFtype FLO_type;

12