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

12

/freebsd-10.3-release/contrib/gcc/config/
H A Dfloatunsidf.c4 typedef float DFtype __attribute__ ((mode (DF))); typedef
6 DFtype
10 DFtype r = (DFtype) s;
12 r += (DFtype)2.0 * (DFtype) ((USItype) 1
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));
H A Dfixunsdfsi.c5 typedef float DFtype __attribute__ ((mode (DF))); typedef
7 USItype __fixunsdfsi (DFtype);
13 __fixunsdfsi (DFtype a)
15 if (a >= - (DFtype) SItype_MIN)
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));
H A Dfixdfdi.c5 typedef float DFtype __attribute__ ((mode (DF))); typedef
7 DItype __fixdfdi (DFtype);
13 local_fixunsdfdi (DFtype a)
18 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8));
23 __fixdfdi (DFtype a)
H A Dfixsfdi.c6 typedef float DFtype __attribute__ ((mode (DF))); typedef
16 DFtype a = original_a;
20 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8));
/freebsd-10.3-release/contrib/gcc/config/soft-fp/
H A Dadddf3.c35 DFtype __adddf3(DFtype a, DFtype b)
39 DFtype r;
H A Ddivdf3.c35 DFtype __divdf3(DFtype a, DFtype b)
39 DFtype r;
H A Dmuldf3.c35 DFtype __muldf3(DFtype a, DFtype b)
39 DFtype r;
H A Dsubdf3.c35 DFtype __subdf3(DFtype a, DFtype b)
39 DFtype r;
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i)
39 DFtype a;
H A Dfloatsidf.c35 DFtype __floatsidf(SItype i)
39 DFtype a;
H A Dfloatundidf.c35 DFtype __floatundidf(UDItype i)
39 DFtype a;
H A Dfloatunsidf.c35 DFtype __floatunsidf(USItype i)
39 DFtype a;
H A Dnegdf2.c35 DFtype __negdf2(DFtype a)
39 DFtype r;
H A Dextendsfdf2.c36 DFtype __extendsfdf2(SFtype a)
41 DFtype r;
H A Dtrunctfdf2.c36 DFtype __trunctfdf2(TFtype a)
41 DFtype r;
H A Dunorddf2.c35 __unorddf2(DFtype a, DFtype b)
H A Dfixdfdi.c35 DItype __fixdfdi(DFtype a)
H A Dfixdfsi.c35 SItype __fixdfsi(DFtype a)
H A Dfixunsdfdi.c35 UDItype __fixunsdfdi(DFtype a)
H A Dfixunsdfsi.c35 USItype __fixunsdfsi(DFtype a)
H A Deqdf2.c35 int __eqdf2(DFtype a, DFtype b)
H A Dgedf2.c35 int __gedf2(DFtype a, DFtype b)
H A Dledf2.c35 int __ledf2(DFtype a, DFtype b)

Completed in 124 milliseconds

12