Searched refs:offset_q15x2 (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/ |
| D | arm_q7_to_q15_reordered_with_offset.c | 64 const q31_t offset_q15x2 = (q31_t)__PKHBT(offset, offset, 16); in arm_q7_to_q15_reordered_with_offset() local 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()
|
| D | arm_q7_to_q15_with_offset.c | 76 const q31_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()
|