Share via


_recip_sl

This function calculates the reciprocal of the lower half of a 32-bit number.

float __cdecl _recip_sl(
  arg1
);

Parameters

  • arg1
    [in] The 32-bit input number.

Return Values

The result of the reciprocal arithmetic.

Remarks

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