Searched refs:global_col (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/internal/ |
D | unpack.h | 186 const int global_col = c + dst_block.start_col; in UnpackResult() local 190 rhs_offset, depth, r, c, global_row, global_col, 0, cx); in UnpackResult() 199 const int global_col = c + dst_block.start_col; in UnpackResult() local 203 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult() 204 global_col); in UnpackResult() 211 const int global_col = c + dst_block.start_col; in UnpackResult() local 215 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult() 216 global_col); in UnpackResult() 223 const int global_col = c + dst_block.start_col; in UnpackResult() local 232 global_row, global_col, global_row, global_col); in UnpackResult() [all …]
|