Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dutils.h156 __STATIC_INLINE void arm_norm_64_to_32u(uint64_t in, int32_t * normalized, int32_t *norm) in arm_norm_64_to_32u() argument
175 *normalized = (((uint32_t) lo) >> 1); in arm_norm_64_to_32u()
184 *normalized = 0; in arm_norm_64_to_32u()
191 *normalized = lo << *norm; in arm_norm_64_to_32u()
204 *normalized = (((uint32_t) lo) >> n1) | (hi << (32 - n1)); in arm_norm_64_to_32u()
212 int32_t normalized; in arm_div_q63_to_q31() local
220 arm_norm_64_to_32u(absNum, &normalized, &norm); in arm_div_q63_to_q31()