Home
last modified time | relevance | path

Searched refs:c_shift (Results 1 – 10 of 10) 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/u-boot/drivers/input/
Dtegra-kbc.c200 u32 c_shift = 4 * (i % 8); in config_kbc_gpio() local
202 u32 c_mask = 0xf << c_shift; in config_kbc_gpio()
216 << c_shift; in config_kbc_gpio()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc76 std::int32_t c_mult_int, std::int32_t c_shift, int ldc, in EightBitIntGemmImpl() argument
82 const int result_shift = c_shift; in EightBitIntGemmImpl()
309 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) { in EightBitIntGemm() argument
317 c_mult_int, c_shift, transpose_c, ldc, c); in EightBitIntGemm()
326 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.c71 const int c_shift = (c_step == 2); in sb_compute_cdef_list() local
82 dlist[count].bx = c >> c_shift; in sb_compute_cdef_list()
/external/mksh/src/
Dfuncs.c137 {"*=shift", c_shift},
1354 c_shift(const char **wp) in c_shift() function
Dexec.c698 if (resetspec && tp->val.f == c_shift) { in comexec()
Dsh.h2399 int c_shift(const char **);