次の方法で共有


_CopyFloatFromInt32 (Windows Embedded CE 6.0)

1/5/2010

This function copies an integer value to a floating-point register.

Syntax

float _CopyFloatFromInt32(
  ___int32 arg1
);

Parameters

  • arg1
    [in] The integer value acted upon by the function.

Return Values

The floating point conversion of arg1.

Remarks

This function can be implemented by copying the source value using a temporary memory location.

Requirements

Architecture ARM, MIPS, SH-4, x86
Header cmnintrin.h
Routine _CopyFloatFromInt32

See Also

Reference

Common Intrinsic Functions for Device Compilers

Other Resources

Intrinsic Functions for Device Compilers