openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Macros | Typedefs | Variables
short_float.h File Reference
#include <cstdint>
Include dependency graph for short_float.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SHORT_FLOAT_MACHINE_EPS   0.0009765625
 

Typedefs

typedef uint16_t short_float
 

Variables

const uint16_t basetable [512]
 
const uint16_t shifttable [512]
 
const uint32_t mantissatable [2048]
 
const uint16_t offsettable [64]
 
const uint32_t exponenttable [64]
 

Macro Definition Documentation

◆ SHORT_FLOAT_MACHINE_EPS

#define SHORT_FLOAT_MACHINE_EPS   0.0009765625

Definition at line 69 of file short_float.h.

Typedef Documentation

◆ short_float

typedef uint16_t short_float

Definition at line 49 of file short_float.h.

Variable Documentation

◆ basetable

const uint16_t basetable[512]

Definition at line 23 of file short_float.cc.

◆ exponenttable

const uint32_t exponenttable[64]

Definition at line 3171 of file short_float.cc.

◆ mantissatable

const uint32_t mantissatable[2048]

Definition at line 1053 of file short_float.cc.

◆ offsettable

const uint16_t offsettable[64]

Definition at line 3104 of file short_float.cc.

◆ shifttable

const uint16_t shifttable[512]

Definition at line 538 of file short_float.cc.