![]() |
Edge AI Add-on API 2.2.0
|
Go to the source code of this file.
Functions | |
| __NRF_DSP_STATIC_FORCEINLINE int32_t | clip_q63_to_q31 (int64_t x) |
| Clips a Q63 value to Q31 range. | |
| __NRF_DSP_STATIC_FORCEINLINE int16_t | clip_q63_to_q15 (int64_t x) |
| Clips a Q63 value to Q15 range. | |
| __NRF_DSP_STATIC_FORCEINLINE int8_t | clip_q31_to_q7 (int32_t x) |
| Clips a Q31 value to Q7 range. | |
| __NRF_DSP_STATIC_FORCEINLINE int16_t | clip_q31_to_q15 (int32_t x) |
| Clips a Q31 value to Q15 range. | |