Home
last modified time | relevance | path

Searched refs:clip_int64_to_q31 (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp84 __STATIC_FORCEINLINE int32_t clip_int64_to_q31( in clip_int64_to_q31() function
95 return ((int32_t)(clip_int64_to_q31((int64_t)x + (int32_t)y))); in __QADD()
106 return ((int32_t)(clip_int64_to_q31((int64_t)x - (int32_t)y))); in __QSUB()