84 return int16_t(from >> 16);
87 return int32_t(from << 16);
91 return int8_t(from >> 8);
94 return int16_t(from << 8);
int32_t S16toS32(int16_t from)
Definition: ConverterPrimatives.hpp:86
float S16toF32(int16_t from)
Definition: ConverterPrimatives.hpp:43
const uint8_t U8_ZERO_OFFSET
Definition: ConverterPrimatives.hpp:19
float U16toF32(uint16_t from)
Definition: ConverterPrimatives.hpp:111
float U32toF32(uint32_t from)
Definition: ConverterPrimatives.hpp:104
int8_t S16toS8(int16_t from)
Definition: ConverterPrimatives.hpp:90
int16_t U16toS16(uint16_t from)
Definition: ConverterPrimatives.hpp:65
uint8_t S8toU8(int8_t from)
Definition: ConverterPrimatives.hpp:77
uint32_t F32toU32(float from)
Definition: ConverterPrimatives.hpp:101
float S8toF32(int8_t from)
Definition: ConverterPrimatives.hpp:50
uint8_t S16toU8(int16_t from)
Definition: ConverterPrimatives.hpp:138
int8_t F32toS8(float from)
Definition: ConverterPrimatives.hpp:47
uint16_t F32toU16(float from)
Definition: ConverterPrimatives.hpp:108
uint16_t S8toU16(int8_t from)
Definition: ConverterPrimatives.hpp:145
const uint16_t U16_ZERO_OFFSET
Definition: ConverterPrimatives.hpp:18
const uint32_t S32_FULL_SCALE
Definition: ConverterPrimatives.hpp:21
int32_t F32toS32(float from)
Definition: ConverterPrimatives.hpp:33
const uint16_t S16_FULL_SCALE
Definition: ConverterPrimatives.hpp:22
int16_t S32toS16(int32_t from)
Definition: ConverterPrimatives.hpp:83
int16_t U8toS16(uint8_t from)
Definition: ConverterPrimatives.hpp:141
uint16_t S32toU16(int32_t from)
Definition: ConverterPrimatives.hpp:124
const uint32_t U32_ZERO_OFFSET
Definition: ConverterPrimatives.hpp:17
int16_t S8toS16(int8_t from)
Definition: ConverterPrimatives.hpp:93
uint32_t S32toU32(int32_t from)
Definition: ConverterPrimatives.hpp:61
Definition: ConverterPrimatives.hpp:14
uint16_t S16toU16(int16_t from)
Definition: ConverterPrimatives.hpp:69
float S32toF32(int32_t from)
Definition: ConverterPrimatives.hpp:36
int32_t U16toS32(uint16_t from)
Definition: ConverterPrimatives.hpp:127
int8_t U16toS8(uint16_t from)
Definition: ConverterPrimatives.hpp:148
const uint8_t S8_FULL_SCALE
Definition: ConverterPrimatives.hpp:23
float U8toF32(uint8_t from)
Definition: ConverterPrimatives.hpp:118
int16_t F32toS16(float from)
Definition: ConverterPrimatives.hpp:40
int32_t U32toS32(uint32_t from)
Definition: ConverterPrimatives.hpp:57
uint8_t F32toU8(float from)
Definition: ConverterPrimatives.hpp:115
uint8_t S32toU8(int32_t from)
Definition: ConverterPrimatives.hpp:131
int32_t U8toS32(uint8_t from)
Definition: ConverterPrimatives.hpp:134
int8_t U8toS8(uint8_t from)
Definition: ConverterPrimatives.hpp:73