Home | History | Annotate | Download | only in test

Lines Matching full:a_offset

37                               const std::uint8_t* a, std::int32_t a_offset,
87 static_cast<std::int32_t>(a_as_byte) + a_offset;
743 int a_offset[] = {0, -64};
745 const OffsetColMap lhs_offset(a_offset, m);
852 int a_offset[] = {0, 0, 0, -51, -51, 0, -36, 0, 0, 0, 0,
855 const OffsetColMap lhs_offset(a_offset, m);
1036 std::vector<std::int32_t> a_offset(m, 0);
1038 a_offset[i] = lhs_offsets_terse[i / 16];
1042 const OffsetColMap lhs_offset(&a_offset[0], m);
1146 const int a_offset = 0;
1154 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult,
1177 test_data::a_data, test_data::a_offset, test_data::k, test_data::b_data,