Share via


_c_seq_su

This function compares two signal strengths held in the upper half of a floating-point double and in a single-precision floating-point number for equality. The function writes the result to a condition code.

void __cdecl _c_seq_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
    [in] A double-precision floating-point number that gives the source signal strength.
  • float
    [in] A single-precision floating-point number that gives the target signal strength.

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.