/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 64 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()
|
D | eight_bit_int_gemm.h | 59 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/ |
D | dsbmv.c | 20 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_()
|
D | ssbmv.c | 20 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_()
|
D | stbmv.c | 20 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_()
|
D | dtbmv.c | 20 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_()
|
D | zhbmv.c | 21 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_()
|
D | chbmv.c | 20 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_()
|
D | ztbmv.c | 20 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_()
|
D | ctbmv.c | 20 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_()
|
/external/gemmlowp/test/ |
D | test_data.h | 12 extern const int a_offset;
|
D | test_data.cc | 11 extern const int a_offset = -84;
|
D | test.cc | 37 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/ |
D | picture_rescale.c | 145 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/ |
D | SerializableTest.java | 516 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/ |
D | SerializableTest.java | 520 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/opencv3/3rdparty/libwebp/enc/ |
D | picture.c | 343 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() local 344 CopyPlane(pic->a + a_offset, pic->a_stride, in WebPPictureCrop()
|
/external/valgrind/perf/ |
D | tinycc.c | 19469 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()
|