Searched defs:b (Results 1 – 25 of 27) sorted by relevance
12
/soft-fp/ |
A D | testit.c | 60 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 D | gedf2.c | 33 __gedf2 (DFtype a, DFtype b) in __gedf2()
|
A D | gesf2.c | 33 __gesf2 (SFtype a, SFtype b) in __gesf2()
|
A D | getf2.c | 33 __getf2 (TFtype a, TFtype b) in __getf2()
|
A D | ledf2.c | 33 __ledf2 (DFtype a, DFtype b) in __ledf2()
|
A D | lesf2.c | 33 __lesf2 (SFtype a, SFtype b) in __lesf2()
|
A D | letf2.c | 33 __letf2 (TFtype a, TFtype b) in __letf2()
|
A D | muldf3.c | 33 __muldf3 (DFtype a, DFtype b) in __muldf3()
|
A D | mulsf3.c | 33 __mulsf3 (SFtype a, SFtype b) in __mulsf3()
|
A D | multf3.c | 33 __multf3 (TFtype a, TFtype b) in __multf3()
|
A D | subtf3.c | 33 __subtf3 (TFtype a, TFtype b) in __subtf3()
|
A D | unorddf2.c | 33 __unorddf2 (DFtype a, DFtype b) in __unorddf2()
|
A D | unordsf2.c | 33 __unordsf2 (SFtype a, SFtype b) in __unordsf2()
|
A D | unordtf2.c | 33 __unordtf2 (TFtype a, TFtype b) in __unordtf2()
|
A D | subdf3.c | 33 __subdf3 (DFtype a, DFtype b) in __subdf3()
|
A D | subsf3.c | 33 __subsf3 (SFtype a, SFtype b) in __subsf3()
|
A D | adddf3.c | 33 __adddf3 (DFtype a, DFtype b) in __adddf3()
|
A D | addsf3.c | 33 __addsf3 (SFtype a, SFtype b) in __addsf3()
|
A D | addtf3.c | 33 __addtf3 (TFtype a, TFtype b) in __addtf3()
|
A D | divdf3.c | 33 __divdf3 (DFtype a, DFtype b) in __divdf3()
|
A D | divsf3.c | 33 __divsf3 (SFtype a, SFtype b) in __divsf3()
|
A D | divtf3.c | 33 __divtf3 (TFtype a, TFtype b) in __divtf3()
|
A D | eqdf2.c | 33 __eqdf2 (DFtype a, DFtype b) in __eqdf2()
|
A D | eqhf2.c | 33 __eqhf2 (HFtype a, HFtype b) in __eqhf2()
|
A D | eqsf2.c | 33 __eqsf2 (SFtype a, SFtype b) in __eqsf2()
|
Completed in 35 milliseconds
12