Searched defs:rhs_high1 (Results 1 – 1 of 1) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_s4.c | 183 const int32_t rhs_high1 = rhs_ptr[rhs_offset] >> 4; in arm_nn_vec_mat_mult_t_s4() local 319 int32_t lhs_high, rhs_high0, rhs_low0, lhs_low, rhs_high1, rhs_low1; in arm_nn_vec_mat_mult_t_s4() local 362 const int32_t rhs_high1 = rhs_ptr[rhs_offset] >> 4; in arm_nn_vec_mat_mult_t_s4() local 413 int32_t lhs_high, rhs_high0, rhs_low0, lhs_low, rhs_high1, rhs_low1; in arm_nn_vec_mat_mult_t_s4() local 492 const int32_t rhs_high1 = rhs_ptr[rhs_offset] >> 4; in arm_nn_vec_mat_mult_t_s4() local 511 const int32_t rhs_high1 = rhs_ptr[rhs_offset] >> 4; in arm_nn_vec_mat_mult_t_s4() local 565 const int32_t rhs_high1 = rhs_ptr[rhs_offset] >> 4; in arm_nn_vec_mat_mult_t_s4() local
|