ReactOS 0.4.15-dev-8079-g5db69da
double_t Struct Reference

Public Attributes

unsigned int mantissal:32
 
unsigned int mantissah:20
 
unsigned int exponent:11
 
unsigned int sign:1
 

Detailed Description

Definition at line 30 of file sprintf.c.

Member Data Documentation

◆ exponent

unsigned int double_t::exponent

Definition at line 33 of file sprintf.c.

◆ mantissah

unsigned int double_t::mantissah

Definition at line 32 of file sprintf.c.

◆ mantissal

unsigned int double_t::mantissal

Definition at line 31 of file sprintf.c.

◆ sign

unsigned int double_t::sign

Definition at line 34 of file sprintf.c.


The documentation for this struct was generated from the following file: