H A D | softfloat.c | 795 #define parts_addsub(A, B, S, Z) \ argument 796 PARTS_GENERIC_64_128(addsub, A)(A, B, S, Z) 813 #define parts_muladd_scalbn(A, B, C, Z, Y, S) \ argument 814 PARTS_GENERIC_64_128(muladd_scalbn, A)(A, B, C, Z, Y, S) 863 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument 864 PARTS_GENERIC_64_128(float_to_sint, P)(P, R, Z, MN, MX, S) 873 #define parts_float_to_uint(P, R, Z, M, S) \ argument 874 PARTS_GENERIC_64_128(float_to_uint, P)(P, R, Z, M, S) 891 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument 892 PARTS_GENERIC_64_128(float_to_sint, P)(P, R, Z, MN, MX, S) [all …]
|