Home
last modified time | relevance | path

Searched refs:c_shift (Results 1 – 8 of 8) sorted by relevance

/external/gemmlowp/test/
Dtest_data.h28 extern const int c_shift;
30 extern const int c_shift;
Dtest.cc41 std::int32_t c_shift, int ldc) { in ReferenceEightBitIntGemm() argument
43 assert((c_shift >= 0) && (c_shift <= 32)); in ReferenceEightBitIntGemm()
78 const std::int32_t kRoundingTerm = (c_shift < 1) ? 0 : (1 << (c_shift - 1)); in ReferenceEightBitIntGemm()
96 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift; in ReferenceEightBitIntGemm()
769 const int c_shift = 21; in TestWithSmallDataPerChannelQuantization() local
777 const int result_shift = c_shift; in TestWithSmallDataPerChannelQuantization()
966 const int c_shift = 21; in TestWithLargeDataPerChannelQuantization() local
974 const int result_shift = c_shift; in TestWithLargeDataPerChannelQuantization()
1079 const int c_shift = 21; in TestMultithreadedPerChannelQuantization() local
1087 const int result_shift = c_shift; in TestMultithreadedPerChannelQuantization()
[all …]
Dtest_data.cc28 extern const int c_shift = 21;
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc73 std::int32_t c_mult_int, std::int32_t c_shift, int ldc, in EightBitIntGemmImpl() argument
79 const int result_shift = c_shift; in EightBitIntGemmImpl()
306 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) { in EightBitIntGemm() argument
314 c_mult_int, c_shift, transpose_c, ldc, c); in EightBitIntGemm()
323 c_shift, ldc, bit_depth); \ in EightBitIntGemm()
Deight_bit_int_gemm.h60 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth);
/external/libaom/libaom/av1/common/
Dcdef.c55 const int c_shift = 1; in av1_cdef_compute_sb_list() local
62 dlist[count].bx = c >> c_shift; in av1_cdef_compute_sb_list()
/external/mksh/src/
Dfuncs.c136 {"*=#shift", c_shift},
1338 c_shift(const char **wp) in c_shift() function
Dsh.h2482 int c_shift(const char **);