#include <cstdint>
Go to the source code of this file.
◆ FLOAT_VCP
| #define FLOAT_VCP |
( |
|
V, |
|
|
|
A |
|
) |
| |
Value:
v[0]=floatFromShort(a[0]);\
v[1]=floatFromShort(a[1]);\
v[2]=floatFromShort(a[2]);}
Definition at line 47 of file short_float.h.
◆ SHORT_FLOAT_MACHINE_EPS
| #define SHORT_FLOAT_MACHINE_EPS 0.0009765625 |
◆ SHORT_VCP
| #define SHORT_VCP |
( |
|
V, |
|
|
|
A |
|
) |
| |
Value:
v[0]=shortFromFloat(a[0]);\
v[1]=shortFromFloat(a[1]);\
v[2]=shortFromFloat(a[2]);}
Definition at line 43 of file short_float.h.
◆ SHORTVEC
| #define SHORTVEC |
( |
|
V, |
|
|
|
A, |
|
|
|
B, |
|
|
|
C |
|
) |
| short_float V[3] = {shortFromFloat(A),shortFromFloat(B),shortFromFloat(C)} |
◆ short_float
◆ negShort()
◆ basetable
| const uint16_t basetable[512] |
|
extern |
◆ exponenttable
| const uint32_t exponenttable[64] |
|
extern |
◆ mantissatable
| const uint32_t mantissatable[2048] |
|
extern |
◆ offsettable
| const uint16_t offsettable[64] |
|
extern |
◆ shifttable
| const uint16_t shifttable[512] |
|
extern |