_ersqrt_sl
This function estimates the reciprocal square root of the lower half of a 64-bit input value, and stores the 32-bit result.
float __cdecl _esrqrt_sl(
arg1
);
Parameters
- arg1
[in] The input value, a 64-bit paired single.
Return Values
The estimated reciprocal square root.
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.