Returns a vector containing the results of performing a fused multiply/add for each corresponding set of elements of the given vectors.
Elemental function
The result is of the same type as ARG1.
The value of each element of the result is the product of the values of the corresponding elements of ARG1 and ARG2, added to the value of the corresponding element of ARG3.