/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 | 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 | 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 | 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 | 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_()
|
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_()
|
/external/gemmlowp/test/ |
D | test.cc | 37 const std::uint8_t* a, std::int32_t a_offset, in ReferenceEightBitIntGemm() argument 87 static_cast<std::int32_t>(a_as_byte) + a_offset; in ReferenceEightBitIntGemm() 743 int a_offset[] = {0, -64}; in TestWithSmallDataPerChannelQuantization() local 745 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization() 852 int a_offset[] = {0, 0, 0, -51, -51, 0, -36, 0, 0, 0, 0, in TestWithLargeDataPerChannelQuantization() local 855 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization() 1036 std::vector<std::int32_t> a_offset(m, 0); in TestMultithreadedPerChannelQuantization() local 1038 a_offset[i] = lhs_offsets_terse[i / 16]; in TestMultithreadedPerChannelQuantization() 1042 const OffsetColMap lhs_offset(&a_offset[0], m); in TestMultithreadedPerChannelQuantization() 1146 const int a_offset = 0; in TestWithSmallData() local [all …]
|
D | test_data.h | 26 extern const int a_offset;
|
D | test_data.cc | 25 extern const int a_offset = -84;
|
/external/grpc-grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 192 size_t a_offset = static_cast<size_t>(a->slices - a->base_slices); in grpc_slice_buffer_swap() local 195 size_t a_count = a->count + a_offset; in grpc_slice_buffer_swap() 225 b->slices = b->base_slices + a_offset; in grpc_slice_buffer_swap()
|
/external/webp/src/enc/ |
D | picture_rescale_enc.c | 149 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() local 150 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 | 566 int a_offset, b_offset; in hasSameBehavior() local 577 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 582 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 | 563 int a_offset, b_offset; in hasSameBehavior() local 574 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 579 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/external/python/cpython2/Python/ |
D | compile.c | 3400 int a_offset; /* offset into bytecode */ member 3557 d_bytecode = a->a_offset - a->a_lineno_off; in assemble_lnotab() 3639 a->a_lineno_off = a->a_offset; in assemble_lnotab() 3662 if (a->a_offset + size >= len) { in assemble_emit() 3668 code = PyString_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit() 3669 a->a_offset += size; in assemble_emit() 3958 if (_PyString_Resize(&a.a_bytecode, a.a_offset) < 0) in assemble()
|
/external/python/cpython3/Python/ |
D | compile.c | 4950 int a_offset; /* offset into bytecode */ member 5134 d_bytecode = (a->a_offset - a->a_lineno_off) * sizeof(_Py_CODEUNIT); in assemble_lnotab() 5227 a->a_lineno_off = a->a_offset; in assemble_lnotab() 5247 if (a->a_offset + size >= len / (int)sizeof(_Py_CODEUNIT)) { in assemble_emit() 5253 code = (_Py_CODEUNIT *)PyBytes_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit() 5254 a->a_offset += size; in assemble_emit() 5529 if (_PyBytes_Resize(&a.a_bytecode, a.a_offset * sizeof(_Py_CODEUNIT)) < 0) in assemble()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.h | 706 int a_offset; member
|