Share via


_msub_sl

This function multiplies the lower half of a double times a floating-point number, and subtracts the result from a third number.

double __cdecl _msub_sl(
  float1, 
  double,
  float2
);

Parameters

  • float1
    [in] The value that the product of double and float2 is subtracted from.
  • double
    [in] The first operand in the product of double and float2.
  • float2
    [in] The second operand in the product of double and float2.

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.