HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 276 - 300 of 753) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/gfx/
rect_unittest.cc 45 int x1; // rect 1 member in struct:gfx::__anon14921
67 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
76 int x1; // rect 1 member in struct:gfx::__anon14922
109 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
122 int x1; // rect 1 member in struct:gfx::Test
158 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
180 int x1; // source member in struct:gfx::Test
210 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
437 int x1; // source member in struct:gfx::Test
468 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1)
481 float x1; \/\/ source member in struct:gfx::Test
531 float x1; \/\/ source member in struct:gfx::Test
594 float x1; \/\/ source member in struct:gfx::Test
    [all...]
  /external/clang/test/Analysis/
stack-addr-ps.cpp 37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} local
38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}}
49 int x1; local
50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}}
51 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}}
55 int x1; local
56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}}
57 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack memory associated with local variable 'x1' returne (…)
61 const int &x1 = get_value(); \/\/ expected-note {{binding reference variable 'x1' here}} local
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 55 struct X1 {
67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>,
74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>,
251 struct X1 {
257 X1<float> x1; local
258 x1.f(17, 3.14159);
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 5 X<X<int>> *x1; variable
20 X<X<int>> *x1; local
23 template<typename T = void> struct X1 { };
24 X1<X1<>> x1a;
63 template<place...X1, place...X2>
64 struct append_places<places<X1...>, places<X2...>> {
65 typedef places<X1...,X2...> type;
  /external/clang/test/CodeGen/
override-layout.c 24 // CHECK: Type: struct X1
25 struct X1 {
30 void use_X1() { struct X1 x1; x1.x[5] = sizeof(struct X1); }; local
  /external/clang/test/CodeGenCXX/
value-init.cpp 146 struct X1 : X0 {
147 int x1; member in struct:zeroinit::X1
156 X1().f();
  /external/clang/test/Sema/
expr-address-of.c 44 register int *x1; local
45 int *_dummy1 = &(*(x1 + 1));
55 register int x1[10]; local
56 int *_dummy1 = &(*(x1 + 1)); // fixme-error {{address of register variable requested}}
  /external/clang/test/SemaCXX/
anonymous-union.cpp 107 private: int x1; // expected-error{{anonymous union cannot contain a private data member}} member in union:BadMembers::__anon16991
warn-unused-filescoped.cpp 43 static int x1; // expected-warning{{unused}} variable
  /external/clang/test/SemaTemplate/
default-arguments.cpp 4 X<int, 1> *x1; variable
46 template<typename T> struct X1 { };
50 template<typename U = typename X1<T>::type> // expected-error{{no type named}}
53 template<T Value = X1<T>::value> // expected-error{{no member named 'value'}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar 
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 324 int x0, x1, x2, x3; local
327 x1 = input[1];
331 if (!(x0 | x1 | x2 | x3)) {
338 s2 = sinpi_3_9 * x1;
346 x1 = s1 - s4 - s6;
351 s1 = x1 + x3;
353 s3 = x0 + x1 - x3;
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
476 x1 = input[0];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
491 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
492 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
501 x1 = ROUND_POWER_OF_TWO((s1 + s5), DCT_CONST_BITS);
511 s1 = x1;
520 x1 = s1 + s3;
546 output[7] = -x1;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 132 float x1 = pos1[0]; local
136 float dx = x0 > x1 ? x0 - x1 : x1 - x0;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.h 142 uint16_t x1, y1, x2, y2; member in struct:xa_box
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.h 193 uint32_t x1; member in class:brw_blorp_params
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 268 int x1, y1, x2, y2; local
288 x1 = cx + irb->draw_x;
299 x1, y1, x2 - x1, y2 - y1);
361 assert(x1 < x2);
376 OUT_BATCH((y1 << 16) | x1);
455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */
535 uint32_t x1, y1, x2, y2; local
556 x1 = image_x;
567 x1, y1, x2 - x1, y2 - y1)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 137 float x0, float y0, float x1, float y1, GLfloat z,
154 vertices[1][0][0] = x1;
157 vertices[2][0][0] = x1;
202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; local
213 x1, y1);
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
st_cb_drawtex.c 150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 72 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0]; local
136 if ((x0==w) | (x1==w)) {
137 if ((x0==w) & (x1==w))
140 x1 -= x1==w;
151 dx = x1 - x0;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 271 int x, y, x1, y1, j; local
308 for( x1 = x + xstep; x < x1; x++ )
333 int x, y, x1, y1, j; local
370 for( x1 = x + xstep; x < x1; x++ )
  /external/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
448 x1 = BN_CTX_get(ctx);
467 if (!BN_copy(x1, &b->X)) goto err;
472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
476 if (BN_GF2m_cmp(x0, x1))
478 if (!BN_GF2m_add(t, x0, x1)) goto err;
488 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
494 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
495 if (!BN_GF2m_add(s, s, x1)) goto err;
502 if (!BN_GF2m_add(y2, x1, x2)) goto err
    [all...]
  /external/pixman/pixman/
pixman-filter.c 149 * aligns @x1 in @kernel1 with @x2 in @kernel2 and
157 integral (pixman_kernel_t kernel1, double x1,
166 if (x1 < 0 && x1 + width > 0)
169 integral (kernel1, x1, kernel2, scale, x2, - x1) +
170 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1);
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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 477 int x1, y1, x2, y2; local
485 x1 = rects[i].x;
487 x2 = x1 + rects[i].w;
490 if (x1 < 0) {
491 x1 = 0;
492 } else if (x1 > width) {
493 x1 = width;
510 if (x2 <= x1 || y2 <= y1) {
516 sha_x1 = scr_x1 = x1;
527 scr_y2 = width - x1;
    [all...]
  /external/skia/src/core/
SkBitmapProcState_sample.h 115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; local
120 *colors++ = RETURNDST(x1);
164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
166 unsigned x1 = XX & 0x3FFF; local
172 SRC_TO_FILTER(row0[x1]),
174 SRC_TO_FILTER(row1[x1]),
206 unsigned x1 = data & 0x3FFF; local
215 SRC_TO_FILTER(row0[x1]),
217 SRC_TO_FILTER(row1[x1]),

Completed in 329 milliseconds

<<11121314151617181920>>