Share via


_sub_sl

This function subtracts the lower half of a 64-bit number, the first source number, from the second input, a 32-bit value.

float __cdecl _sub_sl(
  arg1,
  arg2
);

Parameters

  • arg1
    [in] The first input value, a 64-bit number.
  • arg2
    [in] The second input value, a 32-bit number.

Return Values

The result of the binary arithmetic.

Remarks

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