ReactOS 0.4.16-dev-736-g28b802b
|
#include <precomp.h>
#include "float.h"
Go to the source code of this file.
Macros | |
#define | _SW_INVALID 0x00000010 /* invalid */ |
#define | _SW_ZERODIVIDE 0x00000008 /* zero divide */ |
#define | _SW_UNDERFLOW 0x00000002 /* underflow */ |
#define | _SW_OVERFLOW 0x00000004 /* overflow */ |
#define | _SW_INEXACT 0x00000001 /* inexact (precision) */ |
#define | _SW_DENORMAL 0x00080000 /* denormal status bit */ |
Functions | |
unsigned int CDECL | _statusfp (void) |
Definition at line 25 of file statfp.c.
Referenced by _clearfp(), START_TEST(), and Test_exceptions().