/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 74 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()
|
D | eight_bit_int_gemm.h | 58 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/ |
D | bufferobject.c | 12 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/ |
D | test_data.h | 27 extern const int b_offset;
|
D | test_data.cc | 26 extern const int b_offset = 0;
|
D | test.cc | 40 std::int32_t b_offset, int ldb, std::uint8_t* c, in ReferenceEightBitIntGemm() argument 92 static_cast<std::int32_t>(b_as_byte) + b_offset; in ReferenceEightBitIntGemm() 759 int b_offset = -127; in TestWithSmallDataPerChannelQuantization() local 761 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithSmallDataPerChannelQuantization() 910 int b_offset = -127; in TestWithLargeDataPerChannelQuantization() local 912 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithLargeDataPerChannelQuantization() 1052 std::int32_t b_offset = 0; in TestMultithreadedPerChannelQuantization() local 1054 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestMultithreadedPerChannelQuantization() 1148 const int b_offset = 0; in TestWithSmallData() local 1155 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult, in TestWithSmallData() [all …]
|
/external/libvncserver/examples/android/jni/ |
D | fbvncserver.c | 71 int b_offset; member 212 varblock.b_offset = scrinfo.blue.offset + scrinfo.blue.length - 5; in init_fb_server() 415 varblock.r_offset, varblock.g_offset, varblock.b_offset); in update_screen()
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 625 int b_offset = branch_offset(L); variable 629 bc(b_offset, BT, encode_crbit(cr, CR_EQ), lk); 632 bc(b_offset, BF, encode_crbit(cr, CR_EQ), lk); 635 bc(b_offset, BT, encode_crbit(cr, CR_GT), lk); 638 bc(b_offset, BF, encode_crbit(cr, CR_GT), lk); 641 bc(b_offset, BT, encode_crbit(cr, CR_LT), lk); 644 bc(b_offset, BF, encode_crbit(cr, CR_LT), lk); 647 bc(b_offset, BT, encode_crbit(cr, CR_FU), lk); 650 bc(b_offset, BF, encode_crbit(cr, CR_FU), lk); 653 bc(b_offset, BT, encode_crbit(cr, CR_SO), lk); [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 562 int a_offset, b_offset; in hasSameBehavior() local 574 b_offset = tza_b.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 573 b_offset = tza_b.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 577 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 7256 Int b_offset = MC_(get_otrack_shadow_offset)( in schemeE() local 7260 tl_assert(b_offset >= -1 in schemeE() 7261 && b_offset <= mce->layout->total_sizeB -4); in schemeE() 7262 if (b_offset >= 0) { in schemeE() 7264 return IRExpr_Get( b_offset + 2*mce->layout->total_sizeB, in schemeE() 7325 Int b_offset; in do_origins_Dirty() local 7331 b_offset = MC_(get_otrack_shadow_offset)(gOff, 4); in do_origins_Dirty() 7332 if (b_offset != -1) { in do_origins_Dirty() 7340 IRExpr_Get(b_offset in do_origins_Dirty() 7424 Int b_offset; in do_origins_Dirty() local [all …]
|
/external/python/cpython2/Python/ |
D | compile.c | 77 int b_offset; member 3699 b->b_offset = totsize; in assemble_jump_offsets() 3705 bsize = b->b_offset; in assemble_jump_offsets() 3714 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets() 3716 int delta = instr->i_target->b_offset - bsize; in assemble_jump_offsets() 3896 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 4980 ir_constant_data b_offset; in _noise2() local 4981 b_offset.f[0] = 601.0f; in _noise2() 4982 b_offset.f[1] = 313.0f; in _noise2() 4983 b_offset.f[2] = 29.0f; in _noise2() 4984 b_offset.f[3] = 277.0f; in _noise2() 4990 body.emit(assign(b, expr(ir_unop_noise, add(p, imm(type, b_offset))))); in _noise2() 5004 ir_constant_data b_offset; in _noise3() local 5005 b_offset.f[0] = 601.0f; in _noise3() 5006 b_offset.f[1] = 313.0f; in _noise3() 5007 b_offset.f[2] = 29.0f; in _noise3() [all …]
|