Home
last modified time | relevance | path

Searched refs:result_shift (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/public/
Doutput_stages.h43 std::int32_t result_shift; member
65 std::int32_t result_shift; member
104 std::int32_t result_shift) { in MakeStandardOutputPipeline() argument
108 quantize_down_stage.result_shift = result_shift; in MakeStandardOutputPipeline()
123 std::int32_t result_shift) { in MakeStandardOutputPipeline() argument
127 quantize_down_stage.result_shift = result_shift; in MakeStandardOutputPipeline()
Dgemmlowp.h123 int result_shift) { in Gemm() argument
126 MakeStandardOutputPipeline(result_offset, result_mult_int, result_shift)); in Gemm()
/external/gemmlowp/internal/
Doutput_neon.h75 const std::int32_t result_shift = output_stage.result_shift;
79 (result_shift < 1) ? 0 : (1 << (result_shift - 1));
83 return vshlq_s32(b, vdupq_n_s32(-result_shift));
103 const std::int32_t result_shift = output_stage.result_shift;
105 (result_shift < 1) ? 0 : (1 << (result_shift - 1));
113 return vshlq_s32(b, vdupq_n_s32(-result_shift));
133 const std::int32_t result_shift = output_stage.result_shift;
135 (result_shift < 1) ? 0 : (1 << (result_shift - 1));
143 return vshlq_s32(b, vdupq_n_s32(-result_shift));
Doutput.h112 const std::int32_t result_shift = output_stage.result_shift;
116 (result_shift < 1) ? 0 : (1 << (result_shift - 1));
118 result_shift;
136 const std::int32_t result_shift = output_stage.result_shift;
140 (result_shift < 1) ? 0 : (1 << (result_shift - 1));
142 result_shift;
160 const std::int32_t result_shift = output_stage.result_shift;
164 (result_shift < 1) ? 0 : (1 << (result_shift - 1));
166 result_shift;
/external/gemmlowp/test/
Dtest.cc126 int result_shift) { in Gemm()
135 result_shift)); in Gemm()
157 int result_shift) { in Gemm()
166 result_shift)); in Gemm()
184 int result_shift) { in Gemm()
187 result_mult_int, result_shift); in Gemm()
215 int result_shift) { in Gemm()
223 result_mult_int, result_shift, result->stride(), BitDepth); in Gemm()
239 int result_shift) { in Gemm()
244 result_shift, result->stride()); in Gemm()
[all …]
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc73 const int result_shift = c_shift; in EightBitIntGemmImpl() local
91 result_mult_int, result_shift); \ in EightBitIntGemmImpl()