Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16.c121 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mult_t_s16() local
123 result_64_0 += *rhs_ptr_0++ * lhs_temp; in arm_nn_vec_mat_mult_t_s16()
124 result_64_1 += *rhs_ptr_1++ * lhs_temp; in arm_nn_vec_mat_mult_t_s16()
125 result_64_2 += *rhs_ptr_2++ * lhs_temp; in arm_nn_vec_mat_mult_t_s16()
126 result_64_3 += *rhs_ptr_3++ * lhs_temp; in arm_nn_vec_mat_mult_t_s16()
201 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mult_t_s16() local
203 result_64 += *rhs_ptr++ * lhs_temp; in arm_nn_vec_mat_mult_t_s16()
258 const int32_t lhs_temp = (*lhs_vec); in arm_nn_vec_mat_mult_t_s16() local
260 acc_64_0 += lhs_temp * (*rhs_0); in arm_nn_vec_mat_mult_t_s16()
262 acc_64_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_s16()
[all …]
Darm_nn_vec_mat_mul_result_acc_s16.c130 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mul_result_acc_s16() local
132 result_64_0 += *rhs_ptr_0++ * lhs_temp; in arm_nn_vec_mat_mul_result_acc_s16()
133 result_64_1 += *rhs_ptr_1++ * lhs_temp; in arm_nn_vec_mat_mul_result_acc_s16()
134 result_64_2 += *rhs_ptr_2++ * lhs_temp; in arm_nn_vec_mat_mul_result_acc_s16()
135 result_64_3 += *rhs_ptr_3++ * lhs_temp; in arm_nn_vec_mat_mul_result_acc_s16()
199 const int16_t lhs_temp = *lhs_ptr++; in arm_nn_vec_mat_mul_result_acc_s16() local
201 result_64 += *rhs_ptr0++ * lhs_temp; in arm_nn_vec_mat_mul_result_acc_s16()
258 const int32_t lhs_temp = (*lhs_vec); in arm_nn_vec_mat_mul_result_acc_s16() local
260 acc_64_0 += lhs_temp * (*rhs_0); in arm_nn_vec_mat_mul_result_acc_s16()
262 acc_64_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mul_result_acc_s16()
[all …]
Darm_nn_vec_mat_mul_result_acc_s8_s16.c191 const int32_t lhs_temp = (*lhs_vec); in arm_nn_vec_mat_mul_result_acc_s8_s16() local
193 acc_0 += lhs_temp * (*rhs_0); in arm_nn_vec_mat_mul_result_acc_s8_s16()
195 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mul_result_acc_s8_s16()
240 const int32_t lhs_temp = (*lhs_vec); in arm_nn_vec_mat_mul_result_acc_s8_s16() local
242 acc_0 += lhs_temp * (*rhs_0); in arm_nn_vec_mat_mul_result_acc_s8_s16()
Darm_nn_vec_mat_mult_t_s8.c249 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_s8()
251 acc_0 += lhs_temp * (*rhs_0_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()
253 acc_1 += lhs_temp * (*rhs_1_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()
301 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_s8()
303 acc_0 += lhs_temp * (*rhs_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()
586 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_s8()
588 acc_0 += lhs_temp * (*rhs_0_ptr); in arm_nn_vec_mat_mult_t_s8()
590 acc_1 += lhs_temp * (*rhs_1_ptr); in arm_nn_vec_mat_mult_t_s8()
638 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_s8()
640 acc_0 += lhs_temp * (*rhs_ptr); in arm_nn_vec_mat_mult_t_s8()
Darm_nn_vec_mat_mult_t_svdf_s8.c278 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8() local
280 acc_0 += lhs_temp * (*rhs_0); in arm_nn_vec_mat_mult_t_svdf_s8()
282 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
319 const int32_t lhs_temp = (*lhs_vec + lhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8() local
321 acc_0 += lhs_temp * *rhs_0; in arm_nn_vec_mat_mult_t_svdf_s8()