|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <msvcrt.h>

Public Attributes | |
| int | sign |
| int | exp |
| ULONGLONG | m |
| enum fpmod | mod |
| int fpnum::exp |
Definition at line 361 of file msvcrt.h.
Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().
| ULONGLONG fpnum::m |
Definition at line 362 of file msvcrt.h.
Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().
Definition at line 363 of file msvcrt.h.
Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().
| int fpnum::sign |
Definition at line 360 of file msvcrt.h.
Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().