/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_sample.h | 116 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)]; local 121 *colors++ = RETURNDST(x2);
|
SkEdge.cpp | 179 SkFDot6 x0, y0, x1, y1, x2, y2; local 188 x2 = int(pts[2].fX * scale); 196 x2 = pts[2].fX >> shift; 204 SkTSwap(x0, x2); 219 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2; 255 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value 269 fQLastX = SkFDot6ToFixed(x2); 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local 348 x2 = int(pts[2].fX * scale); 358 x2 = pts[2].fX >> shift [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkBicubicImageFilter.cpp | 132 int x2 = SkClampMax(sx + 1, src.width() - 1); local 140 SkPMColor s20 = *src.getAddr32(x2, y0); 145 SkPMColor s21 = *src.getAddr32(x2, y1); 150 SkPMColor s22 = *src.getAddr32(x2, y2); 155 SkPMColor s23 = *src.getAddr32(x2, y3);
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_repeat_neon.h | 319 int32x4_t x, y, x2, y2; local 347 x2 = q2; y2 = q3; 358 x2 = vandq_s32(x2, vdupq_n_s32(0xffff)); 359 x2 = vmulq_s32(x2, vdupq_n_s32(maxX+1)); 364 /* (hi-x, hi-y)4 (hi-x2; hi-y2)4 */ 372 y2 = vsriq_n_s32(y2, x2, 16);
|
/external/chromium_org/ui/gfx/ |
rect_unittest.cc | 49 int x2; // rect 2 member in struct:gfx::__anon14921 68 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 80 int x2; // rect 2 member in struct:gfx::__anon14922 110 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 126 int x2; // rect 2 member in struct:gfx::Test 159 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 184 int x2; // target member in struct:gfx::Test 211 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2); 442 float x2; // target member in struct:gfx::Test 469 RectF r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2) 485 int x2; \/\/ target member in struct:gfx::Test 535 int x2; \/\/ target member in struct:gfx::Test 598 int x2; \/\/ target member in struct:gfx::Test [all...] |
/external/clang/test/Analysis/ |
stack-addr-ps.cpp | 38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local 39 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}} 50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} local 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}} 56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} local 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' returned to caller}} 62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here} local [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 10 X<X<X<X<X<int>>>>> *x2; variable 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 | 32 // CHECK: Type: struct X2 33 struct PACKED X2 { 38 void use_X2() { struct X2 x2; x2.y = sizeof(struct X2); }; local
|
/external/clang/test/CodeGenCXX/ |
value-init.cpp | 160 struct X2 : X0 { 161 int x2; member in struct:zeroinit::X2 166 struct X3 : X2<int> { 167 X3() : X2<int>() { }
|
/external/clang/test/Sema/ |
expr-address-of.c | 24 int *x2 = &y; // expected-error {{address of register variable requested}} local 58 register int *x2; local 59 int *_dummy2 = &(*(x2 + 1));
|
exprs.c | 190 int x2 = *(volatile int*)0; // Ok. local
|
flexible-array-init.c | 7 struct one x2 = { 5, 1, 2, 3 }; // expected-warning{{flexible array initialization is a GNU extension}} variable in typeref:struct:one
|
/external/clang/test/SemaCXX/ |
anonymous-union.cpp | 108 protected: float x2; // expected-error{{anonymous union cannot contain a protected data member}} member in union:BadMembers::__anon16991
|
dcl_init_aggr.cpp | 27 int x2[] = { }; // expected-warning{{zero size arrays are an extension}} variable
|
linkage2.cpp | 29 extern int x2; 34 int x2; member in namespace:test3::__anon17089
|
static-cast.cpp | 166 struct X2 { 169 struct X3 : X2 { 176 (void)static_cast<X3_typedef*>(x2); 179 const X2 *x2; member in struct:X4
|
warn-unused-filescoped.cpp | 46 int x2; // expected-warning{{unused}} member in namespace:__anon17160
|
/external/clang/test/SemaTemplate/ |
default-arguments.cpp | 5 X<int> *x2; variable 49 struct X2 { 70 X2<int> x2i; 71 X2<int>::Inner1<float> x2iif; 73 X2<int>::Inner1<> x2bad; // expected-note{{instantiation of default argument}} 75 X2<int>::NonType1<'a'> x2_nontype1; 76 X2<int>::NonType1<> x2_nontype1_bad; // expected-note{{instantiation of default argument}} 79 X2<int>::Inner3<float>::VeryInner<> vi; 80 X2<char>::Inner3<int>::NonType2<> x2_deep_nontype; 89 X2<int>::Inner3<float>::VeryInner<int, float> >::value? 1 : -1] [all...] |
/external/guava/guava/src/com/google/common/math/ |
BigIntegerMath.java | 99 BigInteger x2 = x.pow(2); local 100 int logX2Floor = x2.bitLength() - 1; 166 BigInteger x2 = x.pow(2); local 168 return (x2.compareTo(halfPowerSquared) <= 0) ? floorLog : floorLog + 1;
|
/external/guava/guava-tests/test/com/google/common/math/ |
BigIntegerMathTest.java | 124 BigInteger x2 = x.pow(2); local 126 assertTrue(ZERO.setBit(2 * result + 1).compareTo(x2) > 0); 128 assertTrue(result == 0 || ZERO.setBit(2 * result - 1).compareTo(x2) <= 0); 135 BigInteger x2 = x.pow(2); local 137 assertTrue(ZERO.setBit(2 * result + 1).compareTo(x2) >= 0); 139 assertTrue(result == 0 || ZERO.setBit(2 * result - 1).compareTo(x2) < 0); 211 BigInteger x2 = x.pow(2); local 213 assertTrue(TEN.pow(2 * result + 1).compareTo(x2) > 0); 215 assertTrue(result == 0 || TEN.pow(2 * result - 1).compareTo(x2) <= 0); 222 BigInteger x2 = x.pow(2) local [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 324 int x0, x1, x2, x3; local 328 x2 = input[2]; 331 if (!(x0 | x1 | x2 | x3)) { 339 s3 = sinpi_4_9 * x2; 340 s4 = sinpi_1_9 * x2; 343 s7 = x0 - x2 + x3; 347 x2 = sinpi_3_9 * s7; 352 s2 = x2;
|
vp9_itrans8_dspr2.c | 473 int x0, x1, x2, x3, x4, x5, x6, x7; local 477 x2 = input[5]; 484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { 493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3; 494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3; 502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS); 512 s2 = x2; 521 x2 = s0 - s2; 529 s2 = cospi_16_64 * (x2 + x3); 530 s3 = cospi_16_64 * (x2 - x3) [all...] |
/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/intel/ |
intel_blit.c | 268 int x1, y1, x2, y2; local 290 x2 = cx + cw + irb->draw_x; 299 x1, y1, x2 - x1, y2 - y1); 361 assert(x1 < x2); 377 OUT_BATCH((y2 << 16) | x2); 456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */ 535 uint32_t x1, y1, x2, y2; local 558 x2 = image_x + width; 567 x1, y1, x2 - x1, y2 - y1); 596 OUT_BATCH((y2 << 16) | x2); [all...] |
/external/openssl/crypto/ec/ |
ec2_smpl.c | 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local 450 x2 = BN_CTX_get(ctx); 481 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err; 482 if (!BN_GF2m_add(x2, x2, &group->a)) goto err; 483 if (!BN_GF2m_add(x2, x2, s)) goto err; 484 if (!BN_GF2m_add(x2, x2, t)) goto err; 497 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err [all...] |