Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_q7_to_q15_with_offset.c76 const int32_t offset_q15x2 = PKHBT(offset, offset, 16); in arm_q7_to_q15_with_offset() local
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()