Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_q7_to_q15_reordered_with_offset.c56 q31_t in_q7x4; in arm_q7_to_q15_reordered_with_offset() local
68 in_q7x4 = arm_nn_read_q7x4_ia(&src); in arm_q7_to_q15_reordered_with_offset()
71 out_q15x2_1 = __SXTAB16(offset_q15x2, __ROR((uint32_t)in_q7x4, 8)); in arm_q7_to_q15_reordered_with_offset()
72 out_q15x2_2 = __SXTAB16(offset_q15x2, in_q7x4); in arm_q7_to_q15_reordered_with_offset()
Darm_q7_to_q15_with_offset.c66 q31_t in_q7x4; in arm_q7_to_q15_with_offset() local
80 in_q7x4 = arm_nn_read_q7x4_ia(&src); in arm_q7_to_q15_with_offset()
83 in_q15x2_1 = __SXTAB16(offset_q15x2, __ROR(in_q7x4, 8)); in arm_q7_to_q15_with_offset()
84 in_q15x2_2 = __SXTAB16(offset_q15x2, in_q7x4); in arm_q7_to_q15_with_offset()
Darm_nn_add_q7.c54 q31_t in_q7x4 = arm_nn_read_q7x4_ia(&input); in arm_nn_add_q7() local
55 q31_t temp_q15x2 = __SXTAB16(__SXTB16(in_q7x4), __ROR((uint32_t)in_q7x4, 8)); in arm_nn_add_q7()