Searched refs:xy (Results 1 - 25 of 321) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dxyarray.c7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); local
9 if (xy != NULL) {
10 xy->entry_size = entry_size;
11 xy->row_size = row_size;
14 return xy;
17 void xyarray__delete(struct xyarray *xy) argument
19 free(xy);
H A Dxyarray.h13 void xyarray__delete(struct xyarray *xy);
15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) argument
17 return &xy->contents[x * xy->row_size + y * xy->entry_size];
/external/clang/test/PCH/
H A Dchain-ext_vector.c10 return f4.xy; // expected-error{{float2}}
H A Dext_vector.c9 return f4.xy; // expected-error{{float2}}
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
H A Dpassthrough2d11vs.h12 // POSITION 0 xy 0 NONE float xy
13 // TEXCOORD 0 xy 1 NONE float xy
21 // TEXCOORD 0 xy 1 NONE float xy
24 dcl_input v0.xy
25 dcl_input v1.xy
27 dcl_output o1.xy
28 mov o0.xy, v
[all...]
H A Dpassthroughrgba2di11ps.h20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
H A Dpassthroughrgba2dui11ps.h20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
H A Dpassthroughrg2di11ps.h20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
40 mov o0.xy, r0.xyxx
H A Dpassthroughrg2dui11ps.h20 // TEXCOORD 0 xy 1 NONE float xy
31 dcl_input_ps linear v1.xy
35 utof r0.xy, r0.xyxx
36 mul r0.xy, r0.xyxx, v1.xyxx
37 ftoi r0.xy, r0.xyxx
40 mov o0.xy, r0.xyxx
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.h14 const uint32_t* xy,
17 const uint32_t* xy,
20 const uint32_t* xy,
23 const uint32_t* xy,
H A DSkBitmapProcState_opts_SSE2.h14 const uint32_t* xy,
17 const uint32_t* xy,
21 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[],
24 uint32_t xy[], int count, int x, int y);
26 uint32_t xy[], int count, int x, int y);
28 uint32_t xy[], int count, int x, int y);
30 const uint32_t* xy,
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.h14 const uint32_t* xy,
17 const uint32_t* xy,
20 const uint32_t* xy,
23 const uint32_t* xy,
H A DSkBitmapProcState_opts_SSE2.h14 const uint32_t* xy,
17 const uint32_t* xy,
21 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[],
24 uint32_t xy[], int count, int x, int y);
26 uint32_t xy[], int count, int x, int y);
28 uint32_t xy[], int count, int x, int y);
30 const uint32_t* xy,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11blit.hlsl.vs.h15 // TEXCOORD 0 xy 1 NONE float xy
23 // TEXCOORD 0 xy 1 NONE float xy
27 dcl_input v1.xy
29 dcl_output o1.xy
31 mov o1.xy, v1.xyxx
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11blit.hlsl.vs.h15 // TEXCOORD 0 xy 1 NONE float xy
23 // TEXCOORD 0 xy 1 NONE float xy
27 dcl_input v1.xy
29 dcl_output o1.xy
31 mov o1.xy, v1.xyxx
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.vs.h15 // TEXCOORD 0 xy 1 NONE float xy
23 // TEXCOORD 0 xy 1 NONE float xy
28 dcl_input v1.xy
30 dcl_output o1.xy
33 mul o1.xy, v1.xyxx, l(8.000000, 8.000000, 0.000000, 0.000000)
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.vs.h15 // TEXCOORD 0 xy 1 NONE float xy
23 // TEXCOORD 0 xy 1 NONE float xy
28 dcl_input v1.xy
30 dcl_output o1.xy
33 mul o1.xy, v1.xyxx, l(8.000000, 8.000000, 0.000000, 0.000000)
/external/chromium_org/third_party/sqlite/src/test/
H A Dcollate9.test51 CREATE TABLE xy(x COLLATE "reverse sort", y COLLATE binary);
52 INSERT INTO xy VALUES('one', 'one');
53 INSERT INTO xy VALUES('two', 'two');
54 INSERT INTO xy VALUES('three', 'three');
59 SELECT x FROM xy ORDER BY x
64 SELECT y FROM xy ORDER BY y
69 SELECT x FROM xy ORDER BY x
74 CREATE INDEX xy_i ON xy(x)
79 SELECT x FROM xy ORDER BY x
85 SELECT x, x < 'seven' FROM xy ORDE
[all...]
/external/eigen/doc/snippets/
H A DLLT_solve.cpp6 Matrix<float,2,1> xy variable
8 cout << xy << endl;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp56 double SkDLine::exactPoint(const SkDPoint& xy) const {
57 if (xy == fPts[0]) { // do cheapest test first
60 if (xy == fPts[1]) {
66 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { argument
67 if (!AlmostBetweenUlps(fPts[0].fX, xy.fX, fPts[1].fX)
68 || !AlmostBetweenUlps(fPts[0].fY, xy.fY, fPts[1].fY)) {
74 SkDVector ab0 = xy - fPts[0];
81 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
97 bool SkDLine::nearRay(const SkDPoint& xy) const {
101 SkDVector ab0 = xy
126 ExactPointH(const SkDPoint& xy, double left, double right, double y) argument
138 NearPointH(const SkDPoint& xy, double left, double right, double y) argument
161 ExactPointV(const SkDPoint& xy, double top, double bottom, double x) argument
173 NearPointV(const SkDPoint& xy, double top, double bottom, double x) argument
[all...]
H A DSkPathOpsLine.h29 double exactPoint(const SkDPoint& xy) const;
30 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
31 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
33 double nearPoint(const SkDPoint& xy, bool* unequal) const;
34 bool nearRay(const SkDPoint& xy) const;
35 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
36 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
/external/skia/src/pathops/
H A DSkPathOpsLine.cpp56 double SkDLine::exactPoint(const SkDPoint& xy) const {
57 if (xy == fPts[0]) { // do cheapest test first
60 if (xy == fPts[1]) {
66 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { argument
67 if (!AlmostBetweenUlps(fPts[0].fX, xy.fX, fPts[1].fX)
68 || !AlmostBetweenUlps(fPts[0].fY, xy.fY, fPts[1].fY)) {
74 SkDVector ab0 = xy - fPts[0];
81 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
97 bool SkDLine::nearRay(const SkDPoint& xy) const {
101 SkDVector ab0 = xy
126 ExactPointH(const SkDPoint& xy, double left, double right, double y) argument
138 NearPointH(const SkDPoint& xy, double left, double right, double y) argument
161 ExactPointV(const SkDPoint& xy, double top, double bottom, double x) argument
173 NearPointV(const SkDPoint& xy, double top, double bottom, double x) argument
[all...]
H A DSkPathOpsLine.h29 double exactPoint(const SkDPoint& xy) const;
30 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
31 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
33 double nearPoint(const SkDPoint& xy, bool* unequal) const;
34 bool nearRay(const SkDPoint& xy) const;
35 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
36 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp9 double xy = q.xy() * point.x * point.y; local
14 double sum = xx + xy + yy + x + y + c;
/external/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp9 double xy = q.xy() * point.x * point.y; local
14 double sum = xx + xy + yy + x + y + c;

Completed in 2523 milliseconds

1234567891011>>