Partager via


_neg_sl

This function negates the lower half of a 64-bit number, and stores the result as a 32-bit number.

float __cdecl _neg_sl(
  arg1
);

Parameters

  • arg1
    [in] The number whose lower half is 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.