Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 86) sorted by relevance

1234

/soft-fp/
A Dtestit.c60 double r_negdf3(double a, double b) { return -a; } in r_negdf3()
64 float r_addsf3(float a, float b) { return a + b; } in r_addsf3()
68 float r_negsf3(float a, float b) { return -a; } in r_negsf3()
72 int r_fixdfsi(double a) { return (int)a; } in r_fixdfsi()
73 int r_fixsfsi(float a) { return (int)a; } in r_fixsfsi()
74 double r_floatsidf(int a) { return (double)a; } in r_floatsidf()
75 float r_floatsisf(int a) { return (float)a; } in r_floatsisf()
77 float r_truncdfsf2(double a) { return (float)a; } in r_truncdfsf2()
81 int r_gtdf2(double a, double b) { return a > b; } in r_gtdf2()
87 int r_nesf2(float a, float b) { return a != b; } in r_nesf2()
[all …]
A Dfloatuntitf.c37 TFtype a; in __floatuntitf() local
A Dnegdf2.c33 __negdf2 (DFtype a) in __negdf2()
A Dfloattihf.c37 HFtype a; in __floattihf() local
A Dfloattisf.c37 SFtype a; in __floattisf() local
A Dfloattitf.c37 TFtype a; in __floattitf() local
A Dfloatundidf.c37 DFtype a; in __floatundidf() local
A Dfloatundisf.c37 SFtype a; in __floatundisf() local
A Dfloatunsisf.c37 SFtype a; in __floatunsisf() local
A Dfloatuntidf.c37 DFtype a; in __floatuntidf() local
A Dfloatuntihf.c37 HFtype a; in __floatuntihf() local
A Dfloatuntisf.c37 SFtype a; in __floatuntisf() local
A Dtruncdfhf2.c34 __truncdfhf2 (DFtype a) in __truncdfhf2()
A Dtruncdfsf2.c34 __truncdfsf2 (DFtype a) in __truncdfsf2()
A Dtruncsfhf2.c34 __truncsfhf2 (SFtype a) in __truncsfhf2()
A Dtrunctfdf2.c34 __trunctfdf2 (TFtype a) in __trunctfdf2()
A Dtrunctfhf2.c34 __trunctfhf2 (TFtype a) in __trunctfhf2()
A Dtrunctfsf2.c34 __trunctfsf2 (TFtype a) in __trunctfsf2()
A Dtrunctfxf2.c34 __trunctfxf2 (TFtype a) in __trunctfxf2()
A Dtruncxfhf2.c34 __truncxfhf2 (XFtype a) in __truncxfhf2()
A Dnegsf2.c33 __negsf2 (SFtype a) in __negsf2()
A Dnegtf2.c33 __negtf2 (TFtype a) in __negtf2()
A Dfixhfti.c33 __fixhfti (HFtype a) in __fixhfti()
A Dfixsfdi.c33 __fixsfdi (SFtype a) in __fixsfdi()
A Dfixsfsi.c33 __fixsfsi (SFtype a) in __fixsfsi()

Completed in 37 milliseconds

1234