Searched refs:c_shift (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/test/ |
D | test_data.h | 14 extern const int c_shift; 16 extern const int c_shift;
|
D | test.cc | 40 int32_t c_shift, int ldc) { in ReferenceEightBitIntGemm() argument 41 assert((c_shift >= 0) && (c_shift <= 32)); in ReferenceEightBitIntGemm() 76 const std::int32_t kRoundingTerm = (c_shift < 1) ? 0 : (1 << (c_shift - 1)); in ReferenceEightBitIntGemm() 92 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift; in ReferenceEightBitIntGemm() 757 const int c_shift = 21; in TestWithSmallDataPerChannelQuantization() local 765 const int result_shift = c_shift; in TestWithSmallDataPerChannelQuantization() 977 const int c_shift = 21; in TestWithLargeDataPerChannelQuantization() local 985 const int result_shift = c_shift; in TestWithLargeDataPerChannelQuantization() 1047 const int c_shift = 0; in TestWithSmallData() local 1052 c_shift, ldc, eight_bit_int_gemm::BitDepthSetting::A8B8); in TestWithSmallData() [all …]
|
D | test_data.cc | 14 extern const int c_shift = 21;
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 67 std::int32_t c_mult_int, std::int32_t c_shift, int ldc, in EightBitIntGemmImpl() argument 73 const int result_shift = c_shift; in EightBitIntGemmImpl() 296 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) { in EightBitIntGemm() argument 304 c_mult_int, c_shift, transpose_c, ldc, c); in EightBitIntGemm() 313 c_shift, ldc, bit_depth); \ in EightBitIntGemm()
|
D | eight_bit_int_gemm.h | 62 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth);
|
/external/mksh/src/ |
D | funcs.c | 135 {"*=shift", c_shift}, 1719 c_shift(const char **wp) in c_shift() function
|
D | exec.c | 689 if (resetspec && tp->val.f == c_shift) { in comexec()
|
D | sh.h | 2073 int c_shift(const char **);
|