Partager via


_nmadd_ps

This function multiplies the upper and lower halves of two paired singles independently, negates the result, and adds the result to a third number.

double __cdecl _nmadd_ps(
  arg1,
  arg2,
  arg3
);

Parameters

  • arg1
    [in] The value added to the product of arg2 and arg3.
  • 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 NMADD.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.