Home
last modified time | relevance | path

Searched refs:c_mult_int (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc67 std::int32_t c_mult_int, std::int32_t c_shift, int ldc, in EightBitIntGemmImpl() argument
72 const int result_mult_int = c_mult_int; in EightBitIntGemmImpl()
295 std::int32_t c_offset, std::int32_t c_mult_int, in EightBitIntGemm() argument
304 c_mult_int, c_shift, transpose_c, ldc, c); in EightBitIntGemm()
312 b_offset, ldb, c, c_offset, c_mult_int, \ in EightBitIntGemm()
Deight_bit_int_gemm.h61 std::int32_t c_offset, std::int32_t c_mult_int,
/external/gemmlowp/test/
Dtest_data.h15 extern const int c_mult_int;
Dtest_data.cc13 extern const int c_mult_int = 3401;
Dtest.cc39 uint8_t* c, int32_t c_offset, int32_t c_mult_int, in ReferenceEightBitIntGemm() argument
92 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift; in ReferenceEightBitIntGemm()
756 int c_mult_int[] = {2741, 2741}; in TestWithSmallDataPerChannelQuantization() local
764 const OffsetColMap result_mult_int(c_mult_int, m); in TestWithSmallDataPerChannelQuantization()
972 int c_mult_int[] = { in TestWithLargeDataPerChannelQuantization() local
984 const OffsetColMap result_mult_int(c_mult_int, m); in TestWithLargeDataPerChannelQuantization()
1075 test_data::c_mult_int, test_data::c_shift, test_data::m, BitDepth); in TestWithRealData()