Searched refs:global_col (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/internal/ |
D | unpack.h | 184 const int global_col = c + dst_block.start_col; in UnpackResult() local 188 rhs_offset, depth, r, c, global_row, global_col, 0, cx); in UnpackResult() 197 const int global_col = c + dst_block.start_col; in UnpackResult() local 201 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult() 202 global_col); in UnpackResult() 209 const int global_col = c + dst_block.start_col; in UnpackResult() local 213 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult() 214 global_col); in UnpackResult() 221 const int global_col = c + dst_block.start_col; in UnpackResult() local 230 global_row, global_col, global_row, global_col); in UnpackResult() [all …]
|