Searched refs:RHS_OFFSET (Results 1 – 1 of 1) sorted by relevance
35 #define RHS_OFFSET (-127) macro105 (static_cast<int>(rhs[depth * j + k]) + RHS_OFFSET); in check_row_row()140 (static_cast<int>(rhs[j + k * cols]) + RHS_OFFSET); in check_row_col()169 (static_cast<int>(rhs[depth * j + k]) + RHS_OFFSET); in check_row_row_f()189 (static_cast<int>(rhs[j + k * cols]) + RHS_OFFSET); in check_row_col_f()209 (static_cast<int>(rhs[depth * j + k]) + RHS_OFFSET); in check_row_row_i32()228 (static_cast<int>(rhs[j + k * cols]) + RHS_OFFSET); in check_row_col_i32()247 params->left_stream.multiplicative_sum_offset = RHS_OFFSET; in setup_params()261 SUM_OFFSET * k + k * LHS_OFFSET * RHS_OFFSET; in setup_row_row()278 SUM_OFFSET * k + k * LHS_OFFSET * RHS_OFFSET; in setup_row_col()[all …]