HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 426 - 450 of 617) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 1022 int x2; member in struct:WebCore::CollapsedBorder
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 630 TPos x2,
638 dx = x2 - x1;
641 ex2 = TRUNC( x2 );
643 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
741 TPos dx, dy, x, x2; local
871 x2 = x + delta;
873 (TCoord)( ONE_PIXEL - first ), x2,
875 x = x2;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 1071 double x2 = iter->first; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2522 LLVMValueRef x2; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 292 opus_val16 x2 = PSHR32(MULT16_16(tmp[2*i],tmp[2*i]) + MULT16_16(tmp[2*i+1],tmp[2*i+1]),16); local
293 mean += x2;
296 tmp[i] = mem0 + PSHR32(x2-mem0,4);
298 tmp[i] = mem0 + MULT16_16_P15(QCONST16(.0625f,15),x2-mem0);
397 opus_val16 x1, x2; local
399 x2 = MAX16(0, spread_old[i]);
400 mean_diff = ADD32(mean_diff, EXTEND32(MAX16(0, SUB16(x1, x2))));
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 176 // helper function to determine if upper-left 2x2 of matrix is degenerate
1613 SkFixed x0, y0, x1, y1, x2, y2; local
1746 float x0, y0, x1, y1, x2, y2; local
    [all...]
  /external/clang/test/Analysis/
malloc.c 887 int *x2 = &x;
888 clang_analyzer_eval(x1 == x2); // expected-warning{{FALSE}}
896 int *x2 = malloc(8);
898 int *x5 = x2;
901 free(x2);
886 int *x2 = &x; local
895 int *x2 = malloc(8); local
  /external/clang/test/CXX/drs/
dr0xx.cpp 686 X<NoNameForLinkagePtr> x2; member in namespace:dr62
756 struct ::dr68::template X<int> x2; member in namespace:dr68
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2780 int *x2 = new int; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 630 TPos x2,
638 dx = x2 - x1;
641 ex2 = TRUNC( x2 );
643 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
741 TPos dx, dy, x, x2; local
871 x2 = x + delta;
873 (TCoord)( ONE_PIXEL - first ), x2,
875 x = x2;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2522 LLVMValueRef x2; local
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 961 double x1,y1,x2,y2; local
964 x2 = cvmGet(points[currImage],0,i);
968 dx = x1-x2;
1242 double x1,y1,x2,y2; local
1469 double x1,y1,w1,x2,y2,w2; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 89 int x1, y1, x2, y2; local
99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y;
101 c2 = (x2 < 0) + (x2 > right) * 2 + (y2 < 0) * 4 + (y2 > bottom) * 8;
110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1));
117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1));
119 c2 = (x2 < 0) + (x2 > right) * 2;
126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1))
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 666 int x2 = src[1], x3 = src[7]; local
670 x1 = x2 + x3; x2 -= x3;
673 x4 = (x0 + x2)*C1_847;
675 x2 = descale( x2*C1_082 - x4, fixb);
680 x2 += x1;
683 work[5] = x1; work[4] = x2;
686 x2 = src[2]; x3 = src[6];
689 x4 = x2 + x3
718 int x2 = work[8*1], x3 = work[8*7]; local
1144 int x2, y2, x, y, xc; local
1523 int x2 = src[3], x3 = src[4]; local
1570 int x2 = work[8*3], x3 = work[8*4]; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 705 final float x2 = mEndPoint.x; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
716 final float uB = ((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / denom;
719 final float hitX = x1 + (uA * (x2 - x1));
733 final float x2 = mEndPoint.x; local
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 176 // helper function to determine if upper-left 2x2 of matrix is degenerate
1613 SkFixed x0, y0, x1, y1, x2, y2; local
1746 float x0, y0, x1, y1, x2, y2; local
    [all...]
  /external/svox/pico/lib/
picocep.c 109 #define POW2 (0x2)
196 picoos_int32 xi[5], x1[2], x2[3], xm[3], xn[2]; member in struct:cep_subobj
827 cep->x2[0] = -1;
828 cep->x2[1] = -4;
829 cep->x2[2] = 2;
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 99 "function C2(x) { this.x1 = x; this.x2 = x; this[1] = x; }\n"
136 // x -b-> X2 <-|
150 const v8::HeapGraphNode* x2 = local
152 CHECK_NE(NULL, x2);
157 CHECK_EQ(x2->GetSelfSize(), x2->GetRetainedSize());
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 737 int x0, x1, x2, x3, x4, x5; local
1152 x2 = P_C + P_D + 1;
1166 temp1 |= ((x2 >> 1) << 16);
1172 temp2 |= (((x1 + x2) >> 2) << 8);
1173 temp2 |= (((x2 + x3) >> 2) << 16);
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 165 u32 x2; member in struct:vdec_cropping_window
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 140 u32 x2; member in struct:vdec_cropping_window
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 194 int x2; member in struct:fimg2d_rect
209 int x2; member in struct:fimg2d_clip
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 283 int x2; /* x1 + width */ member in struct:fimg2d_rect
302 int x2; /* x1 + width */ member in struct:fimg2d_clip
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 95 short x2,y2; member in struct:_XkbBounds
97 #define XkbBoundsWidth(b) (((b)->x2)-((b)->x1))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 95 short x2,y2; member in struct:_XkbBounds
97 #define XkbBoundsWidth(b) (((b)->x2)-((b)->x1))

Completed in 1030 milliseconds

<<11121314151617181920>>