Share via


_mul_ps

This function multiplies the upper and lower halves of two 32-bit paired singles independently.

double __cdecl _mul_ps(
  double1,
  double2
);

Parameters

  • double1
    [in] The first double-precision paired single to be multiplied.
  • double2
    [in] The second double-precision paired single to be multiplied.

Return Values

A double precision number that is 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.