Partager via


_cvt_s_pu

This function converts the upper half of a paired single value to a single-precision floating-point value.

float __cdecl _cvt_s_pu(
  double
);

Parameters

  • double
    [in] The double-precision, paired single number that the function converts to a floating point number.

Return Values

A floating point number formed from the lower half of a double precision number.

Remarks

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