HomeSort by relevance Sort by last modified time
    Searched defs:result_shift (Results 1 - 4 of 4) sorted by null

  /external/gemmlowp/internal/
output.h 75 const int result_shift = output_stage.result_shift; local
83 Mul(Add(input.reg[i], result_offset), result_mult_int), result_shift);
102 const int result_shift = output_stage.result_shift; local
112 RoundingDivideByPOT(dividend.buf.reg[i], result_shift);
140 Add(RoundingDivideByPOT(mulhigh_val, output_stage.result_shift),
  /external/gemmlowp/public/
output_stages.h 35 // result_offset, result_mult_int, result_shift,
37 // ((input + result_offset) * result_mult_int + rounding) >> result_shift
39 // rounding = (result_shift < 1) ? 0 : (1 << (result_shift - 1));
43 std::int32_t result_shift; member in struct:gemmlowp::OutputStageQuantizeDownInt32ToUint8Scale
52 // result_offset, result_mult_int, result_shift,
54 // ((input + result_offset) * result_mult_int + rounding) >> result_shift
56 // rounding = (result_shift < 1) ? 0 : (1 << (result_shift - 1));
65 std::int32_t result_shift; member in struct:gemmlowp::OutputStageQuantizeDownInt32ToUint8ScalePC
117 std::int32_t result_shift; member in struct:gemmlowp::OutputStageQuantizeDownInt32ByFixedPoint
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 82 const int result_shift = c_shift; local
100 result_mult_int, result_shift); \
  /external/gemmlowp/test/
test.cc 135 int result_shift) {
152 result_shift));
175 int result_shift) {
193 result_shift));
212 int result_shift) {
217 result_shift);
246 int result_shift) {
255 result_mult_int, result_shift, result->stride(), BitDepth);
272 int result_shift) {
278 result_shift, result->stride())
410 const int result_shift = (result_shift_min + result_shift_max) \/ 2; local
777 const int result_shift = c_shift; local
974 const int result_shift = c_shift; local
1087 const int result_shift = c_shift; local
    [all...]

Completed in 148 milliseconds