CMSIS-DSP
Version 1.10.0
CMSIS DSP Software Library
|
Functions | |
__STATIC_INLINE int16_t | arm_typecast_s16_f16 (float16_t x) |
Interpret a f16 as an s16 value. More... | |
__STATIC_INLINE float16_t | arm_typecast_f16_s16 (int16_t x) |
Interpret an s16 as an f16 value. More... | |
__STATIC_INLINE float16_t arm_typecast_f16_s16 | ( | int16_t | x | ) |
[in] | x | input value. |
__STATIC_INLINE int16_t arm_typecast_s16_f16 | ( | float16_t | x | ) |
[in] | x | input value. |