![]() |
NMSIS-DSP
Version 1.4.1
NMSIS DSP Software Library
|
Functions | |
| __STATIC_INLINE int16_t | riscv_typecast_s16_f16 (float16_t x) |
| Interpret a f16 as an s16 value. More... | |
| __STATIC_INLINE float16_t | riscv_typecast_f16_s16 (int16_t x) |
| Interpret an s16 as an f16 value. More... | |
| __STATIC_INLINE float16_t riscv_typecast_f16_s16 | ( | int16_t | x | ) |
Interpret an s16 as an f16 value.
| [in] | x | input value. |
| __STATIC_INLINE int16_t riscv_typecast_s16_f16 | ( | float16_t | x | ) |
Interpret a f16 as an s16 value.
| [in] | x | input value. |