Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s4.c81 int32_t spillover0, spillover1; in arm_nn_vec_mat_mult_t_s4() local
188 spillover0 = lhs_high * rhs_high0; in arm_nn_vec_mat_mult_t_s4()
198 spillover0 = 0; in arm_nn_vec_mat_mult_t_s4()
203 int32_t acc1 = spillover0; in arm_nn_vec_mat_mult_t_s4()
370 spillover0 = lhs_high * rhs_high0; in arm_nn_vec_mat_mult_t_s4()
378 spillover0 = 0; in arm_nn_vec_mat_mult_t_s4()
401 res0 = spillover0; in arm_nn_vec_mat_mult_t_s4()
519 spillover0 = lhs_high * rhs_high0; in arm_nn_vec_mat_mult_t_s4()
527 spillover0 = 0; in arm_nn_vec_mat_mult_t_s4()
551 res0 = spillover0; in arm_nn_vec_mat_mult_t_s4()
[all …]
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_nn_mat_mult_kernel_s4_s16.c61 int8_t spillover0 = 0; in arm_nn_mat_mult_kernel_s4_s16() local
153 spillover0 = packed_ip_a0[0] >> 4; in arm_nn_mat_mult_kernel_s4_s16()
228 ch_0_out_0 += spillover0 * b0; in arm_nn_mat_mult_kernel_s4_s16()
229 ch_0_out_1 += spillover0 * b1; in arm_nn_mat_mult_kernel_s4_s16()