Searched refs:c_shift (Results 1 – 10 of 10) sorted by relevance
/external/gemmlowp/test/ |
D | test_data.h | 28 extern const int c_shift; 30 extern const int c_shift;
|
D | test.cc | 41 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 …]
|
D | test_data.cc | 28 extern const int c_shift = 21;
|
/external/u-boot/drivers/input/ |
D | tegra-kbc.c | 200 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/ |
D | eight_bit_int_gemm.cc | 76 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()
|
D | eight_bit_int_gemm.h | 60 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth);
|
/external/libaom/libaom/av1/common/ |
D | cdef.c | 71 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/ |
D | funcs.c | 137 {"*=shift", c_shift}, 1354 c_shift(const char **wp) in c_shift() function
|
D | exec.c | 698 if (resetspec && tp->val.f == c_shift) { in comexec()
|
D | sh.h | 2399 int c_shift(const char **);
|