Partager via


_msub_vu

This function multiplies the upper halves of two 32-bit vectors and subtracts the result from a third number.

double __cdecl _msub_ps(
  double1, 
  double2,
  double3
);

Parameters

  • double1
    [in] The value that the product of double2 and double3 is subtracted from.
  • double2
    [in] The first operand in the product of double2 and double3.
  • double3
    [in] The second operand in the product of double2 and double3.

Return Values

The compiler translates this function into the MSUB.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.