Searched defs:b_offset (Results 1 - 10 of 10) sorted by relevance

/external/gemmlowp/test/
H A Dtest_data.cc26 extern const int b_offset = 0; member in namespace:test_data
[all...]
H A Dtest.cc39 std::int32_t b_offset, int ldb, std::uint8_t* c,
91 static_cast<std::int32_t>(b_as_byte) + b_offset;
758 int b_offset = -127; local
760 const OffsetRowDup rhs_offset(b_offset, rhs.cols());
909 int b_offset = -127; local
911 const OffsetRowDup rhs_offset(b_offset, rhs.cols());
1051 std::int32_t b_offset = 0; local
1053 const OffsetRowDup rhs_offset(b_offset, rhs.cols());
1147 const int b_offset = 0; local
1154 a_offset, lda, b_data, b_offset, ld
35 ReferenceEightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, int lda, const std::uint8_t* b, std::int32_t b_offset, int ldb, std::uint8_t* c, std::int32_t c_offset, std::int32_t c_mult_int, std::int32_t c_shift, int ldc) argument
[all...]
/external/libvncserver/examples/android/jni/
H A Dfbvncserver.c71 int b_offset; member in struct:varblock_t
212 varblock.b_offset = scrinfo.blue.offset + scrinfo.blue.length - 5;
415 varblock.r_offset, varblock.g_offset, varblock.b_offset);
/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc74 const std::uint8_t* b, std::int32_t b_offset, int ldb,
79 const int rhs_offset = b_offset;
114 std::int32_t b_offset, int ldb, std::int32_t* c,
117 const int rhs_offset = b_offset;
307 std::int32_t b_offset, int ldb, std::uint8_t* c,
316 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset,
325 b_offset, ldb, c, c_offset, c_mult_int, \
344 const std::uint8_t* b, std::int32_t b_offset,
353 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset,
371 b, b_offset, ld
72 EightBitIntGemmImpl(GemmContext* context, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, int lda, const std::uint8_t* b, std::int32_t b_offset, int ldb, std::uint8_t* c, std::int32_t c_offset, std::int32_t c_mult_int, std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) argument
111 EightBitIntGemmInt32Impl(GemmContext* context, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, int lda, const std::uint8_t* b, std::int32_t b_offset, int ldb, std::int32_t* c, int ldc, BitDepthSetting bit_depth) argument
304 EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, int lda, const std::uint8_t* b, std::int32_t b_offset, int ldb, std::uint8_t* c, std::int32_t c_offset, std::int32_t c_mult_int, std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) argument
341 EightBitIntGemm(bool transpose_a, bool transpose_b, bool transpose_c, int m, int n, int k, const std::uint8_t* a, std::int32_t a_offset, std::int32_t lda, const std::uint8_t* b, std::int32_t b_offset, std::int32_t ldb, float* c, float c_offset, std::int32_t ldc, BitDepthSetting bit_depth) argument
[all...]
/external/python/cpython2/Objects/
H A Dbufferobject.c12 Py_ssize_t b_offset; member in struct:__anon19564
82 if (self->b_offset > count)
85 offset = self->b_offset;
123 b->b_offset = offset;
148 offset += b->b_offset;
223 b->b_offset = 0;
303 self->b_offset,
/external/python/cpython2/Python/
H A Dcompile.c77 int b_offset; member in struct:basicblock_
3699 b->b_offset = totsize;
3705 bsize = b->b_offset;
3714 instr->i_oparg = instr->i_target->b_offset;
3716 int delta = instr->i_target->b_offset - bsize;
3896 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp799 const glw::GLuint b_offset = alignment; local
800 const glw::GLuint b_size = TestReferenceDataSize() + b_offset;
805 gl.bufferSubData(GL_TEXTURE_BUFFER, b_offset, TestReferenceDataSize(), ReferenceData<T, N>());
808 gl.textureBufferRange(m_to, InternalFormat<T, S, N>(), m_bo, b_offset, TestReferenceDataSize());
/external/python/cpython3/Python/
H A Dcompile.c74 int b_offset; member in struct:basicblock_
5100 b->b_offset = totsize;
5105 bsize = b->b_offset;
5115 instr->i_oparg = instr->i_target->b_offset;
5304 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp4980 ir_constant_data b_offset; local
4981 b_offset.f[0] = 601.0f;
4982 b_offset.f[1] = 313.0f;
4983 b_offset.f[2] = 29.0f;
4984 b_offset.f[3] = 277.0f;
4990 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset)))));
5004 ir_constant_data b_offset; local
5005 b_offset.f[0] = 601.0f;
5006 b_offset.f[1] = 313.0f;
5007 b_offset
[all...]
/external/valgrind/memcheck/
H A Dmc_translate.c7256 Int b_offset = MC_(get_otrack_shadow_offset)( local
7260 tl_assert(b_offset >= -1
7261 && b_offset <= mce->layout->total_sizeB -4);
7262 if (b_offset >= 0) {
7264 return IRExpr_Get( b_offset + 2*mce->layout->total_sizeB,
7325 Int b_offset; local
7331 b_offset = MC_(get_otrack_shadow_offset)(gOff, 4);
7332 if (b_offset != -1) {
7340 IRExpr_Get(b_offset
7424 Int b_offset; local
7636 Int b_offset local
[all...]

Completed in 484 milliseconds