Home
last modified time | relevance | path

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

12

/soft-fp/
A Dtestit.c56 double r_adddf3(double a, double b) { return a + b; } in r_adddf3() argument
57 double r_subdf3(double a, double b) { return a - b; } in r_subdf3() argument
64 float r_addsf3(float a, float b) { return a + b; } in r_addsf3() argument
65 float r_subsf3(float a, float b) { return a - b; } in r_subsf3() argument
66 float r_mulsf3(float a, float b) { return a * b; } in r_mulsf3() argument
67 float r_divsf3(float a, float b) { return a / b; } in r_divsf3() argument
80 int r_nedf2(double a, double b) { return a != b; } in r_nedf2() argument
81 int r_gtdf2(double a, double b) { return a > b; } in r_gtdf2() argument
87 int r_nesf2(float a, float b) { return a != b; } in r_nesf2() argument
88 int r_gtsf2(float a, float b) { return a > b; } in r_gtsf2() argument
[all …]
A Dunorddf2.c33 __unorddf2 (DFtype a, DFtype b) in __unorddf2() argument
42 FP_UNPACK_RAW_D (B, b); in __unorddf2()
A Dunordsf2.c33 __unordsf2 (SFtype a, SFtype b) in __unordsf2() argument
42 FP_UNPACK_RAW_S (B, b); in __unordsf2()
A Dunordtf2.c33 __unordtf2 (TFtype a, TFtype b) in __unordtf2() argument
42 FP_UNPACK_RAW_Q (B, b); in __unordtf2()
A Dgedf2.c33 __gedf2 (DFtype a, DFtype b) in __gedf2() argument
42 FP_UNPACK_RAW_D (B, b); in __gedf2()
A Dgesf2.c33 __gesf2 (SFtype a, SFtype b) in __gesf2() argument
42 FP_UNPACK_RAW_S (B, b); in __gesf2()
A Dgetf2.c33 __getf2 (TFtype a, TFtype b) in __getf2() argument
42 FP_UNPACK_RAW_Q (B, b); in __getf2()
A Dledf2.c33 __ledf2 (DFtype a, DFtype b) in __ledf2() argument
42 FP_UNPACK_RAW_D (B, b); in __ledf2()
A Dlesf2.c33 __lesf2 (SFtype a, SFtype b) in __lesf2() argument
42 FP_UNPACK_RAW_S (B, b); in __lesf2()
A Dletf2.c33 __letf2 (TFtype a, TFtype b) in __letf2() argument
42 FP_UNPACK_RAW_Q (B, b); in __letf2()
A Deqdf2.c33 __eqdf2 (DFtype a, DFtype b) in __eqdf2() argument
42 FP_UNPACK_RAW_D (B, b); in __eqdf2()
A Deqhf2.c33 __eqhf2 (HFtype a, HFtype b) in __eqhf2() argument
42 FP_UNPACK_RAW_H (B, b); in __eqhf2()
A Deqsf2.c33 __eqsf2 (SFtype a, SFtype b) in __eqsf2() argument
42 FP_UNPACK_RAW_S (B, b); in __eqsf2()
A Deqtf2.c33 __eqtf2 (TFtype a, TFtype b) in __eqtf2() argument
42 FP_UNPACK_RAW_Q (B, b); in __eqtf2()
A Dmuldf3.c33 __muldf3 (DFtype a, DFtype b) in __muldf3() argument
43 FP_UNPACK_D (B, b); in __muldf3()
A Dmulsf3.c33 __mulsf3 (SFtype a, SFtype b) in __mulsf3() argument
43 FP_UNPACK_S (B, b); in __mulsf3()
A Dmultf3.c33 __multf3 (TFtype a, TFtype b) in __multf3() argument
43 FP_UNPACK_Q (B, b); in __multf3()
A Dsubtf3.c33 __subtf3 (TFtype a, TFtype b) in __subtf3() argument
43 FP_UNPACK_SEMIRAW_Q (B, b); in __subtf3()
A Dsubdf3.c33 __subdf3 (DFtype a, DFtype b) in __subdf3() argument
43 FP_UNPACK_SEMIRAW_D (B, b); in __subdf3()
A Dsubsf3.c33 __subsf3 (SFtype a, SFtype b) in __subsf3() argument
43 FP_UNPACK_SEMIRAW_S (B, b); in __subsf3()
A Dadddf3.c33 __adddf3 (DFtype a, DFtype b) in __adddf3() argument
43 FP_UNPACK_SEMIRAW_D (B, b); in __adddf3()
A Daddsf3.c33 __addsf3 (SFtype a, SFtype b) in __addsf3() argument
43 FP_UNPACK_SEMIRAW_S (B, b); in __addsf3()
A Daddtf3.c33 __addtf3 (TFtype a, TFtype b) in __addtf3() argument
43 FP_UNPACK_SEMIRAW_Q (B, b); in __addtf3()
A Ddivdf3.c33 __divdf3 (DFtype a, DFtype b) in __divdf3() argument
43 FP_UNPACK_D (B, b); in __divdf3()
A Ddivsf3.c33 __divsf3 (SFtype a, SFtype b) in __divsf3() argument
43 FP_UNPACK_S (B, b); in __divsf3()

Completed in 33 milliseconds

12