HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 226 - 250 of 828) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 192 valarray<value_type> shift(int) const;
258 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
260 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 192 valarray<value_type> shift(int) const;
258 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
260 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_after.h 191 valarray<value_type> shift(int) const;
257 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
259 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 191 valarray<value_type> shift(int) const;
257 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
259 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /system/core/libpixelflinger/
buffer.cpp 322 // and shift / construct the pixel
338 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); local
339 if (shift >= 0) v += (dither >> shift) << sl;
340 else v += (dither << (-shift)) << sl;
368 // so we just have to shift the component to the right location
369 int shift = dh-sh; local
370 in |= v<<shift;
375 int shift = sh-dh; local
376 if (shift > 0) in |= v>>shift
    [all...]
fixed.cpp 54 // shift right 1-bit to make room for the sign bit
62 int shift; local
63 x = gglRecipQNormalized(x, &shift);
64 shift += 16-q;
65 if (shift > 0)
66 x += 1L << (shift-1); // rounding
67 x >>= shift; local
  /system/core/libpixelflinger/tests/gglmul/
gglmul_test.cpp 104 int shift; member in struct:gglMulx_test_t
129 printf("Test x=0x%08x y=0x%08x shift=%2d :",
130 test->x, test->y, test->shift);
131 actual = gglMulx(test->x, test->y, test->shift);
133 ((int64_t)test->x * test->y + (1 << (test->shift-1))) >> test->shift;
146 int shift; member in struct:gglMulAddx_test_t
172 printf("Test x=0x%08x y=0x%08x shift=%2d a=0x%08x :",
173 test->x, test->y, test->shift, test->a);
174 actual = gglMulAddx(test->x, test->y,test->a, test->shift);
189 int shift; member in struct:gglMulSubx_test_t
    [all...]
  /art/runtime/gc/accounting/
space_bitmap.cc 115 const size_t shift = CTZ(w); local
116 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
118 w ^= (static_cast<uword>(1)) << shift;
163 const size_t shift = CTZ(garbage); local
164 garbage ^= (static_cast<uword>(1)) << shift;
165 *pb++ = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
254 // Need uint for unsigned shift.
259 const size_t shift = CTZ(w); local
260 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
262 w ^= (static_cast<uword>(1)) << shift;
    [all...]
  /external/aac/libAACenc/src/
aacenc.cpp 129 INT transportBits, prevBitRate, averageBitsPerFrame, shift = 0, iter=0; local
131 while ( (frameLength & ~((1<<(shift+1))-1)) == frameLength
132 && (coreSamplingRate & ~((1<<(shift+1))-1)) == coreSamplingRate )
134 shift ++;
139 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
155 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;
    [all...]
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 97 int shift = (anaQmf->no_channels>>6) + 1; local
109 *rSubbandPtr0++ = (*timeIn2-- >> 1) - (*timeIn0++ >> shift);
110 *rSubbandPtr1-- = (*timeIn1++ >> 1) + (*timeIn3-- >> shift);
  /external/aac/libSBRdec/src/
env_dec.cpp 609 int refLen, newLen, shift; local
627 /* Shift by -3 to rescale ld-table, ampRes-1 to enable coarser steps */
628 shift = (FRACT_BITS - 1 - ENV_EXP_FRACT - 1 + h_sbr_data->ampResolutionCurrentFrame - 3);
629 deltaExp = deltaExp >> shift;
717 /* In case of the high amplitude resolution, 1 bit of the exponent gets lost by the shift.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 223 private static int shift(int r, int shift) method in class:AESEngine
225 return (r >>> shift) | (r << -shift);
256 return f2 ^ f4 ^ f8 ^ shift(f2 ^ f9, 8) ^ shift(f4 ^ f9, 16) ^ shift(f9, 24);
308 temp = subWord(shift(temp, 8)) ^ rcon[(i / KC)-1];
487 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...]
AESFastEngine.java 553 private static int shift(int r, int shift) method in class:AESFastEngine
    [all...]
  /external/chromium_org/ash/wm/
app_list_controller.cc 39 // The maximum shift in pixels when over-scroll happens.
487 const int shift = kMaxOverScrollShift * progress * dir; local
490 shifted.set_x(shifted.x() + shift);
  /external/chromium_org/chrome/browser/history/
visit_filter.cc 200 base::TimeDelta shift = base::TimeDelta::FromDays( local
204 day_base -= shift;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 181 color_utils::HSL shift = {-1, 0, 0.6}; local
183 SkBitmapOperations::CreateHSLShiftedBitmap(new_app_icon, shift);
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 110 const color_utils::HSL shift = {-1, 0, 0.6}; member in namespace:__anon9505
128 shift)),
191 const color_utils::HSL shift = {-1, 0, 0.6}; local
192 icon = gfx::ImageSkiaOperations::CreateHSLShiftedImage(icon, shift);
  /external/chromium_org/chrome/browser/ui/views/
keyboard_access_browsertest.cc 145 bool shift,
181 bool shift,
212 browser(), ui::VKEY_F, false, shift, true, false)); local
217 browser(), menu_key, false, shift, false, false));
220 if (shift) {
222 // focus when typing a menu key with modifier keys, such as shift keys or
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 51 color_utils::HSL shift = {-1, 0, 0.6}; local
52 return SkBitmapOperations::CreateHSLShiftedBitmap(*image, shift);
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_sse2.cc 69 static inline int RGBToU(int r, int g, int b, int shift) {
73 u >>= FIX_SHIFT + shift; local
77 static inline int RGBToV(int r, int g, int b, int shift) {
81 v >>= FIX_SHIFT + shift; local
204 // Down shift back to 8bits range.
266 // Right shift 14 because of 12 from fixed point and 2 from subsampling.
  /external/chromium_org/third_party/freetype/src/base/
ftbitmap.c 155 FT_Int shift = bit_last & 7; local
156 FT_UInt mask = 0xFF00U >> shift;
165 if ( shift > 0 )
ftcalc.c 106 FT_Int shift = 0; local
108 /* determine msb bit index in `shift' */
112 shift += 16;
117 shift += 8;
122 shift += 4;
127 shift += 2;
132 shift += 1;
135 return shift;
463 * However, on a platform where right-shift of a signed quantity fills
482 * It makes the assumption that right-shift on a negative signed valu
    [all...]
ftoutln.c 56 #define SCALED( x ) ( ( (x) << shift ) - delta )
72 FT_Int shift; local
79 shift = func_interface->shift;
932 FT_Vector in, out, shift; local
970 /* shift only if turn is less than ~160 degrees */
975 /* shift components are aligned along lateral bisector */
977 shift.x = in.y + out.y;
978 shift.y = in.x + out.x;
981 shift.x = -shift.x
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 296 FT_Long new_fraction_length, shift; local
301 shift = new_fraction_length - fraction_length;
303 if ( shift > 0 )
306 number *= power_tens[shift];
  /external/chromium_org/third_party/icu/source/i18n/
usrchimp.h 56 int16_t shift[MAX_TABLE_SIZE_]; member in struct:UPattern

Completed in 1784 milliseconds

1 2 3 4 5 6 7 8 91011>>