/external/gemmlowp/meta/ |
quantized_mul_kernels_arm_32.h | 69 "vdup.32 q7, %[rounding_offset]\n" 95 [rounding_offset] "r"(params.kernel.rounding_offset) 146 "vdup.32 q7, %[rounding_offset]\n" 173 [rounding_offset] "r"(params.kernel.rounding_offset) 227 "vdup.32 q7, %[rounding_offset]\n" 257 [rounding_offset] "r"(params.kernel.rounding_offset) 314 "vdup.32 q7, %[rounding_offset]\n [all...] |
quantized_mul_kernels_arm_64.h | 69 "dup v7.4s, %w[rounding_offset]\n" 95 [rounding_offset] "r"(params.kernel.rounding_offset) 145 "dup v7.4s, %w[rounding_offset]\n" 171 [rounding_offset] "r"(params.kernel.rounding_offset) 224 "dup v7.4s, %w[rounding_offset]\n" 252 [rounding_offset] "r"(params.kernel.rounding_offset) 309 "dup v7.4s, %w[rounding_offset]\n [all...] |
quantized_mul_kernels.h | 30 int rounding_offset; member in struct:gemmlowp::meta::QuantizedStaticPreprocessed 67 std::cout << " kernel.rounding_offset: " << params.kernel.rounding_offset
|
legacy_single_thread_gemm.h | 66 params.fused_kernel.kernel.rounding_offset = (1 << (shift - 1)); 110 params.fused_kernel.kernel.rounding_offset = (1 << (shift - 1));
|
test_gemm_correctness.cc | 266 params->fused_kernel.kernel.rounding_offset = (1 << (SHIFT - 1)); 283 params->fused_kernel.kernel.rounding_offset = (1 << (SHIFT - 1));
|
/external/gemmlowp/meta/generators/ |
qnt_Nx8_neon.py | 87 multiplicative_offset, rounding_offset, shift): 96 emitter.EmitVAdd('i32', lane[0], lane[0], rounding_offset) 109 rounding_offset, shift, alignment): 130 multiplicative_offset, rounding_offset, shift) 247 multiplicative_offset, rounding_offset, 264 multiplicative_offset, rounding_offset, shift) 284 ['std::int32_t', 'rounding_offset'], ['std::int32_t', 'shift']], 'void') 300 rounding_offset = DuplicateRegister(emitter, registers, 301 registers.MapParameter('rounding_offset')) 319 rounding_offset, shift, 64 if aligned else None [all...] |
quantized_mul_kernels_common.py | 64 self.rounding_offset = _DuplicateGeneralRegister( 66 registers.MapParameter('rounding_offset', 67 'params.kernel.rounding_offset'), 4) 95 self.rounding_offset)
|
/external/pdfium/core/fxcodec/codec/ |
fx_codec.cpp | 1823 const float rounding_offset = 0.49999997f; local [all...] |
/external/libaom/libaom/aom_dsp/ |
grain_synthesis.c | 413 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); local 433 ((wsum + rounding_offset) >> params->ar_coeff_shift), 452 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); local 525 ((wsum_cb + rounding_offset) >> params->ar_coeff_shift), 530 ((wsum_cr + rounding_offset) >> params->ar_coeff_shift), 589 int rounding_offset = (1 << (params->scaling_shift - 1)); local 650 rounding_offset) >> 666 rounding_offset) >> 704 int rounding_offset = (1 << (params->scaling_shift - 1)); local [all...] |
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
depthwiseconv_uint8.h | 83 const int rounding_offset = right_shift > 0 ? 1 << (right_shift - 1) : 0; local 86 rounding_offset) >>
|