#include <floating_point_emulation.hpp>
Static Public Member Functions | |
| static T | down (T &value) |
| Scales the internal value up. More... | |
| static T | up (T &value) |
| Scales the value up. More... | |
Definition at line 155 of file floating_point_emulation.hpp.
|
inlinestatic |
Scales the internal value up.
Upscaling is used for:
tfloat::scale_factor too big. Definition at line 167 of file floating_point_emulation.hpp.
|
inlinestatic |
Scales the value up.
Upscaling is used for:
tfloat::scale_factor too small. Definition at line 181 of file floating_point_emulation.hpp.
1.8.8