HomeSort by relevance Sort by last modified time
    Searched refs:shift (Results 26 - 50 of 812) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/mips/
OP_SHL_LONG.S 3 * Long integer shift. This is different from the generic 32/64-bit
4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
6 * 6 bits of the shift distance.
20 sll v0, a0, a2 # rlo<- alo << (shift&31)
21 not v1, a2 # rhi<- 31-shift (shift is 5b)
23 srl a0, v1 # alo<- alo >> (32-(shift&31))
24 sll v1, a1, a2 # rhi<- ahi << (shift&31)
26 andi a2, 0x20 # shift< shift & 0x2
    [all...]
OP_SHR_LONG.S 3 * Long integer shift. This is different from the generic 32/64-bit
4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
6 * 6 bits of the shift distance.
19 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
20 srl v0, a0, a2 # rlo<- alo >> (shift&31)
22 not a0, a2 # alo<- 31-shift (shift is 5b)
24 sll a1, a0 # ahi<- ahi << (32-(shift&31))
26 andi a2, 0x20 # shift & 0x20
27 movn v0, v1, a2 # rlo<- rhi (if shift&0x20
    [all...]
OP_SHR_LONG_2ADDR.S 3 * Long integer shift, 2addr version. vA is 64-bit value/result, vB is
4 * 32-bit shift distance.
14 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
15 srl v0, a0, a2 # rlo<- alo >> (shift&31)
17 not a0, a2 # alo<- 31-shift (shift is 5b)
19 sll a1, a0 # ahi<- ahi << (32-(shift&31))
21 andi a2, 0x20 # shift & 0x20
22 movn v0, v1, a2 # rlo<- rhi (if shift&0x20)
23 movn v1, a3, a2 # rhi<- sign(ahi) (if shift&0x20
    [all...]
OP_USHR_LONG.S 3 * Long integer shift. This is different from the generic 32/64-bit
4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
6 * 6 bits of the shift distance.
19 srl v1, a1, a2 # rhi<- ahi >> (shift&31)
20 srl v0, a0, a2 # rlo<- alo >> (shift&31)
21 not a0, a2 # alo<- 31-n (shift is 5b)
23 sll a1, a0 # ahi<- ahi << (32-(shift&31))
25 andi a2, 0x20 # shift & 0x20
26 movn v0, v1, a2 # rlo<- rhi (if shift&0x20)
27 movn v1, zero, a2 # rhi<- 0 (if shift&0x20
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 37 if x%1==x-mapVersionTag set mapVersionTag=%2 && shift && shift && goto processcmdlineargs
38 if x%1==x-vm set vm=%2 && shift && shift && goto processcmdlineargs
39 if x%1==x-bc set bootclasspath=-Dbootclasspath=%2 && shift && shift && goto processcmdlineargs
40 if x%1==x-target set target=%2 && shift && shift && goto processcmdlineargs
41 if x%1==x-buildID set buildID=-DbuildId=%2 && shift && shift && goto processcmdlineargs
    [all...]
  /external/skia/legacy/src/core/
SkBitmap_scroll.cpp 22 int shift; local
27 shift = 0;
31 shift = 1;
34 shift = 2;
97 src -= dx << shift;
100 dst += dx << shift;
110 width <<= shift; // now width is the number of bytes to move per line local
  /external/skia/src/core/
SkBitmap_scroll.cpp 26 int shift; local
31 shift = 0;
35 shift = 1;
38 shift = 2;
101 src -= dx << shift;
104 dst += dx << shift;
114 width <<= shift; // now width is the number of bytes to move per line local
  /external/speex/libspeex/
lpc_bfin.h 49 int shift, ac_shift; local
58 shift = 8;
59 while (shift && ac0<0x40000000)
61 shift--;
72 nshift = -shift;
115 d = ADD32(d,SHR32(MULT16_16(x[j],x[j]), shift));
124 d = ADD32(d,SHR32(MULT16_16(x[j],x[j-i]), shift));
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.h 54 int shift = VP8_BD_VALUE_SIZE - 8 - ((_count) + 8); \
58 x = (int)(shift + CHAR_BIT - bits_left); \
66 while(shift >= loop_end) \
69 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
70 shift -= CHAR_BIT; \
104 register unsigned int shift = vp8_norm[range]; local
105 range <<= shift; local
106 value <<= shift; local
107 count -= shift;
  /external/freetype/src/base/
fttrigon.c 103 FT_Int shift; local
110 shift = 0;
113 /* determine msb bit index in `shift' */
117 shift += 16;
122 shift += 8;
127 shift += 4;
132 shift += 2;
137 shift += 1;
140 if ( shift <= 27 )
142 shift = 27 - shift
420 FT_Int shift; local
457 FT_Int shift; local
493 FT_Int shift; local
    [all...]
  /external/compiler-rt/lib/
floatsidf.c 42 // Shift a into the significand field and clear the implicit bit. Extra
45 const int shift = significandBits - exponent; local
46 result = (rep_t)(unsigned int)a << shift ^ implicitBit;
floatunsidf.c 34 // Shift a into the significand field and clear the implicit bit.
35 const int shift = significandBits - exponent; local
36 result = (rep_t)a << shift ^ implicitBit;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Int32RShiftToInt16_Sat_32x16.c 31 LVM_INT16 shift )
38 temp = *src >> shift;
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 108 /* 14 - Shift Out */ CharacterInvalid,
109 /* 15 - Shift In */ CharacterInvalid,
274 ALWAYS_INLINE void Lexer::shift() function in class:JSC::Lexer
302 shift();
303 shift();
304 shift();
305 shift();
314 shift();
318 shift();
410 shift();
    [all...]
  /system/core/libpixelflinger/arch-mips/
t32cb16blend.S 25 * blend one of 2 16bpp RGB pixels held in dreg selected by shift
29 * the the second pixel (shift==16) will be merged into
36 .macro pixel dreg src fb shift
52 ext $t8,\dreg,\shift+6+5,5 # dst[\shift:15..11]
54 ext $t0,\dreg,\shift+5,6 # start green extraction dst[\shift:10..5]
58 ins \fb,$t8,\shift+6+5,5 # dst[\shift:15..11]
62 ext $t0,\dreg,\shift,5 # start blue extraction dst[\shift:4..0
    [all...]
  /external/qemu/target-arm/
op_helper.c 37 int shift; local
41 for (shift = 0; shift < 32; shift += 8) {
42 index = (ireg >> shift) & 0xff;
45 val |= tmp << shift;
47 val |= def & (0xff << shift);
57 #define SHIFT 0
60 #define SHIFT 1
63 #define SHIFT
388 int shift = i & 0xff; local
396 int shift = i & 0xff; local
404 int shift = i & 0xff; local
412 int shift = i & 0xff; local
428 int shift = i & 0xff; local
444 int shift = i & 0xff; local
457 int shift1, shift; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 68 register unsigned int shift; local
91 shift = vp8_norm[range];
93 range <<= shift; local
94 count += shift;
98 int offset = shift - count;
117 shift = count;
122 lowvalue <<= shift; local
  /external/skia/include/core/
SkMath.h 23 * Computes (numer1 << shift) / denom in full 64 intermediate precision.
27 int32_t SkDivBits(int32_t numer, int32_t denom, int shift);
139 * Return a*b/((1 << shift) - 1), rounding any fractional bits.
140 * Only valid if a and b are unsigned and <= 32767 and shift is > 0 and <= 8
142 static inline unsigned SkMul16ShiftRound(unsigned a, unsigned b, int shift) {
145 SkASSERT(shift > 0 && shift <= 8);
146 unsigned prod = SkMulS16(a, b) + (1 << (shift - 1));
147 return (prod + (prod >> shift)) >> shift;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 222 private static int shift(int r, int shift) method in class:AESEngine
224 return (r >>> shift) | (r << -shift);
255 return f2 ^ f4 ^ f8 ^ shift(f2 ^ f9, 8) ^ shift(f4 ^ f9, 16) ^ shift(f9, 24);
307 temp = subWord(shift(temp, 8)) ^ rcon[(i / KC)-1];
486 r0 = T0[C0&255] ^ shift(T0[(C1>>8)&255], 24) ^ shift(T0[(C2>>16)&255],16) ^ shift(T0[(C3>>24)&255],8) ^ KW[r][0]
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_rintl.c 43 shift[2] = { variable
79 x += shift[sign];
80 x -= shift[sign];
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 121 unsigned shift; local
125 shift = 28;
131 result |= (static_cast<uint64_t>(byte & 0x7f) << shift);
132 shift += 7;
169 unsigned shift; local
172 shift = 28;
175 result |= (static_cast<uint64_t>(byte & 0x7f) << shift);
176 shift += 7;
191 unsigned shift = 0; local
198 result |= (static_cast<uint64_t>(byte & 0x7f) << shift);
212 unsigned shift = 0; local
    [all...]
  /external/clang/test/CodeGen/
mmx-shift-with-immediate.c 4 void shift(__m64 a, __m64 b, int c) { function
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
autocorr.c 38 Word32 i, norm, shift; local
67 shift = 4 - (norm >> 1);
68 if(shift > 0)
73 *p1 = vo_shr_r(*p1, shift);
75 *p1 = vo_shr_r(*p1, shift);
77 *p1 = vo_shr_r(*p1, shift);
79 *p1 = vo_shr_r(*p1, shift);
  /external/libvpx/libvpx/vp8/common/
reconintra.c 40 int shift; local
66 shift = 3 + x->up_available + x->left_available;
67 expected_dc = (average + (1 << (shift - 1))) >> shift;
172 int shift; local
201 shift = 2 + x->up_available + x->left_available;
202 expected_udc = (Uaverage + (1 << (shift - 1))) >> shift;
203 expected_vdc = (Vaverage + (1 << (shift - 1))) >> shift;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/valarray.members/
shift.pass.cpp 14 // 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(3)
    [all...]

Completed in 1436 milliseconds

12 3 4 5 6 7 8 91011>>