HomeSort by relevance Sort by last modified time
    Searched defs:x3 (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 451 int x3 = BytesTo32Bits(src, srcIndex + 12) ^ gSubKeys[INPUT_WHITEN + 3]; local
461 x3 = (x3 << 1 | x3 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]);
464 t1 = Fe32_3(x3);
471 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4);
488 int x3 = BytesTo32Bits(src, srcIndex+4) ^ gSubKeys[OUTPUT_WHITEN + 1]; local
497 t1 = Fe32_3(x3);
504 x3 ^= t0 + 2*t1 + gSubKeys[k--];
506 x3 = x3 >>>1 | x3 << 31
    [all...]
  /external/clang/test/Sema/
array-init.c 21 int x3[x] = { 1, 2 }; // expected-error{{variable-sized object may not be initialized}} local
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 828 double x3 = x[i + 3].f * exp_prescale; local
841 x3 = x[i+3].i < 0 ? -exp_max_val : exp_max_val;
846 val3 = cvRound(x3);
851 x3 = (x3 - val3)*exp_postscale;
876 x3 = buf[3].d * icvExpTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
879 y[i + 3] = (float)x3;
933 double x3 = x[i + 3].f * exp_prescale; local
952 x3 = t < 0 ? -exp_max_val : exp_max_val
1396 double x0, x1, x2, x3; local
1496 double x0, x1, x2, x3; local
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local
450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1;
454 t0 = (2 - x2)*a*x3; t1 = (2 - x3)*a*x2;
529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local
530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1;
539 t0 = a*x3; t1 = a*x2;
542 t0 *= scale2*(2 - x2); t1 *= scale2*(2 - x3);
    [all...]
  /external/speex/libspeex/
resample.c 307 spx_word16_t x2, x3; local
309 x3 = MULT16_16_P15(x, x2);
310 interp[0] = PSHR32(MULT16_16(QCONST16(-0.16667f, 15),x) + MULT16_16(QCONST16(0.16667f, 15),x3),15);
311 interp[1] = EXTRACT16(EXTEND32(x) + SHR32(SUB32(EXTEND32(x2),EXTEND32(x3)),1));
312 interp[3] = PSHR32(MULT16_16(QCONST16(-0.33333f, 15),x) + MULT16_16(QCONST16(.5f,15),x2) - MULT16_16(QCONST16(0.16667f, 15),x3),15);
571 st->filt_len &= (~0x3);
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
180 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher
182 xRightCorners[0] = x3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 666 int x2 = src[1], x3 = src[7]; local
670 x1 = x2 + x3; x2 -= x3;
671 x3 = x1 + x4; x1 -= x4;
678 x0 -= x3;
682 work[7] = x3; work[6] = x0;
686 x2 = src[2]; x3 = src[6];
689 x4 = x2 + x3;
690 x2 = descale((x2-x3)*C1_414, fixb) - x4;
692 x3 = x0 + x1; x0 -= x1
718 int x2 = work[8*1], x3 = work[8*7]; local
1523 int x2 = src[3], x3 = src[4]; local
1570 int x2 = work[8*3], x3 = work[8*4]; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 547 if (k&0x3) // only sum up non DC values.
737 int x0, x1, x2, x3, x4, x5; local
750 if (!(blkidx&0x3)) /* left column block (!block_x)*/
807 if (((blkidx > 3) && (blkidx&0x3)) || ((blkidx > 3) && video->intraAvailA)
808 || ((blkidx&0x3) && video->intraAvailB)
1155 x3 = P_D + P_E + 1;
1161 x3 = x4 = x5 = (P_D << 1) + 1;
1167 temp1 |= ((x3 >> 1) << 24);
1173 temp2 |= (((x2 + x3) >> 2) << 16);
1174 temp2 |= (((x3 + x4) >> 2) << 24)
    [all...]
  /external/freetype/src/raster/
ftraster.c 1533 Long y1, y2, y3, x3, ymin, ymax; local
1939 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 3911 int32_t x3 = 700, y3 = 300; local
4128 int32_t x3 = 700, y3 = 300; local
4300 int32_t x3 = 700, y3 = 300; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2676 IRTemp x3 = newTemp(Ity_I32); local
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 734 milliseconds

1 23 4