Returns a vector containing the results of performing a negative multiply-subtract operation on the given vectors.
Elemental function
The result is a vector of the same type as ARG1.
The value of each element of the result is the product of the corresponding elements of ARG1 and ARG2, subtracted from the corresponding element of ARG3.