Home
last modified time | relevance | path

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

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc65 const std::uint8_t* b, std::int32_t b_offset, int ldb, in EightBitIntGemmImpl() argument
70 const int rhs_offset = b_offset; in EightBitIntGemmImpl()
105 std::int32_t b_offset, int ldb, std::int32_t* c, in EightBitIntGemmInt32Impl() argument
108 const int rhs_offset = b_offset; in EightBitIntGemmInt32Impl()
294 std::int32_t b_offset, int ldb, std::uint8_t* c, in EightBitIntGemm() argument
303 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
312 b_offset, ldb, c, c_offset, c_mult_int, \ in EightBitIntGemm()
331 const std::uint8_t* b, std::int32_t b_offset, in EightBitIntGemm() argument
340 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
358 b, b_offset, ldb, temp_c, ldc, \ in EightBitIntGemm()
Deight_bit_int_gemm.h60 std::int32_t b_offset, int ldb, std::uint8_t *c,
67 std::int32_t b_offset, int ldb, float *c, float c_offset,
/external/gemmlowp/test/
Dtest_data.h13 extern const int b_offset;
Dtest_data.cc12 extern const int b_offset = 0;
Dtest.cc38 const uint8_t* b, int32_t b_offset, int ldb, in ReferenceEightBitIntGemm() argument
87 const int32_t b_as_int = static_cast<int32_t>(b_as_byte) + b_offset; in ReferenceEightBitIntGemm()
738 int b_offset = -127; in TestWithSmallDataPerChannelQuantization() local
740 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithSmallDataPerChannelQuantization()
905 int b_offset = -127; in TestWithLargeDataPerChannelQuantization() local
907 const OffsetRowDup rhs_offset(b_offset, rhs.cols()); in TestWithLargeDataPerChannelQuantization()
1044 const int b_offset = 0; in TestWithSmallData() local
1051 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult, in TestWithSmallData()
1074 test_data::b_offset, test_data::k, output_data.get(), test_data::c_offset, in TestWithRealData()
/external/libvncserver/examples/android/jni/
Dfbvncserver.c71 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/
Dassembler-ppc.h624 int b_offset = branch_offset(L); variable
628 bc(b_offset, BT, encode_crbit(cr, CR_EQ), lk);
631 bc(b_offset, BF, encode_crbit(cr, CR_EQ), lk);
634 bc(b_offset, BT, encode_crbit(cr, CR_GT), lk);
637 bc(b_offset, BF, encode_crbit(cr, CR_GT), lk);
640 bc(b_offset, BT, encode_crbit(cr, CR_LT), lk);
643 bc(b_offset, BF, encode_crbit(cr, CR_LT), lk);
646 bc(b_offset, BT, encode_crbit(cr, CR_FU), lk);
649 bc(b_offset, BF, encode_crbit(cr, CR_FU), lk);
652 bc(b_offset, BT, encode_crbit(cr, CR_SO), lk);
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTest.java516 int a_offset, b_offset; in hasSameBehavior() local
528 b_offset = tza_b.getOffset(era, year, month, day, dow, mid); in hasSameBehavior()
532 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTest.java520 int a_offset, b_offset; in hasSameBehavior() local
532 b_offset = tza_b.getOffset(era, year, month, day, dow, mid); in hasSameBehavior()
536 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/external/valgrind/memcheck/
Dmc_translate.c7050 Int b_offset = MC_(get_otrack_shadow_offset)( in schemeE() local
7054 tl_assert(b_offset >= -1 in schemeE()
7055 && b_offset <= mce->layout->total_sizeB -4); in schemeE()
7056 if (b_offset >= 0) { in schemeE()
7058 return IRExpr_Get( b_offset + 2*mce->layout->total_sizeB, in schemeE()
7119 Int b_offset; in do_origins_Dirty() local
7125 b_offset = MC_(get_otrack_shadow_offset)(gOff, 4); in do_origins_Dirty()
7126 if (b_offset != -1) { in do_origins_Dirty()
7134 IRExpr_Get(b_offset in do_origins_Dirty()
7218 Int b_offset; in do_origins_Dirty() local
[all …]