Home
last modified time | relevance | path

Searched defs:right_shift (Results 1 – 12 of 12) sorted by relevance

/external/gemmlowp/doc/
Dquantization_example.cc212 int* right_shift) { in QuantizeMultiplierSmallerThanOne()
339 int right_shift; in main() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dcommon.h112 int right_shift = shift > 0 ? 0 : -shift; in MultiplyByQuantizedMultiplier() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h82 const int right_shift = shift > 0 ? 0 : -shift; variable
/external/libaom/libaom/av1/common/x86/
Dconvolve_avx2.c30 const __m128i right_shift = _mm_cvtsi32_si128(right_shift_bits); in av1_convolve_y_sr_avx2() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h110 int right_shift = shift > 0 ? 0 : -shift; in MultiplyByQuantizedMultiplier() local
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp1034 int right_shift = rect.right % 8; in CompositeRect() local
Dcfx_dibsource.cpp627 int right_shift = 32 - left_shift; in Clone() local
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc6073 int right_shift = (16 << highestSetBit) - immhimmb; in VisitNEONScalarShiftImmediate() local
6181 int right_shift = (16 << highestSetBit) - immhimmb; in VisitNEONShiftImmediate() local
/external/v8/src/arm64/
Dsimulator-arm64.cc5266 int right_shift = (16 << highestSetBit) - immhimmb; in VisitNEONScalarShiftImmediate() local
5370 int right_shift = (16 << highestSetBit) - immhimmb; in VisitNEONShiftImmediate() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h466 int right_shift = accum_shift > 0 ? 0 : -accum_shift; in GEMVForLstmCell() local
512 const int right_shift = accum_shift > 0 ? 0 : -accum_shift; in GEMVForLstmCellWithSymmetricRange() local
1325 const int right_shift = output_shift > 0 ? 0 : -output_shift; in ShuffledFullyConnectedWorkerImpl() local
1392 const int right_shift = output_shift > 0 ? 0 : -output_shift; in ShuffledFullyConnectedWorkerImpl() local
/external/libpng/contrib/tools/
Dpngfix.c334 uarb_shift(uarb inout, int ndigits, unsigned int right_shift) in uarb_shift()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h588 int right_shift = accum_shift > 0 ? 0 : -accum_shift; in GEMVForLstmCell() local
634 const int right_shift = accum_shift > 0 ? 0 : -accum_shift; in GEMVForLstmCellWithSymmetricRange() local
1381 const int right_shift = output_shift > 0 ? 0 : -output_shift; in ShuffledFullyConnectedWorkerImpl() local
1448 const int right_shift = output_shift > 0 ? 0 : -output_shift; in ShuffledFullyConnectedWorkerImpl() local