Home
last modified time | relevance | path

Searched refs:a_offset (Results 1 – 17 of 17) sorted by relevance

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc64 const std::uint8_t* a, std::int32_t a_offset, int lda, in EightBitIntGemmImpl() argument
69 const int lhs_offset = a_offset; in EightBitIntGemmImpl()
103 const std::uint8_t* a, std::int32_t a_offset, in EightBitIntGemmInt32Impl() argument
107 const int lhs_offset = a_offset; in EightBitIntGemmInt32Impl()
293 std::int32_t a_offset, int lda, const std::uint8_t* b, in EightBitIntGemm() argument
303 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
311 EightBitIntGemmImpl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, b, \ in EightBitIntGemm()
330 std::int32_t a_offset, std::int32_t lda, in EightBitIntGemm() argument
340 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
357 EightBitIntGemmInt32Impl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, \ in EightBitIntGemm()
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,
/external/eigen/blas/f2c/
Ddsbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in dsbmv_() local
170 a_offset = 1 + a_dim1; in dsbmv_()
171 a -= a_offset; in dsbmv_()
Dssbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in ssbmv_() local
172 a_offset = 1 + a_dim1; in ssbmv_()
173 a -= a_offset; in ssbmv_()
Ddtbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in dtbmv_() local
181 a_offset = 1 + a_dim1; in dtbmv_()
182 a -= a_offset; in dtbmv_()
Dstbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in stbmv_() local
181 a_offset = 1 + a_dim1; in stbmv_()
182 a -= a_offset; in stbmv_()
Dzhbmv.c21 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in zhbmv_() local
180 a_offset = 1 + a_dim1; in zhbmv_()
181 a -= a_offset; in zhbmv_()
Dchbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in chbmv_() local
179 a_offset = 1 + a_dim1; in chbmv_()
180 a -= a_offset; in chbmv_()
Dctbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in ctbmv_() local
185 a_offset = 1 + a_dim1; in ctbmv_()
186 a -= a_offset; in ctbmv_()
Dztbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in ztbmv_() local
185 a_offset = 1 + a_dim1; in ztbmv_()
186 a -= a_offset; in ztbmv_()
/external/gemmlowp/test/
Dtest_data.h12 extern const int a_offset;
Dtest_data.cc11 extern const int a_offset = -84;
Dtest.cc37 const uint8_t* a, int32_t a_offset, int lda, in ReferenceEightBitIntGemm() argument
84 const int32_t a_as_int = static_cast<int32_t>(a_as_byte) + a_offset; in ReferenceEightBitIntGemm()
721 int a_offset[] = {0, -64}; in TestWithSmallDataPerChannelQuantization() local
723 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization()
843 int a_offset[] = { in TestWithLargeDataPerChannelQuantization() local
849 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization()
1043 const int a_offset = 0; in TestWithSmallData() local
1051 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult, in TestWithSmallData()
1073 test_data::a_data, test_data::a_offset, test_data::k, test_data::b_data, in TestWithRealData()
/external/webp/src/enc/
Dpicture_rescale.c145 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() local
146 WebPCopyPlane(pic->a + a_offset, pic->a_stride, in WebPPictureCrop()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTest.java516 int a_offset, b_offset; in hasSameBehavior() local
527 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior()
532 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTest.java520 int a_offset, b_offset; in hasSameBehavior() local
531 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior()
536 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/external/valgrind/perf/
Dtinycc.c19469 int a_offset, p_offset; in tcc_output_file() local
19473 a_offset = addr & (ELF_PAGE_SIZE - 1); in tcc_output_file()
19475 if (a_offset < p_offset) in tcc_output_file()
19476 a_offset += ELF_PAGE_SIZE; in tcc_output_file()
19477 file_offset += (a_offset - p_offset); in tcc_output_file()