HomeSort by relevance Sort by last modified time
    Searched refs:shifts (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 38 int32_t shifts = 0; local
72 shifts += 1;
92 // Include shifts in this computation, so that KR does not get penalized
93 // for having only a single Escape sequence, but many shifts.
94 if (hits+shifts < 5) {
95 quality -= (5-(hits+shifts))*10;
  /external/icu4c/i18n/
csr2022.cpp 39 int32_t shifts = 0; local
73 shifts += 1;
93 // Include shifts in this computation, so that KR does not get penalized
94 // for having only a single Escape sequence, but many shifts.
95 if (hits+shifts < 5) {
96 quality -= (5-(hits+shifts))*10;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-3bit-bits-in-byte.js 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-3bit-bits-in-byte.js 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
bitops-3bit-bits-in-byte.js 15 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 369 int *shifts = 0; local
391 CV_CALL(shifts = (int*)cvAlloc(sizeof(int)*numImages));
392 memset(shifts,0,sizeof(int)*numImages);
407 sum += cvmGet(pointDeriv[currImage],0,shifts[currImage]*4+i) *
408 cvmGet(pointDeriv[currImage],0,shifts[currImage]*4+j);
410 sum += cvmGet(pointDeriv[currImage],1,shifts[currImage]*4+i) *
411 cvmGet(pointDeriv[currImage],1,shifts[currImage]*4+j);
425 shifts[currImage]++;
431 cvFree( &shifts);
634 int *shifts = 0 local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 155 LLVMValueRef shifts[4]; local
199 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
212 shifts[i] = lp_build_const_int32(gallivm, shift);
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
272 LLVMValueRef shifts[4]; local
306 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
315 shifts[i] = lp_build_const_int32(gallivm, shift);
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
lp_bld_swizzle.c 195 * Bit mask and recursive shifts
203 const char shifts[4][2] = { local
229 int shift = shifts[channel][i];
345 * Bit mask and shifts.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 155 LLVMValueRef shifts[4]; local
199 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
212 shifts[i] = lp_build_const_int32(gallivm, shift);
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
272 LLVMValueRef shifts[4]; local
306 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
315 shifts[i] = lp_build_const_int32(gallivm, shift);
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
lp_bld_swizzle.c 195 * Bit mask and recursive shifts
203 const char shifts[4][2] = { local
229 int shift = shifts[channel][i];
345 * Bit mask and shifts.
  /external/bison/src/
state.c 32 | Shifts and Gotos. |
37 | Create a new array of NUM shifts/gotos. |
52 | Return the state such that SHIFTS contain a shift/goto |
57 transitions_to (transitions *shifts, symbol_number sym)
62 aver (j < shifts->num);
63 if (TRANSITION_SYMBOL (shifts, j) == sym)
64 return shifts->states[j];
state.h 47 The two types of actions are shifts/gotos (push the lookahead token
150 /* Iterate over each transition over a token (shifts). */
160 /* Return the state such SHIFTS contain a shift/goto to it on SYM.
162 struct state *transitions_to (transitions *shifts, symbol_number sym);
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c 17 // Number of right shifts for scaling is linearly depending on number of bits in
19 static const int kShiftsAtZero = 13; // Right shifts at zero binary spectrum.
232 // Make number of right shifts piecewise linear w.r.t. |far_bit_counts|.
233 int shifts = kShiftsAtZero; local
234 shifts -= (kShiftsLinearSlope * handle->far_bit_counts[i]) >> 4;
235 WebRtc_MeanEstimatorFix(bit_count, shifts, &(handle->mean_bit_counts[i]));
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 47 shifts = [[[0, 0], [1, 3], [2, 2], [3, 1]], variable
299 s1 = shifts[SC][1][0]
300 s2 = shifts[SC][2][0]
301 s3 = shifts[SC][3][0]
342 s1 = shifts[SC][1][1]
343 s2 = shifts[SC][2][1]
344 s3 = shifts[SC][3][1]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gcd.c 150 int shifts=0; local
188 shifts++;
194 if (shifts)
196 if (!BN_lshift(a,a,shifts)) goto err;
  /external/openssl/crypto/bn/
bn_gcd.c 150 int shifts=0; local
188 shifts++;
194 if (shifts)
196 if (!BN_lshift(a,a,shifts)) goto err;
  /external/chromium_org/v8/test/mjsunit/
shifts.js 30 // test a few corners cases with shifts
constant-folding.js 195 // Some tests of shifts that get into the corners in terms of coverage.
  /external/v8/test/mjsunit/
shifts.js 30 // test a few corners cases with shifts
  /external/bzip2/
blocksort.c 992 Int32 shifts = 0; local
994 while ((bbSize >> shifts) > 65534) shifts++;
998 UInt16 qVal = (UInt16)(j >> shifts);
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.cc 424 int shifts = 0;
430 shifts++;
484 // And finally add the saved shifts.
485 ShiftLeft(shifts * power_exponent);
  /external/chromium_org/v8/src/
bignum.cc 423 int shifts = 0;
429 shifts++;
483 // And finally add the saved shifts.
484 ShiftLeft(shifts * power_exponent);
  /external/v8/src/
bignum.cc 422 int shifts = 0;
428 shifts++;
482 // And finally add the saved shifts.
483 ShiftLeft(shifts * power_exponent);
  /packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java 630 int shifts = 0; local
633 shifts++;
636 Bitmap ret = Bitmap.createScaledBitmap(image, image.getWidth() >> shifts,
637 image.getHeight() >> shifts, true);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 633 int shifts = 0; local
636 shifts++;
639 Bitmap ret = Bitmap.createScaledBitmap(image, image.getWidth() >> shifts,
640 image.getHeight() >> shifts, true);

Completed in 707 milliseconds

1 2