_div_ps
This function divides the upper and lower halves of two paired singles independently to produce a 64-bit result.
double __cdecl _div_ps(
arg1,
arg2
);
Parameters
- arg1
[in] The value of the number divided by arg2. The function calculates the upper and lower quotients independently. - arg2
[in] The value of the divisor number divided into arg1.
Return Values
The 64-bit result of dividing arg1 by arg2.
Remarks
The compiler translates this function into the DIV.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.