Searched refs:SFtype (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11.0-release/contrib/gcc/config/
H A Dfloatunsisf.c4 typedef float SFtype __attribute__ ((mode (SF))); typedef
6 SFtype
14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1));
17 return (SFtype) s;
H A Dfixunssfsi.c4 typedef float SFtype __attribute__ ((mode (SF))); typedef
6 USItype __fixunssfsi (SFtype);
12 __fixunssfsi (SFtype a)
14 if (a >= - (SFtype) SItype_MIN)
H A Dfixsfdi.c5 typedef float SFtype __attribute__ ((mode (SF))); typedef
8 DItype __fixsfdi (SFtype);
14 local_fixunssfdi (SFtype original_a)
25 __fixsfdi (SFtype a)
H A Dfloatundisf.c5 typedef float SFtype __attribute__ ((mode (SF))); typedef
8 SFtype __floatundisf (UDItype);
10 SFtype
35 return (SFtype) f;
H A Dfloatdisf.c6 typedef float SFtype __attribute__ ((mode (SF))); typedef
9 SFtype __floatdisf (DItype);
11 SFtype
17 of SFtype. A fixed mask and bit position handles all usual
37 return (SFtype) f;
/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Daddsf3.c35 SFtype __addsf3(SFtype a, SFtype b)
39 SFtype r;
H A Ddivsf3.c35 SFtype __divsf3(SFtype a, SFtype b)
39 SFtype r;
H A Dmulsf3.c35 SFtype __mulsf3(SFtype a, SFtype b)
39 SFtype r;
H A Dsubsf3.c35 SFtype __subsf3(SFtype a, SFtype b)
39 SFtype r;
H A Dfloatdisf.c35 SFtype __floatdisf(DItype i)
39 SFtype a;
H A Dfloatsisf.c35 SFtype __floatsisf(SItype i)
39 SFtype a;
H A Dfloatundisf.c35 SFtype __floatundisf(UDItype i)
39 SFtype a;
H A Dfloatunsisf.c35 SFtype __floatunsisf(USItype i)
39 SFtype a;
H A Dnegsf2.c35 SFtype __negsf2(SFtype a)
39 SFtype r;
H A Dtruncdfsf2.c36 SFtype __truncdfsf2(DFtype a)
41 SFtype r;
H A Dtrunctfsf2.c36 SFtype __trunctfsf2(TFtype a)
41 SFtype r;
H A Dunordsf2.c35 __unordsf2(SFtype a, SFtype b)
H A Dfixsfdi.c35 DItype __fixsfdi(SFtype a)
H A Dfixsfsi.c35 SItype __fixsfsi(SFtype a)
H A Dfixunssfdi.c35 UDItype __fixunssfdi(SFtype a)
H A Dfixunssfsi.c35 USItype __fixunssfsi(SFtype a)
H A Deqsf2.c35 int __eqsf2(SFtype a, SFtype b)
H A Dgesf2.c35 int __gesf2(SFtype a, SFtype b)
H A Dlesf2.c35 int __lesf2(SFtype a, SFtype b)
H A Dextendsfdf2.c36 DFtype __extendsfdf2(SFtype a)

Completed in 161 milliseconds

12