Searched refs:shift (Results 101 - 125 of 1142) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dmmx-shift-with-immediate.c4 void shift(__m64 a, __m64 b, int c) { function
/external/lldb/include/lldb/Core/
H A DFlags.h220 for (ValueType shift = 0; shift < sizeof(ValueType)*8; ++shift)
222 if ((m_flags & (1u << shift)) == 0)
/external/skia/src/core/
H A DSkBitmap_scroll.cpp26 int shift = this->bytesPerPixel() >> 1; local
83 src -= dx << shift;
86 dst += dx << shift;
96 width <<= shift; // now width is the number of bytes to move per line local
H A DSkFloatBits.cpp84 // apply the sign before we right-shift
114 // apply the sign before we right-shift
144 // apply the sign before we right-shift
160 int shift = EXP_BIAS; local
171 shift += bias;
176 shift -= zeros;
181 SkASSERT(shift >= 0 && shift <= 255);
184 data.fSignBitInt = (sign << 31) | (shift << 23) | (value & ~MATISSA_MAGIC_BIG);
193 int shift local
[all...]
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils.cc36 bool shift,
42 return SendKeyPressToWindowSync(window, key, control, shift, alt, command);
48 bool shift,
55 window, key, control, shift, alt, command, runner->QuitClosure());
59 window, key, control, shift, alt, command, runner->QuitClosure());
77 bool shift,
84 if (!SendKeyPressSync(browser, key, control, shift, alt, command))
33 SendKeyPressSync(const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
45 SendKeyPressToWindowSync(const gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
74 SendKeyPressAndWait(const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, int type, const content::NotificationSource& source) argument
H A Dinteractive_test_utils.h34 // Makes focus shift to the given View without clicking it.
53 bool shift,
63 bool shift,
74 bool shift,
95 bool shift,
107 bool shift,
115 if (!SendKeyPressSync(browser, key, control, shift, alt, command))
103 SendKeyPressAndWaitWithDetails( const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, int type, const content::NotificationSource& source, const content::Details<U>& details) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconintra.c39 int shift; local
65 shift = 3 + x->up_available + x->left_available;
66 expected_dc = (average + (1 << (shift - 1))) >> shift;
170 int shift; local
199 shift = 2 + x->up_available + x->left_available;
200 expected_udc = (Uaverage + (1 << (shift - 1))) >> shift;
201 expected_vdc = (Vaverage + (1 << (shift - 1))) >> shift;
[all...]
/external/libcxx/test/numerics/numarray/template.valarray/valarray.members/
H A Dshift.pass.cpp14 // valarray shift(int i) const;
27 std::valarray<T> v2 = v1.shift(0);
38 std::valarray<T> v2 = v1.shift(1);
49 std::valarray<T> v2 = v1.shift(9);
60 std::valarray<T> v2 = v1.shift(90);
71 std::valarray<T> v2 = v1.shift(-1);
82 std::valarray<T> v2 = v1.shift(-9);
93 std::valarray<T> v2 = v1.shift(-90);
102 std::valarray<T> v2 = v1.shift(-90);
111 std::valarray<T> v2 = (v1 + v1).shift(
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconintra.c39 int shift; local
65 shift = 3 + x->up_available + x->left_available;
66 expected_dc = (average + (1 << (shift - 1))) >> shift;
170 int shift; local
199 shift = 2 + x->up_available + x->left_available;
200 expected_udc = (Uaverage + (1 << (shift - 1))) >> shift;
201 expected_vdc = (Vaverage + (1 << (shift - 1))) >> shift;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_reader.c47 int shift = BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT); local
51 const int x = (int)(shift + CHAR_BIT - bits_left);
66 while (shift >= loop_end) {
68 value |= (BD_VALUE)*buffer++ << shift;
69 shift -= CHAR_BIT;
/external/chromium_org/v8/test/mjsunit/
H A Darray-shift.js31 array.shift();
47 array.shift();
50 // Note that shift copies values from prototype into the array.
88 array.shift();
91 // Note that shift copies values from prototype into the array.
114 assertEquals(1, array.shift());
120 assertEquals(1, array.shift());
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h200 Index firstColW, Index shift);
201 void deflation43(Index firstCol, Index shift, Index i, Index size);
203 void deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift);
360 //@param shift : Each time one takes the left submatrix, one must add 1 to the shift. Why? Because! We actually want the last column of the U submatrix
361 // to become the first column (*coeff) and to shift all the other columns to the right. There are more details on the reference paper.
364 Index firstColW, Index shift)
389 m_computed.block(firstCol + shift, firstCol + shift, n + 1, n).setZero();
392 m_computed(firstCol + shift
363 divide(Index firstCol, Index lastCol, Index firstRowW, Index firstColW, Index shift) argument
505 deflation43(Index firstCol, Index shift, Index i, Index size) argument
577 deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift) argument
[all...]
/external/libhevc/decoder/
H A Dihevcd_boundary_strength.c315 WORD32 shift; local
316 shift = start_pos_y * 2;
317 /* shift += (((start_pos_x >> 1) & (MAX_CTB_SIZE / ctb_size - 1)) << (log2_ctb_size - 1));
322 shift += ((start_pos_x & 2) << (log2_ctb_size - 2));
323 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift);
328 WORD32 shift; local
329 shift = start_pos_x * 2;
330 /* shift += (((start_pos_y >> 1) & (MAX_CTB_SIZE / ctb_size - 1)) << (log2_ctb_size - 1));
335 shift += ((start_pos_y & 2) << (log2_ctb_size - 2));
336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift);
599 WORD32 shift; local
612 WORD32 shift; local
633 WORD32 shift; local
646 WORD32 shift; local
661 WORD32 shift; local
677 WORD32 shift; local
743 WORD32 shift; local
759 WORD32 shift; local
799 WORD32 shift; local
818 WORD32 shift; local
865 WORD32 shift; local
886 WORD32 shift; local
[all...]
/external/srec/srec/clib/
H A Dspecnorm.c310 void shift_distribution_counts(spect_dist_info *spec, int shift) argument
315 if (shift > 0)
317 if (shift > (spec->high_entry - spec->low_entry))
319 for (ii = 0; ii < shift; ii++)
321 - spec->low_entry - shift + ii];
323 MEMMOVE(&spec->hist[shift], spec->hist,
324 (spec->high_entry - spec->low_entry - shift + 1),
326 for (ii = 0; ii < shift; ii++)
329 else if (shift < 0)
331 if (shift < (spe
356 shift_parameters(spect_dist_info *spec, int shift) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkFloatBits.cpp84 // apply the sign before we right-shift
123 // apply the sign before we right-shift
153 // apply the sign before we right-shift
179 int shift = EXP_BIAS; local
190 shift += bias;
195 shift -= zeros;
200 SkASSERT(shift >= 0 && shift <= 255);
203 data.fSignBitInt = (sign << 31) | (shift << 23) | (value & ~MATISSA_MAGIC_BIG);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat51 if x%1==x-ws set ws=%2 && shift && shift && goto processcmdlineargs
52 if x%1==x-os set os =%2 && shift && shift && goto processcmdlineargs
53 if x%1==x-arch set arch=%2 && shift && shift && goto processcmdlineargs
54 if x%1==x-noclean set installmode=noclean && shift && goto processcmdlineargs
55 if x%1==x-properties set properties=-propertyfile %2 && shift && shift && goto processcmdlineargs
56 if x%1==x-vm set vm=%2 && shift
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/asm/
H A DSaturatedArithmeticARM.h59 // shift it up into place. This will result in the low <FractionShift> bits
66 "lsl %[output],%[shift]"
70 [shift] "n" (FractionalShift));
87 // shift it up into place. This will result in the low <FractionShift> bits
96 "lsl %[output],%[shift]"
100 [shift] "n" (FractionalShift));
/external/chromium_org/ui/base/test/
H A Dui_controls.h50 bool shift,
56 bool shift,
H A Dui_controls_aura.h24 bool shift,
30 bool shift,
/external/iproute2/tc/
H A Df_tcindex.c21 " [ shift SHIFT ]\n");
67 else if (!strcmp(*argv,"shift")) {
68 int shift; local
71 shift = strtoul(*argv,&end,0);
76 addattr_l(n,4096,TCA_TCINDEX_SHIFT,&shift,
77 sizeof(shift));
149 int shift; local
151 if (RTA_PAYLOAD(tb[TCA_TCINDEX_SHIFT]) < sizeof(shift))
153 shift = *(int *) RTA_DATA(tb[TCA_TCINDEX_SHIFT]);
154 fprintf(f,"shift
[all...]
/external/llvm/lib/Support/
H A DDataExtractor.cpp136 unsigned shift = 0; local
142 result |= uint64_t(byte & 0x7f) << shift;
143 shift += 7;
157 unsigned shift = 0; local
163 result |= uint64_t(byte & 0x7f) << shift;
164 shift += 7;
170 if (shift < 64 && (byte & 0x40))
171 result |= -(1ULL << shift);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libico.cpp47 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
187 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
286 int shift = 7 - (andPixelNo & 0x7); local
287 int m = 1 << shift;
290 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
305 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColo
303 editPixelBit1(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
332 editPixelBit4(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
352 editPixelBit8(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
362 editPixelBit24(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
376 editPixelBit32(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
[all...]
/external/libvorbis/lib/
H A Dlsp.c157 int qexp=0,shift; local
164 if(!(shift=MLOOP_1[(pi|qi)>>25]))
165 if(!(shift=MLOOP_2[(pi|qi)>>19]))
166 shift=MLOOP_3[(pi|qi)>>16];
167 qi=(qi>>shift)*labs(ilsp[j-1]-wi);
168 pi=(pi>>shift)*labs(ilsp[j]-wi);
169 qexp+=shift;
171 if(!(shift=MLOOP_1[(pi|qi)>>25]))
172 if(!(shift=MLOOP_2[(pi|qi)>>19]))
173 shift
188 pi>>=shift; local
189 qi>>=shift; local
205 pi>>=shift; local
206 qi>>=shift; local
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libico.cpp47 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
196 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
295 int shift = 7 - (andPixelNo & 0x7); local
296 int m = 1 << shift;
299 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
314 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColo
312 editPixelBit1(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
341 editPixelBit4(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
361 editPixelBit8(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
371 editPixelBit24(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
385 editPixelBit32(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
[all...]
/external/tremolo/Tremolo/
H A Dfloor0.c201 ogg_int32_t qexp=0,shift; local
237 if(!(shift=MLOOP_1[(pi|qi)>>25]))
238 if(!(shift=MLOOP_2[(pi|qi)>>19]))
239 shift=MLOOP_3[(pi|qi)>>16];
241 qi=(qi>>shift)*labs(ilsp[j-1]-wi);
242 pi=(pi>>shift)*labs(ilsp[j]-wi);
243 qexp+=shift;
245 if(!(shift=MLOOP_1[(pi|qi)>>25]))
246 if(!(shift=MLOOP_2[(pi|qi)>>19]))
247 shift
262 pi>>=shift; local
263 qi>>=shift; local
279 pi>>=shift; local
280 qi>>=shift; local
[all...]

Completed in 5425 milliseconds

1234567891011>>