Searched defs:x2 (Results 51 - 75 of 211) sorted by relevance

123456789

/external/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp45 int x2; // expected-warning{{unused}} member in namespace:__anon4253
H A Ddefault-assignment-operator.cpp117 void f(X2 x2) { x2 = x2; } argument
H A Dnullptr.cpp173 X2<nullptr, nullptr, nullptr, nullptr> x2; member in namespace:templates
/external/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp40 void testme(X<int_type> *x1, X<float, int> *x2) { argument
42 (void)x2->bar(); // okay: refers to #2
H A Dconstructor-template.cpp60 X2 test(bool Cond, X2 x2) { argument
62 return x2; // okay, uses copy constructor
H A Dinstantiate-field.cpp11 mutable T x2; // expected-error{{data member instantiated with function type}} member in struct:X
19 xi->x2 = 17;
/external/freetype/src/autofit/
H A Dafwarp.h36 FT_Pos x1, x2; member in struct:AF_WarperRec_
/external/openfst/src/include/fst/
H A Dexpectation-weight.h72 ExpectationWeight(const X1& x1, const X2& x2) argument
73 : PairWeight<X1, X2>(x1, x2) { }
/external/openssh/
H A Djpake.h48 BIGNUM *x2; /* random in Z*q */ member in struct:jpake_ctx
58 BIGNUM *g_x2; /* g^x2 */
67 BIGNUM *a; /* g^((x1+x3+x4)*x2*s) */
70 BIGNUM *b; /* g^((x1+x2+x3)*x4*s) */
/external/openssl/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
147 x2=(RC2_INT)l&0xffff;
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
161 x2=(t<<3)|(t>>13);
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
172 x2+=p1[x1&0x3f];
173 x3+=p1[x2
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/external/qemu/android/skin/
H A Drect.h61 int x2, y2; member in struct:__anon8943
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
/external/skia/tests/
H A DClipCubicTest.cpp61 float x2, float y2,
66 crv[2].fX = SkFloatToScalar(x2); crv[2].fY = SkFloatToScalar(y2);
59 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/valgrind/main/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
122 x2 = allocate(p, 20);
128 *x2 = 'b'; // valid
139 *x2 = 'f'; // valid
H A Dmempool2.c118 char *x1, *x2; local
131 x2 = allocate(p2, 20);
140 res += x2[-1]; // invalid
141 res += x2[20]; // invalid
150 VALGRIND_MEMPOOL_FREE(p2, x2);
151 res += x2[11];
159 VALGRIND_MEMPOOL_FREE(p2, x2);
/external/webkit/Source/WebCore/css/
H A DCSSTimingFunctionValue.h69 static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
71 return adoptRef(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
76 double x2() const { return m_x2; } function in class:WebCore::CSSCubicBezierTimingFunctionValue
80 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
83 , m_x2(x2)
/external/webkit/Source/WebCore/platform/graphics/
H A DUnitBezier.h68 double x2; local
74 x2 = sampleCurveX(t2) - x;
75 if (fabs (x2) < epsilon)
80 t2 = t2 - x2 / d2;
94 x2 = sampleCurveX(t2);
95 if (fabs(x2 - x) < epsilon)
97 if (x > x2)
/external/webkit/Source/WebCore/svg/
H A DLinearGradientAttributes.h42 SVGLength x2() const { return m_x2; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubicSmooth.h31 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
35 , m_x2(x2)
54 float x2() const { return m_x2; } function in class:WebCore::SVGPathSegCurvetoCubicSmooth
55 void setX2(float x2) argument
57 m_x2 = x2;
77 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
79 return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(element, role, x, y, x2, y2));
83 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
84 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
94 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, floa argument
100 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
[all...]
/external/aac/libFDK/include/
H A DFDK_trigFcts.h208 * \param x2 second angle value
209 * \param scale exponent of x1 and x2
210 * \param out pointer to 4 FIXP_DBL locations, were the values cos(x1), sin(x1), cos(x2), sin(x2)
213 static inline void inline_fixp_cos_sin (FIXP_DBL x1, FIXP_DBL x2, const int scale, FIXP_DBL *out) argument
222 residual = fixp_sin_cos_residual_inline(x2, scale, &sine, &cosine);
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c13 } x2; variable in typeref:enum:E2
H A Denum2.c13 } x2; variable in typeref:enum:E2
H A Dstruct1.c21 struct S2 { int i; float f; } x2; variable in typeref:struct:S2
H A Dstruct2.c18 union S2 { int i; float f; } x2; variable in typeref:union:S2
/external/clang/test/CodeGen/
H A Ddecl.c112 typedef struct x2 *x0;
114 struct x2 { struct
/external/clang/test/Sema/
H A Dfunction-redecl.c123 a2 x2; // expected-note{{passing argument to parameter here}} variable
126 x2(5); // expected-warning{{incompatible integer to pointer conversion passing 'int' to parameter of type 'int *'}}

Completed in 899 milliseconds

123456789