/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 73 const std::uint8_t* a, std::int32_t a_offset, int lda, in EightBitIntGemmImpl() argument 78 const int lhs_offset = a_offset; in EightBitIntGemmImpl() 112 const std::uint8_t* a, std::int32_t a_offset, in EightBitIntGemmInt32Impl() argument 116 const int lhs_offset = a_offset; in EightBitIntGemmInt32Impl() 306 std::int32_t a_offset, int lda, const std::uint8_t* b, in EightBitIntGemm() argument 316 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm() 324 EightBitIntGemmImpl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, b, \ in EightBitIntGemm() 343 std::int32_t a_offset, std::int32_t lda, in EightBitIntGemm() argument 353 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm() 370 EightBitIntGemmInt32Impl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, \ in EightBitIntGemm()
|
D | eight_bit_int_gemm.h | 57 std::int32_t a_offset, int lda, const std::uint8_t *b, 64 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 | 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 | 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 | 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 | 26 extern const int a_offset;
|
D | test_data.cc | 25 extern const int a_offset = -84;
|
D | test.cc | 38 const std::uint8_t* a, std::int32_t a_offset, in ReferenceEightBitIntGemm() argument 88 static_cast<std::int32_t>(a_as_byte) + a_offset; in ReferenceEightBitIntGemm() 744 int a_offset[] = {0, -64}; in TestWithSmallDataPerChannelQuantization() local 746 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization() 853 int a_offset[] = {0, 0, 0, -51, -51, 0, -36, 0, 0, 0, 0, in TestWithLargeDataPerChannelQuantization() local 856 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization() 1037 std::vector<std::int32_t> a_offset(m, 0); in TestMultithreadedPerChannelQuantization() local 1039 a_offset[i] = lhs_offsets_terse[i / 16]; in TestMultithreadedPerChannelQuantization() 1043 const OffsetColMap lhs_offset(&a_offset[0], m); in TestMultithreadedPerChannelQuantization() 1147 const int a_offset = 0; in TestWithSmallData() local [all …]
|
/external/webp/src/enc/ |
D | picture_rescale_enc.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/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 562 int a_offset, b_offset; in hasSameBehavior() local 573 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 578 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 561 int a_offset, b_offset; in hasSameBehavior() local 572 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 577 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/external/python/cpython2/Python/ |
D | compile.c | 3399 int a_offset; /* offset into bytecode */ member 3556 d_bytecode = a->a_offset - a->a_lineno_off; in assemble_lnotab() 3638 a->a_lineno_off = a->a_offset; in assemble_lnotab() 3661 if (a->a_offset + size >= len) { in assemble_emit() 3667 code = PyString_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit() 3668 a->a_offset += size; in assemble_emit() 3957 if (_PyString_Resize(&a.a_bytecode, a.a_offset) < 0) in assemble()
|
/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()
|