openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <cstdint>
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] |
#define SHORT_FLOAT_MACHINE_EPS 0.0009765625 |
Definition at line 69 of file short_float.h.
typedef uint16_t short_float |
Definition at line 49 of file short_float.h.
const uint16_t basetable[512] |
Definition at line 23 of file short_float.cc.
const uint32_t exponenttable[64] |
Definition at line 3171 of file short_float.cc.
const uint32_t mantissatable[2048] |
Definition at line 1053 of file short_float.cc.
const uint16_t offsettable[64] |
Definition at line 3104 of file short_float.cc.
const uint16_t shifttable[512] |
Definition at line 538 of file short_float.cc.