Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 27) sorted by relevance

12

/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()
65 float r_subsf3(float a, float b) { return a - b; } in r_subsf3()
66 float r_mulsf3(float a, float b) { return a * b; } in r_mulsf3()
67 float r_divsf3(float a, float b) { return a / b; } in r_divsf3()
68 float r_negsf3(float a, float b) { return -a; } in r_negsf3()
80 int r_nedf2(double a, double b) { return a != b; } in r_nedf2()
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()
88 int r_gtsf2(float a, float b) { return a > b; } in r_gtsf2()
[all …]
A Dgedf2.c33 __gedf2 (DFtype a, DFtype b) in __gedf2()
A Dgesf2.c33 __gesf2 (SFtype a, SFtype b) in __gesf2()
A Dgetf2.c33 __getf2 (TFtype a, TFtype b) in __getf2()
A Dledf2.c33 __ledf2 (DFtype a, DFtype b) in __ledf2()
A Dlesf2.c33 __lesf2 (SFtype a, SFtype b) in __lesf2()
A Dletf2.c33 __letf2 (TFtype a, TFtype b) in __letf2()
A Dmuldf3.c33 __muldf3 (DFtype a, DFtype b) in __muldf3()
A Dmulsf3.c33 __mulsf3 (SFtype a, SFtype b) in __mulsf3()
A Dmultf3.c33 __multf3 (TFtype a, TFtype b) in __multf3()
A Dsubtf3.c33 __subtf3 (TFtype a, TFtype b) in __subtf3()
A Dunorddf2.c33 __unorddf2 (DFtype a, DFtype b) in __unorddf2()
A Dunordsf2.c33 __unordsf2 (SFtype a, SFtype b) in __unordsf2()
A Dunordtf2.c33 __unordtf2 (TFtype a, TFtype b) in __unordtf2()
A Dsubdf3.c33 __subdf3 (DFtype a, DFtype b) in __subdf3()
A Dsubsf3.c33 __subsf3 (SFtype a, SFtype b) in __subsf3()
A Dadddf3.c33 __adddf3 (DFtype a, DFtype b) in __adddf3()
A Daddsf3.c33 __addsf3 (SFtype a, SFtype b) in __addsf3()
A Daddtf3.c33 __addtf3 (TFtype a, TFtype b) in __addtf3()
A Ddivdf3.c33 __divdf3 (DFtype a, DFtype b) in __divdf3()
A Ddivsf3.c33 __divsf3 (SFtype a, SFtype b) in __divsf3()
A Ddivtf3.c33 __divtf3 (TFtype a, TFtype b) in __divtf3()
A Deqdf2.c33 __eqdf2 (DFtype a, DFtype b) in __eqdf2()
A Deqhf2.c33 __eqhf2 (HFtype a, HFtype b) in __eqhf2()
A Deqsf2.c33 __eqsf2 (SFtype a, SFtype b) in __eqsf2()

Completed in 35 milliseconds

12