Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_svdf_s8.c201 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8() local
203 acc_0 += lhs_temp * (*rhs_0 + rhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8()
205 acc_1 += lhs_temp * (*rhs_1 + rhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8()
239 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8() local
241 acc_0 += lhs_temp * (*rhs_0 + rhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8()
Darm_nn_vec_mat_mult_t_s8.c219 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_s8() local
221 acc_0 += lhs_temp * (*rhs_0); in arm_nn_vec_mat_mult_t_s8()
223 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_s8()
271 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_s8() local
273 acc_0 += lhs_temp * (*rhs_0); in arm_nn_vec_mat_mult_t_s8()