_c_ngle_sl
This function compares the lower half of a floating-point double to a single-precision floating-point number to determine not greater than, less than, or equal to, then writes the result to a condition code.
void __cdecl _c_ngle_sl(
int,
double,
float
);
Parameters
- int
[out] A code bit number between zero and seven (0 and 7) that specifies the floating-point condition code in which the function writes the result of the comparison. - double
[in] A double-precision floating-point number. - float
[in] A single-precision floating-point number.
Return Values
None.
Remarks
The compiler translates this function into an appropriate C.cond.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.