Share via


_nmsub_vl

This function multiplies the lower halves of two vectors, negates the result, and subtracts the result from a third number.

double __cdecl _nmsub_vl(
  arg1,
  arg2,
  arg3
);

Parameters

  • arg1
    [in] The value from which the negated product of arg2 and arg3 is subtracted.
  • arg2
    [in] The first operand in the product.
  • arg3
    [in] The second operand in the product.

Return Values

The result of the binary arithmetic.

Remarks

The compiler translates this function into the NMSUB.format assembly instruction.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mipsintr.h.

See Also

Common Intrinsic Functions | Intrinsic Functions for MIPS Microprocessors

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.