Searched refs:a_offset (Results 1 - 18 of 18) sorted by relevance

/external/gemmlowp/test/
H A Dtest_data.cc11 extern const int a_offset = -84; member in namespace:test_data
[all...]
H A Dtest_data.h12 extern const int a_offset;
H A Dtest.cc37 const uint8_t* a, int32_t a_offset, int lda,
84 const int32_t a_as_int = static_cast<int32_t>(a_as_byte) + a_offset;
721 int a_offset[] = {0, -64}; local
723 const OffsetColMap lhs_offset(a_offset, m);
843 int a_offset[] = { local
849 const OffsetColMap lhs_offset(a_offset, m);
1043 const int a_offset = 0; local
1051 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult,
1073 test_data::a_data, test_data::a_offset, test_data::k, test_data::b_data,
35 ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, int m, int n, int k, const uint8_t* a, int32_t a_offset, int lda, const uint8_t* b, int32_t b_offset, int ldb, uint8_t* c, int32_t c_offset, int32_t c_mult_int, int32_t c_shift, int ldc) argument
/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.h59 std::int32_t a_offset, int lda, const std::uint8_t *b,
66 std::int32_t a_offset, int lda, const std::uint8_t *b,
H A Deight_bit_int_gemm.cc64 const std::uint8_t* a, std::int32_t a_offset, int lda,
69 const int lhs_offset = a_offset;
103 const std::uint8_t* a, std::int32_t a_offset,
107 const int lhs_offset = a_offset;
293 std::int32_t a_offset, int lda, const std::uint8_t* b,
303 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset,
311 EightBitIntGemmImpl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, b, \
330 std::int32_t a_offset, std::int32_t lda,
340 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset,
357 EightBitIntGemmInt32Impl<ta, tb, tc>(context, m, n, k, a, a_offset, ld
63 EightBitIntGemmImpl(GemmContext* context, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, int lda, const std::uint8_t* b, std::int32_t b_offset, int ldb, std::uint8_t* c, std::int32_t c_offset, std::int32_t c_mult_int, std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) argument
102 EightBitIntGemmInt32Impl(GemmContext* context, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, int lda, const std::uint8_t* b, std::int32_t b_offset, int ldb, std::int32_t* c, int ldc, BitDepthSetting bit_depth) argument
291 EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, int lda, const std::uint8_t* b, std::int32_t b_offset, int ldb, std::uint8_t* c, std::int32_t c_offset, std::int32_t c_mult_int, std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) argument
328 EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, std::int32_t lda, const std::uint8_t* b, std::int32_t b_offset, std::int32_t ldb, float* c, float c_offset, std::int32_t ldc, BitDepthSetting bit_depth) argument
[all...]
/external/eigen/blas/f2c/
H A Ddsbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
170 a_offset = 1 + a_dim1;
171 a -= a_offset;
H A Ddtbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
181 a_offset = 1 + a_dim1;
182 a -= a_offset;
H A Dssbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
172 a_offset = 1 + a_dim1;
173 a -= a_offset;
H A Dstbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
181 a_offset = 1 + a_dim1;
182 a -= a_offset;
H A Dchbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
179 a_offset = 1 + a_dim1;
180 a -= a_offset;
H A Dctbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
185 a_offset = 1 + a_dim1;
186 a -= a_offset;
H A Dzhbmv.c21 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
180 a_offset = 1 + a_dim1;
181 a -= a_offset;
H A Dztbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
185 a_offset = 1 + a_dim1;
186 a -= a_offset;
/external/webp/src/enc/
H A Dpicture_rescale.c145 const int a_offset = top * pic->a_stride + left; local
146 WebPCopyPlane(pic->a + a_offset, pic->a_stride,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DSerializableTest.java520 int a_offset, b_offset;
531 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
536 if (a_offset != b_offset || a_dst != b_dst) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTest.java516 int a_offset, b_offset;
527 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
532 if (a_offset != b_offset || a_dst != b_dst) {
/external/opencv3/3rdparty/libwebp/enc/
H A Dpicture.c343 const int a_offset = top * pic->a_stride + left; local
344 CopyPlane(pic->a + a_offset, pic->a_stride,
/external/valgrind/perf/
H A Dtinycc.c19471 int a_offset, p_offset;
19475 a_offset = addr & (ELF_PAGE_SIZE - 1);
19477 if (a_offset < p_offset)
19478 a_offset += ELF_PAGE_SIZE;
19479 file_offset += (a_offset - p_offset);
19469 int a_offset, p_offset; local

Completed in 1449 milliseconds