Searched defs:x2 (Results 76 - 100 of 211) sorted by relevance

123456789

/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp72 Z1<Y2<X2>::value> x2; local
H A Ddefault-arguments.cpp5 X<int> *x2; variable
H A Dinstantiate-complete.cpp54 void refbind_base(X2<X1<int> > &x2) { argument
55 X1<int> &x1 = x2;
H A Dmember-access-expr.cpp58 void test_convert(X2 x2) { argument
59 convert<int>(x2);
60 convert<long>(x2); // expected-note{{instantiation}}
/external/dropbear/libtommath/etc/
H A Dpprime.c17 mp_word x1, x2; local
19 x2 = x;
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
/external/opencv/cv/src/
H A Dcvlinefit.cpp48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
62 x2 += points[i].x * points[i].x;
74 x2 += weights[i] * points[i].x * points[i].x;
83 x2 /= w;
87 dx2 = x2 - x * x;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
126 x2 += x * x * w;
146 x2 += x * x;
159 x2 /= w0;
170 dx2 = x2
[all...]
/external/openssl/crypto/ec/
H A Dec2_mult.c109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
160 BN_zero(x2);
167 if (!BN_copy(x2, x)) return 0;
187 if (!BN_GF2m_add(z2, z2, x2)) goto err;
198 if (!group->meth->field_mul(group, x2, x
115 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
152 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
220 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/external/skia/src/animator/
H A DSkPathParts.h73 SkScalar x2; member in class:SkQuadTo
91 SkScalar x2; member in class:SkCubicTo
/external/srtp/tables/
H A Daes_tables.c94 uint32_t x1, x2, x3; local
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
106 tmp.v8[0] = x2;
113 tmp.v8[1] = x2;
120 tmp.v8[2] = x2;
127 tmp.v8[3] = x2;
/external/v8/test/mjsunit/
H A Dsmi-ops-inlined.js237 var x2 = 0x40000002; variable
239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
244 x2 = 4
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
H A Dsmi-ops.js244 var x2 = 0x40000002; variable
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
251 x2 = 4
253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegCurvetoCubic.h31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
37 , m_x2(x2)
70 float x2() const { return m_x2; } function in class:WebCore::SVGPathSegCurvetoCubic
71 void setX2(float x2) argument
73 m_x2 = x2;
95 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
97 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
101 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
102 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
112 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, floa argument
118 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
[all...]
H A DSVGPathStringSource.cpp164 float x2; local
170 || !parseNumber(m_current, m_end, x2)
176 point2 = FloatPoint(x2, y2);
199 float x2; local
203 if (!parseNumber(m_current, m_end, x2)
208 point2 = FloatPoint(x2, y2);
/external/webkit/Source/WebKit/android/plugins/
H A DANPPathInterface.cpp72 float x1, float y1, float x2, float y2) {
75 SkFloatToScalar(x2), SkFloatToScalar(y2));
71 anp_cubicTo(ANPPath* path, float x0, float y0, float x1, float y1, float x2, float y2) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.cc119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1; local
122 if (x2 < x1 || y2 < y1)
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity);
145 DrawPixbuf(cr, images_[2], x2, 0, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity);
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
161 DrawPixbuf(cr, images_[8], x2, y2, opacity);
206 int x2 local
[all...]
/external/clang/test/CodeGen/
H A Doverride-layout.c123 struct X2 x2; local
124 x2.y = sizeof(struct X2);
/external/clang/test/CodeGenCXX/
H A Dconstructor-init.cpp213 void foo(const pair &x, const pair2 &x2) { argument
215 pair2 y2(x2);
218 y2 = x2;
H A Dvalue-init.cpp161 int x2; member in struct:zeroinit::X2
/external/clang/test/FixIt/
H A Dfixit.cpp73 int x2 *= 0; // expected-error {{invalid '*=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
92 int x2 *= 0; // expected-error {{invalid '*=' at end of declaration; did you mean '='?}}
93 (void)x2;
120 if (int x2 *= 0) { (void)x2; } // expected-error {{invalid '*=' at end of declaration; did you mean '='?}}
/external/clang/test/Sema/
H A Dexpr-address-of.c24 int *x2 = &y; // expected-error {{address of register variable requested}} local
58 register int *x2; local
59 int *_dummy2 = &(*(x2 + 1));
H A Dexprs.c181 int x2 = *(volatile int*)0; // Ok. local
H A Dflexible-array-init.c7 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/
H A Danonymous-union.cpp108 protected: float x2; // expected-error{{anonymous union cannot contain a protected data member}} member in union:BadMembers::__anon4124
H A Ddcl_init_aggr.cpp27 int x2[] = { }; // expected-warning{{zero size arrays are an extension}} variable
H A Dstatic-cast.cpp176 (void)static_cast<X3_typedef*>(x2);
179 const X2 *x2; member in struct:X4

Completed in 423 milliseconds

123456789