Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_q7_to_q15_with_offset.c66 int32_t in_q7x4; in arm_q7_to_q15_with_offset() local
80 in_q7x4 = arm_nn_read_s8x4_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()