Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/BasicMathFunctions/
Darm_elementwise_mul_s8.c103 int32_t offset_1_packed, offset_2_packed; in arm_elementwise_mul_s8() local
107 offset_1_packed = (input_1_offset << 16U) | (input_1_offset & 0x0FFFFL); in arm_elementwise_mul_s8()
119 a_1 = SADD16(a_1, offset_1_packed); in arm_elementwise_mul_s8()
120 b_1 = SADD16(b_1, offset_1_packed); in arm_elementwise_mul_s8()
Darm_elementwise_add_s8.c115 int32_t offset_1_packed, offset_2_packed; in arm_elementwise_add_s8()
119 offset_1_packed = (input_1_offset << 16U) | (input_1_offset & 0x0FFFFL); in arm_elementwise_add_s8()
131 a_1 = SADD16(a_1, offset_1_packed); in arm_elementwise_add_s8()
132 b_1 = SADD16(b_1, offset_1_packed); in arm_elementwise_add_s8()