Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16.c80 const int8_t *rhs_ptr_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s16() local
97 int16x8_t rhs_input_1 = vldrbq_z_s16(rhs_ptr_1, pred); in arm_nn_vec_mat_mult_t_s16()
109 rhs_ptr_1 += 8; in arm_nn_vec_mat_mult_t_s16()
126 result_64_1 += *rhs_ptr_1++ * lhs_temp; in arm_nn_vec_mat_mult_t_s16()
Darm_nn_vec_mat_mul_result_acc_s8.c263 const int8_t *rhs_ptr_1 = &rhs[rhs_cols]; in arm_nn_vec_mat_mul_result_acc_s8() local
273 const int32_t rhs_value1 = (int8_t)*rhs_ptr_1; in arm_nn_vec_mat_mul_result_acc_s8()
282 ++rhs_ptr_1; in arm_nn_vec_mat_mul_result_acc_s8()
Darm_nn_vec_mat_mult_t_s8.c312 const int8_t *rhs_ptr_1 = &rhs[rhs_cols]; in arm_nn_vec_mat_mult_t_s8()
327 const int32_t rhs_value1 = (int8_t)*rhs_ptr_1; in arm_nn_vec_mat_mult_t_s8()
336 ++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()