Partager via


_c_seq_vl

This function compares two signal strengths held in the lower halves of two double-precision vector numbers for equality. The function writes the result to a condition code.

void __cdecl _c_seq_vl(
  int,
  double1,
  double2
);

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.
  • double1
    [in] A double-precision floating-point number, the source signal.
  • double2
    [in] A double-precision floating-point number, the target signal.

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.