HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 251 - 275 of 2735) sorted by null

<<11121314151617181920>>

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 117 uint32_t x1 = xstart; local
120 if(x2 > x1) {
122 int32_t len = (x2 - x1) >> 2;
125 x1 += len << 2;
131 while(x1 != x2) {
133 x1++;
144 uint32_t x1 = xstart; local
147 if(x2 > x1) {
149 int32_t len = (x2 - x1) >> 2;
152 x1 += len << 2
171 uint32_t x1 = xstart; local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 75 uint32_t x1 = rsMax((int32_t)x-1, 0); local
81 convert_float4(py0[x1]) * coeff[1] +
87 convert_float4(py1[x1]) * coeff[6] +
93 convert_float4(py2[x1]) * coeff[11] +
99 convert_float4(py3[x1]) * coeff[16] +
105 convert_float4(py4[x1]) * coeff[21] +
147 uint32_t x1 = xstart; local
150 while((x1 < x2) && (x1 < 2)) {
151 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp)
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 120 int x1; //!< Left (The x-coordinate value of upper-left corner) member in struct:ExynosRect2
129 x1 = _x1_;
138 x1 = other->x1;
147 x1 = other.x1;
157 return ( x1 == other.x1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
debugreg.h 17 #define DR_TRAP0 (0x1) /* db0 */
35 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 35 #define DR_TRAP0 (0x1) /* db0 */
53 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 17 #define DR_TRAP0 (0x1) /* db0 */
35 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 35 #define DR_TRAP0 (0x1) /* db0 */
53 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 17 #define DR_TRAP0 (0x1) /* db0 */
35 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 35 #define DR_TRAP0 (0x1) /* db0 */
53 #define DR_RW_WRITE (0x1)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
83 x1 = blk[8];
87 x7 = W7 * x1;
88 x1 = W1 * x1;
91 x5 = (181 * (x1 - x7) + 128) >> 8;
92 x7 = (181 * (x1 + x7) + 128) >> 8;
94 blk[0] = (x0 + x1) >> 8;
98 blk[56] = (x0 - x1) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8 local
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; 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
691 int32 x1, x3, x5, x7; 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
1171 int32 x1, x3, x5, x7; 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
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/ceres-solver/internal/ceres/
runtime_numeric_diff_cost_function_test.cc 54 // y1 = x1'x2 -> dy1/dx1 = x2, dy1/dx2 = x1
55 // y2 = (x1'x2)^2 -> dy2/dx1 = 2 * x2 * (x1'x2), dy2/dx2 = 2 * x1 * (x1'x2)
61 mutable_parameter_block_sizes()->push_back(5); // x1.
93 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 }; local
95 double *parameters[] = { &x1[0], &x2[0] };
116 ExpectClose(x1[i], dydx2[5 * 0 + i], kEps)
166 double x1[5]; member in struct:ceres::internal::__anon3567
189 double *x1 = &(kTests[k].x1[0]); local
    [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:__anon25741
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
101 if((r)->x1 < (idRect)->extents.x1)\
102 (idRect)->extents.x1 = (r)->x1;\
133 ((R-1)->x1 <= (Rx1)) &&\
140 (r)->x1 = (rx1);\
156 (r)->x1 = (rx1);
    [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:__anon27331
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
101 if((r)->x1 < (idRect)->extents.x1)\
102 (idRect)->extents.x1 = (r)->x1;\
133 ((R-1)->x1 <= (Rx1)) &&\
140 (r)->x1 = (rx1);\
156 (r)->x1 = (rx1);
    [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:__anon28846
92 ((r1)->x2 > (r2)->x1 && \
93 (r1)->x1 < (r2)->x2 && \
101 if((r)->x1 < (idRect)->extents.x1)\
102 (idRect)->extents.x1 = (r)->x1;\
133 ((R-1)->x1 <= (Rx1)) &&\
140 (r)->x1 = (rx1);\
156 (r)->x1 = (rx1);
    [all...]
  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 37 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return.
39 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0))
48 int* x1) {
58 _mm_storeu_si128(reinterpret_cast<__m128i *>(x1), x1_wide);
62 // (4x(x3), 4x(x2), 4x(x1), 4x(x0))
66 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0))
73 // will contain (4x(x1, 16-x1), 4x(x0, 16-x0))
76 // (Aa2 * (16 - x1) + Aa3 * x1, ... , Ra0 * (16 - x0) + Ra1 * x0
345 int x1[4]; local
382 unsigned x1 = xx & 0x3FFF; local
417 int x1[4]; local
456 const unsigned x1 = xx & 0x3FFF; local
    [all...]
  /external/qemu/android/skin/
rect.c 150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
175 r.x1 = (a.x1 > b.x1) ? a.x1 : b.x1
    [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 221 float x1 = 0.0f; local
231 x2 = x1 + floorf(segment * stretchX + 0.5f);
233 x2 = x1 + segment * rescaleX;
236 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
242 x1 += i * EXPLODE_GAP;
245 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
251 x1 = x2;
260 x1 += mXCount * EXPLODE_GAP;
263 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount)
    [all...]
  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 33 #define FE_UPWARD_PORTABLE 0x1
  /external/clang/test/ASTMerge/Inputs/
enum1.c 6 } x1; variable in typeref:enum:E1
enum2.c 6 } x1; variable in typeref:enum:E1
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 13 const NoUserDefault x1; // expected-error{{default initialization of an object of const type 'const NoUserDefault' requires a user-provided default constructor}} local
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 15 X<A> x1; local
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 4 X< 1>2 > x1; // expected-error{{expected unqualified-id}} variable
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 36 X x1; local
39 x1.l = 1;
42 X x2(x1);
46 x3 = x1;
  /external/clang/test/Index/
comment-c-decls.c 18 * \param x1 Aaa.
20 extern void external_function(int x1);
21 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>

Completed in 628 milliseconds

<<11121314151617181920>>