Share via


_div_su

This function divides the upper halves of two 32-bit floating-point numbers to produce a 64-bit result.

float __cdecl _div_su(
  arg1,
  arg2
);

Parameters

  • arg1
    [in] The value of the number divided by arg2.
  • 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.