HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 126 - 150 of 2906) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 27 #define SITAR_LDOH_2P75_V 0x2
32 #define SITAR_CFILT3_SEL 0x2
36 #define TABLA_LDOH_2P75_V 0x2
41 #define TABLA_CFILT3_SEL 0x2
45 #define TAIKO_CFILT3_SEL 0x2
49 #define TAIKO_LDOH_2P75_V 0x2
54 #define TABLA_OCP_350_MA 0x2
62 #define TABLA_DCYCLE_767 0x2
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 24 #define SITAR_LDOH_2P75_V 0x2
29 #define SITAR_CFILT3_SEL 0x2
33 #define TABLA_LDOH_2P75_V 0x2
38 #define TABLA_CFILT3_SEL 0x2
42 #define TAIKO_CFILT3_SEL 0x2
46 #define TAIKO_LDOH_2P75_V 0x2
53 #define TABLA_OCP_350_MA 0x2
61 #define TABLA_DCYCLE_767 0x2
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 122 int x2; //!< Right (The x-coordinate value of lower-right corner) member in struct:ExynosRect2
131 x2 = _x2_;
140 x2 = other->x2;
149 x2 = other.x2;
159 && x2 == other.x2
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
109 x2 = blk[16];
114 x6 = W6 * x2;
115 x2 = W2 * x2;
116 x8 = x0 - x2;
117 x0 += x2;
118 x2 = x8;
132 blk[24] = (x2 + x3) >> 8;
136 blk[32] = (x2 - x3) >> 8
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 66 double x2, double y2,
70 centX = (x0 + x1 + x2) / 3.0;
78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
85 else if (x0 == x2)
89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a
96 else if (x1 == x2)
102 // Calculate line equation from x0,y0 to x2,y2
103 double dx = x2 - x0;
124 mass = fabs( (y1 - y0) * (x2 - x0) );
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Geometry.h 66 double x2, double y2,
70 centX = (x0 + x1 + x2) / 3.0;
78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
85 else if (x0 == x2)
89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a
96 else if (x1 == x2)
102 // Calculate line equation from x0,y0 to x2,y2
103 double dx = x2 - x0;
124 mass = fabs( (y1 - y0) * (x2 - x0) );
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 66 double x2, double y2,
70 centX = (x0 + x1 + x2) / 3.0;
78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
85 else if (x0 == x2)
89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a
96 else if (x1 == x2)
102 // Calculate line equation from x0,y0 to x2,y2
103 double dx = x2 - x0;
124 mass = fabs( (y1 - y0) * (x2 - x0) );
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon38685
89 * Remember, x2 and y2 are not in the region
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
105 if((r)->x2 > (idRect)->extents.x2)\
106 (idRect)->extents.x2 = (r)->x2;\
134 ((R-1)->x2 >= (Rx2))))
142 (r)->x2 = (rx2);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon40275
89 * Remember, x2 and y2 are not in the region
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
105 if((r)->x2 > (idRect)->extents.x2)\
106 (idRect)->extents.x2 = (r)->x2;\
134 ((R-1)->x2 >= (Rx2))))
142 (r)->x2 = (rx2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon41790
89 * Remember, x2 and y2 are not in the region
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
105 if((r)->x2 > (idRect)->extents.x2)\
106 (idRect)->extents.x2 = (r)->x2;\
134 ((R-1)->x2 >= (Rx2))))
142 (r)->x2 = (rx2);
    [all...]
  /external/pixman/pixman/
pixman-filter.c 149 * aligns @x1 in @kernel1 with @x2 in @kernel2 and
158 pixman_kernel_t kernel2, double scale, double x2,
169 integral (kernel1, x1, kernel2, scale, x2, - x1) +
170 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1);
172 else if (x2 < 0 && x2 + width > 0)
175 integral (kernel1, x1, kernel2, scale, x2, - x2) +
176 integral (kernel1, x1 - x2, kernel2, scale, 0, width + x2);
243 int x, x1, x2; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 247 public void drawLine(int x1, int y1, int x2, int y2) {
252 x2 = mHScale.translate(x2);
254 getGc().drawLine(x1, y1, x2, y2);
265 public void drawRect(int x1, int y1, int x2, int y2) {
270 int w = mHScale.scale(x2 - x1);
292 public void fillRect(int x1, int y1, int x2, int y2) {
297 int w = mHScale.scale(x2 - x1);
320 public void drawOval(int x1, int y1, int x2, int y2) {
325 int w = mHScale.scale(x2 - x1)
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 95 uint32_t x2 = x; local
101 convert_float4(py0[x2]) * coeff[2] +
107 convert_float4(py1[x2]) * coeff[7] +
113 convert_float4(py2[x2]) * coeff[12] +
119 convert_float4(py3[x2]) * coeff[17] +
125 convert_float4(py4[x2]) * coeff[22] +
138 uint32_t x2 = x; local
144 convert_float2(py0[x2]) * coeff[2] +
150 convert_float2(py1[x2]) * coeff[7] +
156 convert_float2(py2[x2]) * coeff[12]
181 uint32_t x2 = x; local
224 uint32_t x2 = x; local
266 uint32_t x2 = x; local
308 uint32_t x2 = x; local
374 uint32_t x2 = xend; local
423 uint32_t x2 = xend; local
472 uint32_t x2 = xend; local
521 uint32_t x2 = xend; local
570 uint32_t x2 = xend; local
619 uint32_t x2 = xend; local
    [all...]
  /cts/tests/src/android/renderscript/cts/
intrinsic_convolve3x3.rs 27 uint32_t x2 = max((int32_t)x-1, 0);
33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1));
36 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y));
39 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2));
68 uint32_t x2 = max((int32_t)x-1, 0);
74 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y1));
77 float3 p12 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y));
80 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y2));
109 uint32_t x2 = max((int32_t)x-1, 0);
115 float2 p02 = convert_float2(rsGetElementAt_uchar2(gIn, x2, y1))
    [all...]
  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 34 #define FE_DOWNWARD_PORTABLE 0x2
  /external/ceres-solver/internal/ceres/
problem.cc 75 double* x0, double* x1, double* x2) {
78 x0, x1, x2);
84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x1, x2, x3, x4);
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
105 x0, x1, x2, x3, x4, x5);
111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
115 x0, x1, x2, x3, x4, x5, x6)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osmman.h 11 #define PROT_WRITE 0x2
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_flush.h 36 #define SP_FLUSH_TEXTURE_CACHE 0x2
  /external/chromium_org/third_party/skia/include/utils/
SkCubicInterval.h 14 SkScalar x2, SkScalar y2,
  /external/clang/test/ASTMerge/Inputs/
enum1.c 13 } x2; variable in typeref:enum:E2
enum2.c 13 } x2; variable in typeref:enum:E2
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 14 const HasUserDefault x2; local
  /external/clang/test/CXX/special/class.copy/
p15-inclass.cpp 16 X x2(x);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 16 X<A*> x2; local
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 5 X<(1>2)> x2; // OK variable

Completed in 497 milliseconds

1 2 3 4 56 7 8 91011>>