Searched refs:normalized (Results 1 – 1 of 1) sorted by relevance
170 __STATIC_INLINE void arm_norm_64_to_32u(uint64_t in, int32_t * normalized, int32_t *norm) in arm_norm_64_to_32u() argument189 *normalized = (((uint32_t) lo) >> 1); in arm_norm_64_to_32u()198 *normalized = 0; in arm_norm_64_to_32u()205 *normalized = lo << *norm; in arm_norm_64_to_32u()218 *normalized = (int32_t)(((uint32_t)lo) >> n1) | (hi << (32 - n1)); in arm_norm_64_to_32u()226 int32_t normalized; in arm_div_int64_to_int32() local241 arm_norm_64_to_32u(absNum, &normalized, &norm); in arm_div_int64_to_int32()