Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16.c79 const int8_t *rhs_ptr_2 = rhs + rhs_cols * 2; in arm_nn_vec_mat_mult_t_s16() local
96 int16x8_t rhs_input_2 = vldrbq_z_s16(rhs_ptr_2, pred); in arm_nn_vec_mat_mult_t_s16()
108 rhs_ptr_2 += 8; 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()
Darm_nn_vec_mat_mul_result_acc_s16.c88 const int8_t *rhs_ptr_2 = rhs_ptr + rhs_cols * 2; in arm_nn_vec_mat_mul_result_acc_s16() local
105 int16x8_t rhs_input_2 = vldrbq_z_s16(rhs_ptr_2, pred); in arm_nn_vec_mat_mul_result_acc_s16()
117 rhs_ptr_2 += 8; 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()
Darm_nn_vec_mat_mul_result_acc_s8_s16.c267 const int8_t *rhs_ptr_2 = rhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
278 const int32_t rhs_value2 = (int8_t)*rhs_ptr_2; in arm_nn_vec_mat_mul_result_acc_s8_s16()
287 ++rhs_ptr_2; in arm_nn_vec_mat_mul_result_acc_s8_s16()
Darm_nn_vec_mat_mult_t_s8.c328 const int8_t *rhs_ptr_2 = &rhs[rhs_cols * 2]; in arm_nn_vec_mat_mult_t_s8()
343 const int32_t rhs_value2 = (int8_t)*rhs_ptr_2 + rhs_offset; in arm_nn_vec_mat_mult_t_s8()
352 ++rhs_ptr_2; in arm_nn_vec_mat_mult_t_s8()
665 const int8_t *rhs_ptr_2 = &rhs[rhs_cols * 2]; in arm_nn_vec_mat_mult_t_s8()
680 const int32_t rhs_value2 = (int8_t)*rhs_ptr_2; in arm_nn_vec_mat_mult_t_s8()
689 ++rhs_ptr_2; in arm_nn_vec_mat_mult_t_s8()
Darm_nn_vec_mat_mult_t_svdf_s8.c342 const int8_t *rhs_ptr_2 = &rhs[rhs_cols * 2]; in arm_nn_vec_mat_mult_t_svdf_s8() local
351 const int32_t rhs_value2 = (int8_t)*rhs_ptr_2; in arm_nn_vec_mat_mult_t_svdf_s8()
360 ++rhs_ptr_2; in arm_nn_vec_mat_mult_t_svdf_s8()