Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s4.c81 int32_t spillover0, spillover1; in arm_nn_vec_mat_mult_t_s4() local
189 spillover1 = lhs_high * rhs_high1; in arm_nn_vec_mat_mult_t_s4()
199 spillover1 = 0; in arm_nn_vec_mat_mult_t_s4()
204 int32_t acc3 = spillover1; in arm_nn_vec_mat_mult_t_s4()
372 spillover1 = lhs_high * rhs_high1; in arm_nn_vec_mat_mult_t_s4()
379 spillover1 = 0; in arm_nn_vec_mat_mult_t_s4()
402 res1 = spillover1; in arm_nn_vec_mat_mult_t_s4()
521 spillover1 = lhs_high * rhs_high1; in arm_nn_vec_mat_mult_t_s4()
528 spillover1 = 0; in arm_nn_vec_mat_mult_t_s4()
552 res1 = spillover1; in arm_nn_vec_mat_mult_t_s4()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_mat_mult_kernel_s4_s16.c62 int8_t spillover1 = 0; in arm_nn_mat_mult_kernel_s4_s16() local
157 spillover1 = packed_ip_a1[0] >> 4; in arm_nn_mat_mult_kernel_s4_s16()
230 ch_1_out_0 += spillover1 * b0; in arm_nn_mat_mult_kernel_s4_s16()
231 ch_1_out_1 += spillover1 * b1; in arm_nn_mat_mult_kernel_s4_s16()