Share via


_cvt_ps_s

This function converts two single-precision floating-point values to a paired single.

double __cdecl _cvt_ps_s(
  float1,
  float2
);

Parameters

  • float1
    [in] The first floating-point value.
  • float2
    [in] The second floating-point value.

Return Values

A double precision paired single formed from two floating-point numbers.

Remarks

The compiler translates this function into the CVT.D.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.