/soft-fp/ |
A D | testit.c | 56 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 D | unorddf2.c | 33 __unorddf2 (DFtype a, DFtype b) in __unorddf2() argument 42 FP_UNPACK_RAW_D (B, b); in __unorddf2()
|
A D | unordsf2.c | 33 __unordsf2 (SFtype a, SFtype b) in __unordsf2() argument 42 FP_UNPACK_RAW_S (B, b); in __unordsf2()
|
A D | unordtf2.c | 33 __unordtf2 (TFtype a, TFtype b) in __unordtf2() argument 42 FP_UNPACK_RAW_Q (B, b); in __unordtf2()
|
A D | gedf2.c | 33 __gedf2 (DFtype a, DFtype b) in __gedf2() argument 42 FP_UNPACK_RAW_D (B, b); in __gedf2()
|
A D | gesf2.c | 33 __gesf2 (SFtype a, SFtype b) in __gesf2() argument 42 FP_UNPACK_RAW_S (B, b); in __gesf2()
|
A D | getf2.c | 33 __getf2 (TFtype a, TFtype b) in __getf2() argument 42 FP_UNPACK_RAW_Q (B, b); in __getf2()
|
A D | ledf2.c | 33 __ledf2 (DFtype a, DFtype b) in __ledf2() argument 42 FP_UNPACK_RAW_D (B, b); in __ledf2()
|
A D | lesf2.c | 33 __lesf2 (SFtype a, SFtype b) in __lesf2() argument 42 FP_UNPACK_RAW_S (B, b); in __lesf2()
|
A D | letf2.c | 33 __letf2 (TFtype a, TFtype b) in __letf2() argument 42 FP_UNPACK_RAW_Q (B, b); in __letf2()
|
A D | eqdf2.c | 33 __eqdf2 (DFtype a, DFtype b) in __eqdf2() argument 42 FP_UNPACK_RAW_D (B, b); in __eqdf2()
|
A D | eqhf2.c | 33 __eqhf2 (HFtype a, HFtype b) in __eqhf2() argument 42 FP_UNPACK_RAW_H (B, b); in __eqhf2()
|
A D | eqsf2.c | 33 __eqsf2 (SFtype a, SFtype b) in __eqsf2() argument 42 FP_UNPACK_RAW_S (B, b); in __eqsf2()
|
A D | eqtf2.c | 33 __eqtf2 (TFtype a, TFtype b) in __eqtf2() argument 42 FP_UNPACK_RAW_Q (B, b); in __eqtf2()
|
A D | muldf3.c | 33 __muldf3 (DFtype a, DFtype b) in __muldf3() argument 43 FP_UNPACK_D (B, b); in __muldf3()
|
A D | mulsf3.c | 33 __mulsf3 (SFtype a, SFtype b) in __mulsf3() argument 43 FP_UNPACK_S (B, b); in __mulsf3()
|
A D | multf3.c | 33 __multf3 (TFtype a, TFtype b) in __multf3() argument 43 FP_UNPACK_Q (B, b); in __multf3()
|
A D | subtf3.c | 33 __subtf3 (TFtype a, TFtype b) in __subtf3() argument 43 FP_UNPACK_SEMIRAW_Q (B, b); in __subtf3()
|
A D | subdf3.c | 33 __subdf3 (DFtype a, DFtype b) in __subdf3() argument 43 FP_UNPACK_SEMIRAW_D (B, b); in __subdf3()
|
A D | subsf3.c | 33 __subsf3 (SFtype a, SFtype b) in __subsf3() argument 43 FP_UNPACK_SEMIRAW_S (B, b); in __subsf3()
|
A D | adddf3.c | 33 __adddf3 (DFtype a, DFtype b) in __adddf3() argument 43 FP_UNPACK_SEMIRAW_D (B, b); in __adddf3()
|
A D | addsf3.c | 33 __addsf3 (SFtype a, SFtype b) in __addsf3() argument 43 FP_UNPACK_SEMIRAW_S (B, b); in __addsf3()
|
A D | addtf3.c | 33 __addtf3 (TFtype a, TFtype b) in __addtf3() argument 43 FP_UNPACK_SEMIRAW_Q (B, b); in __addtf3()
|
A D | divdf3.c | 33 __divdf3 (DFtype a, DFtype b) in __divdf3() argument 43 FP_UNPACK_D (B, b); in __divdf3()
|
A D | divsf3.c | 33 __divsf3 (SFtype a, SFtype b) in __divsf3() argument 43 FP_UNPACK_S (B, b); in __divsf3()
|