Searched refs:norm (Results 1 – 4 of 4) sorted by relevance
156 __STATIC_INLINE void arm_norm_64_to_32u(uint64_t in, int32_t * normalized, int32_t *norm) in arm_norm_64_to_32u() argument174 *norm = -1; in arm_norm_64_to_32u()183 *norm = 0; in arm_norm_64_to_32u()190 *norm = n1 - 1; in arm_norm_64_to_32u()191 *normalized = lo << *norm; in arm_norm_64_to_32u()200 *norm = -n1; in arm_norm_64_to_32u()213 int32_t norm; in arm_div_q63_to_q31() local220 arm_norm_64_to_32u(absNum, &normalized, &norm); in arm_div_q63_to_q31()221 if (norm > 0) in arm_div_q63_to_q31()
64 float32_t squaredSum,norm; in arm_quaternion_normalize_f32() local71 arm_sqrt_f32(squaredSum,&norm); in arm_quaternion_normalize_f32()72 vec1 = vmulq_n_f32(vec1, 1.0f / norm); in arm_quaternion_normalize_f32()
68 option(ARM_LMS_NORM_Q31 "lms norm q31" OFF)69 option(ARM_LMS_NORM_Q15 "lms norm q15" OFF)
132 …, without the express permission of Real Time Engineers Ltd. (this is the norm within the industry…