Share via


_neg_ps

This function negates the upper and lower halves of two 32-bit paired singles independently.

double __cdecl _neg_ps(
  arg1
);

Parameters

  • arg1
    [in] The number whose halves are negated.

Return Values

The result of the negation.

Remarks

The compiler translates this into the NEG.format assembly instructions.

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.