Share via


_c_ult_su

This function compares the upper half of a floating-point double to a single-precision floating-point number to test if unordered or less than, then writes the result to a condition code.

void __cdecl _c_ult_su(
  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
    [out] 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.