_mul_su
This function multiplies the upper half of a double precision number times a single-precision number.
double __cdecl _mul_su(
double1,
float
);
Parameters
- double1
[in] The first number to be multiplied. - float
[in] The second number to be multiplied.
Return Values
The result of the binary arithmetic.
Remarks
The compiler translates this function into the MUL.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.