HomeSort by relevance Sort by last modified time
    Searched defs:shifts (Results 1 - 16 of 16) sorted by null

  /external/icu4c/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/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/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/v8/test/cctest/
test-macro-assembler-x64.cc 1842 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
1942 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
2050 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
    [all...]
  /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/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/valgrind/main/VEX/switchback/
test_bzip2.c 3014 Int32 shifts = 0; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 3038 Int32 shifts = 0; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 3029 Int32 shifts = 0; local
    [all...]
varinfo6.c 3066 Int32 shifts = 0; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 3029 Int32 shifts = 0; local
    [all...]
test_input_for_tinycc.c 2669 Int32 shifts = 0; local
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 333 milliseconds