Home
last modified time | relevance | path

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

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc73 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()
Deight_bit_int_gemm.h57 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/
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_()
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_()
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_()
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_()
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_()
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_()
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.cc37 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 …]
Dtest_data.h26 extern const int a_offset;
Dtest_data.cc25 extern const int a_offset = -84;
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc192 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/
Dpicture_rescale_enc.c149 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/
DSerializableTestUtility.java566 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/
DSerializableTestUtility.java563 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/
Dcompile.c3400 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/
Dcompile.c4950 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/
Dbrw_context.h706 int a_offset; member