vec_nmsub

Purpose

Returns a vector containing the results of performing a negative multiply-subtract operation on the given vectors.

Syntax

d=vec_nmsub(a, b, c)

Result and argument types

The following table describes the types of the returned value and the function arguments.

d a b c
vector float vector float vector float vector float
vector double vector double vector double vector double

Result value

The value of each element of the result is the product of the corresponding elements of a and b, subtracted from the corresponding element of c.



Voice your opinion on getting help information Ask IBM compiler experts a technical question in the IBM XL compilers forum Reach out to us