HomeSort by relevance Sort by last modified time
    Searched refs:xy (Results 1 - 25 of 419) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
xyarray.c 7 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)
19 free(xy);
xyarray.h 13 void xyarray__delete(struct xyarray *xy);
15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y)
17 return &xy->contents[x * xy->row_size + y * xy->entry_size];
  /external/clang/test/PCH/
chain-ext_vector.c 10 return f4.xy; // expected-error{{float2}}
ext_vector.c 9 return f4.xy; // expected-error{{float2}}
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/shaders/compiled/
passthrough2d11vs.h 12 // 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, v0.xyx
    [all...]
passthroughrgba2di11ps.h 20 // 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
passthroughrgba2dui11ps.h 20 // 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
passthroughrg2di11ps.h 20 // 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
passthroughrg2dui11ps.h 20 // 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
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 37 int[] xy = new int[2]; local
38 view.getLocationOnScreen(xy);
43 int y = xy[1] - xyRoot[1];
59 int[] xy = new int[2]; local
60 view.getLocationOnScreen(xy);
65 int y = xy[1] - xyRoot[1];
79 int[] xy = new int[2]; local
80 view.getLocationOnScreen(xy);
85 int y = xy[1] - xyRoot[1];
99 int[] xy = new int[2] local
117 int[] xy = new int[2]; local
135 int[] xy = new int[2]; local
154 int[] xy = new int[2]; local
172 int[] xy = new int[2]; local
191 int[] xy = new int[2]; local
209 int[] xy = new int[2]; local
228 int[] xy = new int[2]; local
246 int[] xy = new int[2]; local
265 int[] xy = new int[2]; local
283 int[] xy = new int[2]; local
304 int[] xy = new int[2]; local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.h 14 const uint32_t* xy,
17 const uint32_t* xy,
20 const uint32_t* xy,
23 const uint32_t* xy,
SkBitmapProcState_opts_SSE2.h 14 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/
SkBitmapProcState_opts_SSSE3.h 14 const uint32_t* xy,
17 const uint32_t* xy,
20 const uint32_t* xy,
23 const uint32_t* xy,
SkBitmapProcState_opts_SSE2.h 14 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/
d3d11blit.hlsl.vs.h 15 // 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/
d3d11blit.hlsl.vs.h 15 // 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
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 45 double xy, result; local
48 xy = (double)x * y;
49 result = xy + z;
54 result - xy == z || /* exact */
63 volatile double vxy = xy; /* XXX work around gcc CSE bug */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
g_pitch.c 37 Word16 xy, yy, exp_xy, exp_yy, gain; local
41 xy = extract_h(Dot_product12_asm(xn, y1, L_subfr, &exp_xy));
46 xy = extract_h(Dot_product12(xn, y1, L_subfr, &exp_xy));
53 g_coeff[2] = xy;
56 /* If (xy < 0) gain = 0 */
57 if (xy < 0)
60 /* compute gain = xy/yy */
62 xy >>= 1; /* Be sure xy < yy */
63 gain = div_s(xy, yy)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.vs.h 15 // 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/
d3d11tex.hlsl.vs.h 15 // 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/
collate9.test 51 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 ORDER BY
    [all...]
  /external/eigen/doc/snippets/
LLT_solve.cpp 6 Matrix<float,2,1> xy variable
8 cout << xy << endl;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.cpp 56 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 {
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 - fPts[0]
    [all...]
SkPathOpsLine.h 29 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/
SkPathOpsLine.cpp 56 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 {
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 - fPts[0]
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>