Home
last modified time | relevance | path

Searched refs:b_offset (Results 1 – 15 of 15) sorted by relevance

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc74 const std::uint8_t* b, std::int32_t b_offset, int ldb, in EightBitIntGemmImpl() argument
79 const int rhs_offset = b_offset; in EightBitIntGemmImpl()
114 std::int32_t b_offset, int ldb, std::int32_t* c, in EightBitIntGemmInt32Impl() argument
117 const int rhs_offset = b_offset; in EightBitIntGemmInt32Impl()
307 std::int32_t b_offset, int ldb, std::uint8_t* c, in EightBitIntGemm() argument
316 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
325 b_offset, ldb, c, c_offset, c_mult_int, \ in EightBitIntGemm()
344 const std::uint8_t* b, std::int32_t b_offset, in EightBitIntGemm() argument
353 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
371 b, b_offset, ldb, temp_c, ldc, \ in EightBitIntGemm()
Deight_bit_int_gemm.h58 std::int32_t b_offset, int ldb, std::uint8_t *c,
65 std::int32_t b_offset, int ldb, float *c, float c_offset,
/external/python/cpython2/Objects/
Dbufferobject.c12 Py_ssize_t b_offset; member
82 if (self->b_offset > count) in get_buf()
85 offset = self->b_offset; in get_buf()
123 b->b_offset = offset; in buffer_from_memory()
148 offset += b->b_offset; in buffer_from_object()
223 b->b_offset = 0; in PyBuffer_New()
303 self->b_offset, in buffer_repr()
/external/gemmlowp/test/
Dtest_data.h27 extern const int b_offset;
Dtest_data.cc26 extern const int b_offset = 0;
Dtest.cc39 std::int32_t b_offset, int ldb, std::uint8_t* c, in ReferenceEightBitIntGemm() argument
91 static_cast<std::int32_t>(b_as_byte) + b_offset; in ReferenceEightBitIntGemm()
758 int b_offset = -127; in TestWithSmallDataPerChannelQuantization() local
760 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithSmallDataPerChannelQuantization()
909 int b_offset = -127; in TestWithLargeDataPerChannelQuantization() local
911 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithLargeDataPerChannelQuantization()
1051 std::int32_t b_offset = 0; in TestMultithreadedPerChannelQuantization() local
1053 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestMultithreadedPerChannelQuantization()
1147 const int b_offset = 0; in TestWithSmallData() local
1154 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult, in TestWithSmallData()
[all …]
/external/v8/src/ppc/
Dassembler-ppc.h845 int b_offset = branch_offset(L); variable
849 bc(b_offset, BT, encode_crbit(cr, CR_EQ), lk);
852 bc(b_offset, BF, encode_crbit(cr, CR_EQ), lk);
855 bc(b_offset, BT, encode_crbit(cr, CR_GT), lk);
858 bc(b_offset, BF, encode_crbit(cr, CR_GT), lk);
861 bc(b_offset, BT, encode_crbit(cr, CR_LT), lk);
864 bc(b_offset, BF, encode_crbit(cr, CR_LT), lk);
867 bc(b_offset, BT, encode_crbit(cr, CR_FU), lk);
870 bc(b_offset, BF, encode_crbit(cr, CR_FU), lk);
873 bc(b_offset, BT, encode_crbit(cr, CR_SO), lk);
[all …]
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc193 size_t b_offset = static_cast<size_t>(b->slices - b->base_slices); in grpc_slice_buffer_swap() local
196 size_t b_count = b->count + b_offset; in grpc_slice_buffer_swap()
224 a->slices = a->base_slices + b_offset; in grpc_slice_buffer_swap()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java566 int a_offset, b_offset; in hasSameBehavior() local
578 b_offset = tza_b.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
575 b_offset = tza_b.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.c77 int b_offset; member
3700 b->b_offset = totsize; in assemble_jump_offsets()
3706 bsize = b->b_offset; in assemble_jump_offsets()
3715 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets()
3717 int delta = instr->i_target->b_offset - bsize; in assemble_jump_offsets()
3897 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5444 ir_constant_data b_offset; in _noise2() local
5445 b_offset.f[0] = 601.0f; in _noise2()
5446 b_offset.f[1] = 313.0f; in _noise2()
5447 b_offset.f[2] = 29.0f; in _noise2()
5448 b_offset.f[3] = 277.0f; in _noise2()
5454 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset))))); in _noise2()
5468 ir_constant_data b_offset; in _noise3() local
5469 b_offset.f[0] = 601.0f; in _noise3()
5470 b_offset.f[1] = 313.0f; in _noise3()
5471 b_offset.f[2] = 29.0f; in _noise3()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h707 int b_offset; member
/external/python/cpython3/Python/
Dcompile.c74 int b_offset; member
5273 b->b_offset = totsize; in assemble_jump_offsets()
5278 bsize = b->b_offset; in assemble_jump_offsets()
5288 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets()
5468 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp799 const glw::GLuint b_offset = alignment; in CreateBufferTexture() local
800 const glw::GLuint b_size = TestReferenceDataSize() + b_offset; in CreateBufferTexture()
805 gl.bufferSubData(GL_TEXTURE_BUFFER, b_offset, TestReferenceDataSize(), ReferenceData<T, N>()); in CreateBufferTexture()
808 gl.textureBufferRange(m_to, InternalFormat<T, S, N>(), m_bo, b_offset, TestReferenceDataSize()); in CreateBufferTexture()