Lines Matching refs:Z
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)
894 #define parts_sint_to_float(P, I, Z, S) \ argument
895 PARTS_GENERIC_64_128(sint_to_float, P)(P, I, Z, S)
902 #define parts_uint_to_float(P, I, Z, S) \ argument
903 PARTS_GENERIC_64_128(uint_to_float, P)(P, I, Z, S)