Share via


_add_sl

This function adds a single-precision floating-point number to the lower half of a double-precision floating-point number.

float __cdecl _add_sl(
  arg1,
  arg2
);

Parameters

  • arg1
    [in] A double-precision floating-point number.
  • arg2
    [in] A single-precision floating-point number.

Return Values

A double-precision floating-point number formed by the binary arithmetic.

Remarks

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