ReactOS 0.4.15-dev-7842-g558ab78
long_double_s Struct Reference

#include <ieee.h>

Public Attributes

unsigned int mantissal:32
 
unsigned int mantissah:32
 
unsigned int exponent:15
 
unsigned int sign:1
 
unsigned int empty:16
 

Detailed Description

Definition at line 17 of file ieee.h.

Member Data Documentation

◆ empty

unsigned int long_double_s::empty

Definition at line 22 of file ieee.h.

◆ exponent

unsigned int long_double_s::exponent

Definition at line 20 of file ieee.h.

◆ mantissah

unsigned int long_double_s::mantissah

Definition at line 19 of file ieee.h.

◆ mantissal

unsigned int long_double_s::mantissal

Definition at line 18 of file ieee.h.

◆ sign

unsigned int long_double_s::sign

Definition at line 21 of file ieee.h.


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