Home
last modified time | relevance | path

Searched refs:offset_2_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
108 offset_2_packed = (input_2_offset << 16U) | (input_2_offset & 0x0FFFFL); in arm_elementwise_mul_s8()
122 a_2 = SADD16(a_2, offset_2_packed); in arm_elementwise_mul_s8()
123 b_2 = SADD16(b_2, offset_2_packed); in arm_elementwise_mul_s8()
Darm_elementwise_add_s8.c115 int32_t offset_1_packed, offset_2_packed; in arm_elementwise_add_s8()
120 offset_2_packed = (input_2_offset << 16U) | (input_2_offset & 0x0FFFFL); in arm_elementwise_add_s8()
134 a_2 = SADD16(a_2, offset_2_packed); in arm_elementwise_add_s8()
135 b_2 = SADD16(b_2, offset_2_packed); in arm_elementwise_add_s8()