Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Macros
fpmath.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

union  IEEEf2bits
 
union  IEEEd2bits
 
struct  IEEEf2bits.bits
 
struct  IEEEd2bits.bits
 

Macros

#define __FLOAT_WORD_ORDER__   __BYTE_ORDER__
 
#define DBL_MANH_SIZE   20
 
#define DBL_MANL_SIZE   32
 

Class Documentation

◆ IEEEf2bits

union IEEEf2bits
Class Members
struct IEEEf2bits bits
float f

◆ IEEEd2bits

union IEEEd2bits
Class Members
struct IEEEd2bits bits
double d

◆ IEEEf2bits.bits

struct IEEEf2bits.bits
Class Members
unsigned int exp:8
unsigned int man:23
unsigned int sign:1

◆ IEEEd2bits.bits

struct IEEEd2bits.bits
Class Members
unsigned int exp:11
unsigned int manh:20
unsigned int manl:32
unsigned int sign:1

Macro Definition Documentation

◆ __FLOAT_WORD_ORDER__

#define __FLOAT_WORD_ORDER__   __BYTE_ORDER__

◆ DBL_MANH_SIZE

#define DBL_MANH_SIZE   20

◆ DBL_MANL_SIZE

#define DBL_MANL_SIZE   32