Searched refs:shift (Results 201 - 225 of 969) sorted by relevance

1234567891011>>

/external/v8/test/unittests/compiler/arm/
H A Dinstruction-selector-arm-unittest.cc99 AddressingMode i_mode; // Operand2_R_<shift>_I
100 AddressingMode r_mode; // Operand2_R_<shift>_R
104 std::ostream& operator<<(std::ostream& os, const Shift& shift) { argument
105 return os << shift.constructor_name;
191 TRACED_FOREACH(Shift, shift, kShifts) {
196 (m.*shift.constructor)(m.Parameter(1), m.Parameter(2))));
200 EXPECT_EQ(shift.r_mode, s[0]->addressing_mode());
204 TRACED_FOREACH(Shift, shift, kShifts) {
208 (m.*shift.constructor)(m.Parameter(0), m.Parameter(1)),
213 EXPECT_EQ(shift
1045 const Shift shift = GetParam(); local
1059 const Shift shift = GetParam(); local
1075 const Shift shift = GetParam(); local
1110 const Shift shift = GetParam(); local
1147 const Shift shift = GetParam(); local
1165 const Shift shift = GetParam(); local
1186 const Shift shift = GetParam(); local
1200 const Shift shift = GetParam(); local
1217 const Shift shift = GetParam(); local
1232 const Shift shift = GetParam(); local
[all...]
/external/valgrind/none/tests/s390x/
H A Ddfp-2.c10 - shift left/right 64/128 bit
215 int *shift = (int *) amount; local
219 :[in]"f"(in),[amount]"a"(shift));
231 int *shift = (int *) amount; local
235 :[in]"f"(in),[amount]"a"(shift));
247 int *shift = (int *) amount; local
251 :[in]"f"(in),[amount]"a"(shift));
263 int *shift = (int *) amount; local
267 :[in]"f"(in),[amount]"a"(shift));
/external/vixl/src/vixl/
H A Dcompiler-intrinsics.cc104 int shift = 1 << i; local
105 value = ((value >> shift) & kMasks[i]) + (value & kMasks[i]);
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dcross_correlation_neon.c58 int64x1_t shift = vdup_n_s64(-scaling); local
61 sum2 = vshl_s64(sum2, shift);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A DantRun.bat31 shift
37 shift
41 shift
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dvarsub.bat33 $IN = shift;
37 $IN = shift;
39 $OUT = shift;
/external/libmpeg2/common/
H A Dideint_utils.c404 WORD32 shift; local
448 shift = 0;
452 shift = 1;
457 shift = -1;
463 pu1_row_1 = pu1_src + shift;
464 pu1_row_2 = pu1_src + src_strd - shift;
/external/mesa3d/src/glx/
H A Dpackrender.h173 int shift = (64-16) - ((int)(cp) >> (64-6)); \
174 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
178 int shift = (64-32) - ((int)(cp) >> (64-6)); \
179 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
H A Dpacksingle.h99 int shift = (64-16) - ((int)(cp) >> (64-6)); \
100 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); }
104 int shift = (64-32) - ((int)(cp) >> (64-6)); \
105 *(int *)cp = (*(int *)cp & ~(0xffffffff << shift)) | ((a & 0xffffffff) << shift); }
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
H A Dcommon.h47 //rounded division & shift
354 int bytes, shift;\
361 shift = (bytes - 1) * 6;\
362 tmp = (256 - (256 >> bytes)) | (in >> shift);\
364 while (shift >= 6) {\
365 shift -= 6;\
366 tmp = 0x80 | ((in >> shift) & 0x3f);\
/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c56 #define SCALED( x ) ( ( (x) < 0 ? -( -(x) << shift ) \
57 : ( (x) << shift ) ) - delta )
73 FT_Int shift; local
83 shift = func_interface->shift;
937 FT_Vector in, out, anchor, shift; local
977 /* shift only if turn is less than ~160 degrees */
982 /* shift components along lateral bisector in proper orientation */
983 shift.x = in.y + out.y;
984 shift
[all...]
/external/skia/include/core/
H A DSkImageInfo.h117 int shift = 0; local
119 case 8: shift = 3; break;
120 case 4: shift = 2; break;
121 case 2: shift = 1; break;
122 case 1: shift = 0; break;
125 return y * rowBytes + (x << shift);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding_neon.c35 const int shift) {
44 int32x4_t shift32x4 = vdupq_n_s32(shift);
45 int32x2_t shift32x2 = vdup_n_s32(shift);
102 int32x4_t matrix1_32x4 = vdupq_n_s32(matrix1[matrix1_index] << shift);
118 int32x2_t matrix1_32x2 = vdup_n_s32(matrix1[matrix1_index] << shift);
182 matrix1[matrix1_index] << shift));
25 WebRtcIsacfix_MatrixProduct1Neon(const int16_t matrix0[], const int32_t matrix1[], int32_t matrix_product[], const int matrix1_index_factor1, const int matrix0_index_factor1, const int matrix1_index_init_case, const int matrix1_index_step, const int matrix0_index_step, const int inner_loop_count, const int mid_loop_count, const int shift) argument
/external/freetype/src/base/
H A Dftoutln.c56 #define SCALED( x ) ( ( (x) << shift ) - delta )
72 FT_Int shift; local
82 shift = func_interface->shift;
937 FT_Vector in, out, shift; local
975 /* shift only if turn is less than ~160 degrees */
980 /* shift components are aligned along lateral bisector */
982 shift.x = in.y + out.y;
983 shift.y = in.x + out.x;
986 shift
[all...]
/external/libopus/celt/
H A Dkiss_fft.c564 st->shift = 0;
565 while (nfft<<st->shift != base->nfft && st->shift < 32)
566 st->shift++;
567 if (st->shift>=32)
572 st->shift = -1;
601 if (cfg->shift < 0)
616 int shift; local
618 /* st->shift can be -1 */
619 shift
675 int shift; local
[all...]
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s153 vqshrn.s32 d0,q0,#6 @right shift
154 vqshrn.s32 d30,q4,#6 @right shift
202 vqshrn.s32 d30,q15,#6 @right shift
212 vqshrn.s32 d28,q14,#6 @right shift
224 vqshrn.s32 d26,q13,#6 @right shift
237 vqshrn.s32 d24,q12,#6 @right shift
248 vqshrn.s32 d30,q15,#6 @right shift
260 vqshrn.s32 d28,q14,#6 @right shift
273 vqshrn.s32 d26,q13,#6 @right shift
287 vqshrn.s32 d24,q12,#6 @right shift
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift){ argument
230 int stages=7-shift;
236 mdct_butterfly_generic(x+(points>>i)*j,points>>i,4<<(i+shift));
250 STIN void mdct_bitreverse(DATA_TYPE *x,int n,int shift){ argument
256 DATA_TYPE *xx = x + (b>>shift);
416 int shift; local
418 for (shift=4;!(n&(1<<shift));shift++);
419 shift
[all...]
/external/opencv3/modules/core/src/
H A Dconvert.cpp1469 float scale, float shift) const
1475 __m128 v_scale = _mm_set1_ps(scale), v_shift = _mm_set1_ps(shift),
1506 float scale, float shift) const
1512 __m128 v_scale = _mm_set1_ps(scale), v_shift = _mm_set1_ps(shift),
1548 float scale, float shift) const
1554 __m128 v_scale = _mm_set1_ps(scale), v_shift = _mm_set1_ps(shift),
1579 float scale, float shift) const
1585 __m128 v_scale = _mm_set1_ps(scale), v_shift = _mm_set1_ps(shift),
1610 float scale, float shift) const
1616 __m128 v_scale = _mm_set1_ps(scale), v_shift = _mm_set1_ps(shift),
[all...]
/external/valgrind/none/tests/ppc32/
H A Dtest_dfp1.c394 int shift = 0; local
411 *hex_fpscr_in = (i << shift);
419 *hex_fpscr_out &= (max_rm - 1) << shift;
420 expected_val = i << shift;
422 *hex_fpscr_out &= BFP_MAX_RM | ((max_rm - 1) << shift);
423 expected_val = (i << shift) | BFP_MAX_RM;
433 shift = 32;
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp1.c394 int shift = 0; local
411 *hex_fpscr_in = (i << shift);
419 *hex_fpscr_out &= (max_rm - 1) << shift;
420 expected_val = i << shift;
422 *hex_fpscr_out &= BFP_MAX_RM | ((max_rm - 1) << shift);
423 expected_val = (i << shift) | BFP_MAX_RM;
433 shift = 32;
/external/webrtc/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc27 int shift = 0; local
30 shift += 16;
34 shift += 8;
38 shift += 4;
42 shift += 2;
45 shift += 1;
47 return shift;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py330 tmp, shift = 0, 0
332 if shift == 0:
333 tmp, shift = reader.readUShort(), 16
334 shift = shift - nBits
335 value = (tmp >> shift) & mask
352 tmp, shift = 0, 16
354 shift = shift - nBits
355 tmp = tmp | ((value & mask) << shift)
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py330 tmp, shift = 0, 0
332 if shift == 0:
333 tmp, shift = reader.readUShort(), 16
334 shift = shift - nBits
335 value = (tmp >> shift) & mask
352 tmp, shift = 0, 16
354 shift = shift - nBits
355 tmp = tmp | ((value & mask) << shift)
[all...]
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp292 int shift = (int)(kernel.size() - 1) / 2; local
296 case TextureFormat::RGBA: separableConvolve<4, 4>(refFiltered, ref, shift, shift, kernel, kernel); break;
297 case TextureFormat::RGB: separableConvolve<4, 3>(refFiltered, ref, shift, shift, kernel, kernel); break;
304 case TextureFormat::RGBA: separableConvolve<4, 4>(cmpFiltered, cmp, shift, shift, kernel, kernel); break;
305 case TextureFormat::RGB: separableConvolve<4, 3>(cmpFiltered, cmp, shift, shift, kernel, kernel); break;
/external/gemmlowp/meta/generators/
H A Dqnt_Nx8_neon.py99 shift):
100 """Inner loop for quantization: add offsets, multiply, round, shift."""
111 emitter.EmitVShl('s32', lane[0], lane[0], shift)
125 shift,
154 shift)
283 shift):
304 shift)
327 ['std::int32_t', 'shift']],
347 shift = DuplicateRegister(emitter, registers, registers.MapParameter('shift'))
[all...]

Completed in 834 milliseconds

1234567891011>>