|
RawSpeed
fast raw decoding library
|
#include "common/FloatingPoint.h"
Static Public Attributes | |
| static constexpr uint32_t | StorageWidth = StorageWidth_ |
| static constexpr uint32_t | FractionWidth = FractionWidth_ |
| static constexpr uint32_t | ExponentWidth = ExponentWidth_ |
| static constexpr uint32_t | Precision = FractionWidth + 1 |
| static constexpr uint32_t | ExponentMax = (1 << (ExponentWidth - 1)) - 1 |
| static constexpr int32_t | Bias = ExponentMax |
| static constexpr uint32_t | ExponentPos = FractionWidth |
| static constexpr uint32_t | SignBitPos = StorageWidth - 1 |
Definition at line 37 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 51 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 49 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 54 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 43 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 42 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 47 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 55 of file FloatingPoint.h.
|
staticconstexpr |
Definition at line 38 of file FloatingPoint.h.