Searched defs:lhs_high (Results 1 – 1 of 1) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_s4.c | 186 const int32_t lhs_high = (int8_t)lhs_ptr[0] + lhs_offset; 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 366 const int32_t lhs_high = (int8_t)lhs_ptr[0] + lhs_offset; 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 495 const int32_t lhs_high = (int8_t)lhs_ptr[1] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 515 const int32_t lhs_high = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 568 const int32_t lhs_high = (int8_t)lhs_ptr[1] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 654 int32_t lhs_high, rhs_high0, rhs_low0, lhs_low; in arm_nn_vec_mat_mult_t_s4() local 689 const int32_t lhs_high = (int8_t)lhs_ptr[1] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local 706 const int32_t lhs_high = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_s4() local
|