Searched defs:x1 (Results 1 - 25 of 673) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dcmdline-include1.h1 enum { x1 }; enumerator in enum:__anon18992
H A Dpr4489.c33 void x1(void) function
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-117794.js45 var x1 = new Object(); class
48 new Function("A Man Called Horse", x1.d);
/external/clang/test/ASTMerge/Inputs/
H A Dtypedef1.c3 Typedef1 x1; variable
H A Dtypedef2.c3 Typedef1 x1; variable
H A Dvar1.c2 float **x1; variable
H A Dvar2.c2 double *x1; variable
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp5 // CHECK: @x1 = global %struct.X zeroinitializer
10 X x1; variable
21 return x1;
/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp5 X<X<int> > *x1; variable
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawLine.h21 SkScalar x1; member in class:SkLine
/external/clang/test/Modules/Inputs/odr/
H A Da.h9 } x1; variable in typeref:struct:X
12 return y1.n + e1 + y1.f + x1.n;
/external/clang/test/Sema/
H A Darray-size.c5 int x1[1073741824 + 1]; // expected-error{{array is too large}} local
/external/oprofile/gui/
H A Doprof_start_util.h27 inline double ratio(double x1, double x2) argument
29 return fabs(((x1 - x2) / x2)) * 100;
/external/skia/src/animator/
H A DSkDrawLine.h21 SkScalar x1; member in class:SkLine
/external/valgrind/main/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
12 x1 = malloc( 800 * 1000);
14 free(x1);
/external/ceres-solver/examples/
H A Drandom.h50 double x1, x2, w; local
52 x1 = 2.0 * RandDouble() - 1.0;
54 w = x1 * x1 + x2 * x2;
58 return x1 * w;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegCurvetoQuadraticAbs.h32 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, float x, float y, float x1, float y1) argument
34 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, x, y, x1, y1));
38 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, float x, float y, float x1, float y1) argument
39 : SVGPathSegCurvetoQuadratic(element, x, y, x1, y1) { }
H A DSVGPathSegCurvetoQuadraticRel.h32 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, float x, float y, float x1, float y1) argument
34 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, x, y, x1, y1));
38 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, float x, float y, float x1, float y1) argument
39 : SVGPathSegCurvetoQuadratic(element, x, y, x1, y1) { }
/external/clang/test/CXX/temp/temp.names/
H A Dp3-0x.cpp4 X< 1>2 > x1; // expected-error{{expected unqualified-id}} variable
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp32 X1<42, i, &i> x1; (void)x1; local
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
28 // RUNx: index-test %t.ast -point-at %s:10:14 | grep 'DeclRefExpr x1'
/external/clang/test/Preprocessor/
H A D_Pragma-in-macro-arg.c27 int x1 = (double)1.0; // expected-warning {{implicit conversion}} variable
/external/clang/test/SemaCXX/
H A Ddependent-types.cpp6 T x1; local
/external/clang/test/SemaTemplate/
H A Dunused-variables.cpp12 X1 x1; // expected-warning{{unused variable 'x1'}} local
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp17 Scalar x1 = ei_random<Scalar>(), local
21 V2 v2(x1, x2);
22 V3 v3(x1, x2, x3);
23 V4 v4(x1, x2, x3, x4);
24 VERIFY_IS_APPROX(x1, v2.x());
25 VERIFY_IS_APPROX(x1, v3.x());
26 VERIFY_IS_APPROX(x1, v4.x());

Completed in 1089 milliseconds

1234567891011>>