Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16.c78 const int8_t *rhs_ptr_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s16() local
95 int16x8_t rhs_input_1 = vldrbq_z_s16(rhs_ptr_1, pred); in arm_nn_vec_mat_mult_t_s16()
107 rhs_ptr_1 += 8; 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()
Darm_nn_vec_mat_mul_result_acc_s16.c87 const int8_t *rhs_ptr_1 = rhs_ptr + rhs_cols; in arm_nn_vec_mat_mul_result_acc_s16() local
104 int16x8_t rhs_input_1 = vldrbq_z_s16(rhs_ptr_1, pred); in arm_nn_vec_mat_mul_result_acc_s16()
116 rhs_ptr_1 += 8; 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()
Darm_nn_vec_mat_mul_result_acc_s8_s16.c265 const int8_t *rhs_ptr_1 = rhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
277 const int32_t rhs_value1 = (int8_t)*rhs_ptr_1; in arm_nn_vec_mat_mul_result_acc_s8_s16()
286 ++rhs_ptr_1; in arm_nn_vec_mat_mul_result_acc_s8_s16()
Darm_nn_vec_mat_mult_t_s8.c327 const int8_t *rhs_ptr_1 = &rhs[rhs_cols]; in arm_nn_vec_mat_mult_t_s8()
342 const int32_t rhs_value1 = (int8_t)*rhs_ptr_1 + rhs_offset; in arm_nn_vec_mat_mult_t_s8()
351 ++rhs_ptr_1; in arm_nn_vec_mat_mult_t_s8()
664 const int8_t *rhs_ptr_1 = &rhs[rhs_cols]; in arm_nn_vec_mat_mult_t_s8()
679 const int32_t rhs_value1 = (int8_t)*rhs_ptr_1; in arm_nn_vec_mat_mult_t_s8()
688 ++rhs_ptr_1; in arm_nn_vec_mat_mult_t_s8()
Darm_nn_vec_mat_mult_t_svdf_s8.c341 const int8_t *rhs_ptr_1 = &rhs[rhs_cols]; in arm_nn_vec_mat_mult_t_svdf_s8() local
350 const int32_t rhs_value1 = (int8_t)*rhs_ptr_1; in arm_nn_vec_mat_mult_t_svdf_s8()
359 ++rhs_ptr_1; in arm_nn_vec_mat_mult_t_svdf_s8()