ReactOS 0.4.15-dev-7842-g558ab78
IEEEf2bits Union Reference

#include <fpmath.h>

Collaboration diagram for IEEEf2bits:

Public Attributes

float f
 
struct {
   unsigned int   man:23
 
   unsigned int   exp:8
 
   unsigned int   sign:1
 
bits
 

Detailed Description

Definition at line 33 of file fpmath.h.

Member Data Documentation

◆ 

struct { ... } IEEEf2bits::bits

◆ exp

unsigned int IEEEf2bits::exp

Definition at line 38 of file fpmath.h.

◆ f

float IEEEf2bits::f

Definition at line 34 of file fpmath.h.

◆ man

unsigned int IEEEf2bits::man

Definition at line 37 of file fpmath.h.

◆ sign

unsigned int IEEEf2bits::sign

Definition at line 39 of file fpmath.h.


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