ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

cntrlfp.c File Reference
#include <precomp.h>
#include <float.h>

Go to the source code of this file.

Defines

#define X87_CW_IM   (1<<0) /* Invalid operation mask */
#define X87_CW_DM   (1<<1) /* Denormal operand mask */
#define X87_CW_ZM   (1<<2) /* Zero divide mask */
#define X87_CW_OM   (1<<3) /* Overflow mask */
#define X87_CW_UM   (1<<4) /* Underflow mask */
#define X87_CW_PM   (1<<5) /* Precision mask */
#define X87_CW_PC_MASK   (3<<8) /* precision control mask */
#define X87_CW_PC24   (0<<8) /* 24 bit precision */
#define X87_CW_PC53   (2<<8) /* 53 bit precision */
#define X87_CW_PC64   (3<<8) /* 64 bit precision */
#define X87_CW_RC_MASK   (3<<10) /* rounding control mask */
#define X87_CW_RC_NEAREST   (0<<10) /* round to nearest */
#define X87_CW_RC_DOWN   (1<<10) /* round down */
#define X87_CW_RC_UP   (2<<10) /* round up */
#define X87_CW_RC_ZERO   (3<<10) /* round toward zero (chop) */
#define X87_CW_IC   (1<<12) /* infinity control flag */

Functions

unsigned int CDECL _controlfp (unsigned int newval, unsigned int mask)
unsigned int CDECL _control87 (unsigned int newval, unsigned int mask)
int CDECL _controlfp_s (unsigned int *cur, unsigned int newval, unsigned int mask)

Generated on Fri May 25 2012 06:03:02 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.