ReactOS 0.4.15-dev-8434-g155a7c7
float_s Struct Reference

#include <ieee.h>

Public Attributes

unsigned int mantissa:23
 
unsigned int exponent:8
 
unsigned int sign:1
 

Detailed Description

Definition at line 4 of file ieee.h.

Member Data Documentation

◆ exponent

unsigned int float_s::exponent

Definition at line 6 of file ieee.h.

◆ mantissa

unsigned int float_s::mantissa

Definition at line 5 of file ieee.h.

◆ sign

unsigned int float_s::sign

Definition at line 7 of file ieee.h.


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