Home
last modified time | relevance | path

Searched refs:xy (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/external/walt/hardware/kicad/
DWALTsm.kicad_pcb1202 (xy 105.156 111.76) (xy 105.156 121.666) (xy 108.966 121.666) (xy 108.966 111.76)
1212 … (xy 64.516 82.296) (xy 65.278 82.296) (xy 108.458 82.296) (xy 108.458 136.906) (xy 64.516 136.906)
1213 (xy 64.516 134.62)
1218 …(xy 81.144443 84.378917) (xy 81.9 85.134474) (xy 82.655557 84.378917) (xy 82.655494 84.3788) (xy 8…
1219 …(xy 85.844129 84.516507) (xy 85.567478 84.792675) (xy 85.417571 85.153691) (xy 85.41723 85.544594)…
1220 …(xy 85.842675 86.182522) (xy 86.203691 86.332429) (xy 86.594594 86.33277) (xy 86.955871 86.183493)…
1221 …(xy 87.382429 85.546309) (xy 87.38277 85.155406) (xy 87.233493 84.794129) (xy 86.957325 84.517478)…
1222 …(xy 90.215896 84.3788) (xy 90.028572 84.565797) (xy 89.966617 84.715) (xy 89.148 84.715) (xy 88.90…
1223 …(xy 88.698987 84.900987) (xy 84.386987 89.212987) (xy 84.249336 89.418996) (xy 84.201 89.662) (xy
1224 …(xy 82.515028 98.870946) (xy 81.939 98.870946) (xy 81.760159 98.904597) (xy 81.595905 99.010292) (
[all …]
/external/syslinux/com32/lib/sys/
Dansi.c42 .xy = {0, 0},
76 struct curxy xy = st->xy; in __ansi_putchar() local
89 if (xy.x > 0) in __ansi_putchar()
90 xy.x--; in __ansi_putchar()
94 int nsp = 8 - (xy.x & 7); in __ansi_putchar()
102 xy.y++; in __ansi_putchar()
104 xy.x = 0; in __ansi_putchar()
107 xy.x = 0; in __ansi_putchar()
127 op->write_char(xy.x, xy.y, ch, st); in __ansi_putchar()
128 xy.x++; in __ansi_putchar()
[all …]
/external/skqp/src/pathops/
DSkPathOpsLine.cpp21 double SkDLine::exactPoint(const SkDPoint& xy) const { in exactPoint()
22 if (xy == fPts[0]) { // do cheapest test first in exactPoint()
25 if (xy == fPts[1]) { in exactPoint()
31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument
32 if (!AlmostBetweenUlps(fPts[0].fX, xy.fX, fPts[1].fX) in nearPoint()
33 || !AlmostBetweenUlps(fPts[0].fY, xy.fY, fPts[1].fY)) { in nearPoint()
39 SkDVector ab0 = xy - fPts[0]; in nearPoint()
49 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ? in nearPoint()
65 bool SkDLine::nearRay(const SkDPoint& xy) const { in nearRay()
69 SkDVector ab0 = xy - fPts[0]; in nearRay()
[all …]
DSkPathOpsLine.h24 double exactPoint(const SkDPoint& xy) const;
25 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
26 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
29 bool nearRay(const SkDPoint& xy) const;
30 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
31 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
/external/skia/src/pathops/
DSkPathOpsLine.cpp21 double SkDLine::exactPoint(const SkDPoint& xy) const { in exactPoint()
22 if (xy == fPts[0]) { // do cheapest test first in exactPoint()
25 if (xy == fPts[1]) { in exactPoint()
31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument
32 if (!AlmostBetweenUlps(fPts[0].fX, xy.fX, fPts[1].fX) in nearPoint()
33 || !AlmostBetweenUlps(fPts[0].fY, xy.fY, fPts[1].fY)) { in nearPoint()
39 SkDVector ab0 = xy - fPts[0]; in nearPoint()
49 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ? in nearPoint()
65 bool SkDLine::nearRay(const SkDPoint& xy) const { in nearRay()
69 SkDVector ab0 = xy - fPts[0]; in nearRay()
[all …]
DSkPathOpsLine.h24 double exactPoint(const SkDPoint& xy) const;
25 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
26 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
29 bool nearRay(const SkDPoint& xy) const;
30 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
31 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
/external/valgrind/none/tests/s390x/
Dxor.stdout.exp49 xy 0000000000000000 ^ 0000000000000000 = 0000000000000000 (cc=0)
50 xy 0000000000000001 ^ 0000000000000000 = 0000000000000001 (cc=1)
51 xy 000000000000FFFF ^ 0000000000000000 = 000000000000FFFF (cc=1)
52 xy 0000000000007FFF ^ 0000000000000000 = 0000000000007FFF (cc=1)
53 xy 0000000000008000 ^ 0000000000000000 = 0000000000008000 (cc=1)
54 xy 00000000FFFFFFFF ^ 0000000000000000 = 00000000FFFFFFFF (cc=1)
55 xy 0000000080000000 ^ 0000000000000000 = 0000000080000000 (cc=1)
56 xy 000000007FFFFFFF ^ 0000000000000000 = 000000007FFFFFFF (cc=1)
57 xy AAAAAAAAAAAAAAAA ^ 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1)
58 xy 8000000000000000 ^ 0000000000000000 = 8000000000000000 (cc=0)
[all …]
/external/skqp/src/core/
DSkBitmapProcState_procs.h27 int xy = x * y >> 3; in Filter_565_Expanded() local
28 return a00 * (32 - 2*y - 2*x + xy) + in Filter_565_Expanded()
29 a01 * (2*x - xy) + in Filter_565_Expanded()
30 a10 * (2*y - xy) + in Filter_565_Expanded()
31 a11 * xy; in Filter_565_Expanded()
55 int xy = x * y >> 4; in Filter_4444_D32() local
56 uint32_t result = a00 * (16 - y - x + xy) + in Filter_4444_D32()
57 a01 * (x - xy) + in Filter_4444_D32()
58 a10 * (y - xy) + in Filter_4444_D32()
59 a11 * xy; in Filter_4444_D32()
[all …]
DSkBitmapProcState_sample.h12 const uint32_t* SK_RESTRICT xy,
15 const uint32_t* SK_RESTRICT xy,
18 const uint32_t* SK_RESTRICT xy,
21 const uint32_t* SK_RESTRICT xy,
25 const uint32_t* SK_RESTRICT xy, in MAKENAME()
41 XY = *xy++; in MAKENAME()
47 XY = *xy++; in MAKENAME()
54 XY = *xy++; in MAKENAME()
67 const uint32_t* SK_RESTRICT xy, in MAKENAME()
81 SkASSERT((unsigned)xy[0] < (unsigned)s.fPixmap.height()); in MAKENAME()
[all …]
DSkBitmapProcState_filter.h27 int xy = x * y; in Filter_32_opaque() local
30 int scale = 256 - 16*y - 16*x + xy; in Filter_32_opaque()
34 scale = 16*x - xy; in Filter_32_opaque()
38 scale = 16*y - xy; in Filter_32_opaque()
42 lo += (a11 & mask) * xy; in Filter_32_opaque()
43 hi += ((a11 >> 8) & mask) * xy; in Filter_32_opaque()
57 int xy = x * y; in Filter_32_alpha() local
60 int scale = 256 - 16*y - 16*x + xy; in Filter_32_alpha()
64 scale = 16*x - xy; in Filter_32_alpha()
68 scale = 16*y - xy; in Filter_32_alpha()
[all …]
DSkBitmapProcState_matrix_template.h15 void NoFilterProc_Scale(const SkBitmapProcState& s, uint32_t xy[], in NoFilterProc_Scale() argument
27 *xy++ = TileProc::Y(s, mapper.fixedY(), maxY); in NoFilterProc_Scale()
33 memset(xy, 0, count * sizeof(uint16_t)); in NoFilterProc_Scale()
44 decal_nofilter_scale(xy, fixedFx, fixedDx, count); in NoFilterProc_Scale()
55 *xy++ = (a << 16) | b; in NoFilterProc_Scale()
57 *xy++ = (b << 16) | a; in NoFilterProc_Scale()
62 *xy++ = (a << 16) | b; in NoFilterProc_Scale()
64 *xy++ = (b << 16) | a; in NoFilterProc_Scale()
67 uint16_t* xx = (uint16_t*)xy; in NoFilterProc_Scale()
/external/skia/src/core/
DSkBitmapProcState_procs.h27 int xy = x * y >> 3; in Filter_565_Expanded() local
28 return a00 * (32 - 2*y - 2*x + xy) + in Filter_565_Expanded()
29 a01 * (2*x - xy) + in Filter_565_Expanded()
30 a10 * (2*y - xy) + in Filter_565_Expanded()
31 a11 * xy; in Filter_565_Expanded()
55 int xy = x * y >> 4; in Filter_4444_D32() local
56 uint32_t result = a00 * (16 - y - x + xy) + in Filter_4444_D32()
57 a01 * (x - xy) + in Filter_4444_D32()
58 a10 * (y - xy) + in Filter_4444_D32()
59 a11 * xy; in Filter_4444_D32()
[all …]
DSkBitmapProcState_sample.h12 const uint32_t* SK_RESTRICT xy,
15 const uint32_t* SK_RESTRICT xy,
18 const uint32_t* SK_RESTRICT xy,
21 const uint32_t* SK_RESTRICT xy,
25 const uint32_t* SK_RESTRICT xy, in MAKENAME()
41 XY = *xy++; in MAKENAME()
47 XY = *xy++; in MAKENAME()
54 XY = *xy++; in MAKENAME()
67 const uint32_t* SK_RESTRICT xy, in MAKENAME()
81 SkASSERT((unsigned)xy[0] < (unsigned)s.fPixmap.height()); in MAKENAME()
[all …]
DSkBitmapProcState_filter.h27 int xy = x * y; in Filter_32_opaque() local
30 int scale = 256 - 16*y - 16*x + xy; in Filter_32_opaque()
34 scale = 16*x - xy; in Filter_32_opaque()
38 scale = 16*y - xy; in Filter_32_opaque()
42 lo += (a11 & mask) * xy; in Filter_32_opaque()
43 hi += ((a11 >> 8) & mask) * xy; in Filter_32_opaque()
57 int xy = x * y; in Filter_32_alpha() local
60 int scale = 256 - 16*y - 16*x + xy; in Filter_32_alpha()
64 scale = 16*x - xy; in Filter_32_alpha()
68 scale = 16*y - xy; in Filter_32_alpha()
[all …]
DSkBitmapProcState_matrix_template.h15 void NoFilterProc_Scale(const SkBitmapProcState& s, uint32_t xy[], in NoFilterProc_Scale() argument
27 *xy++ = TileProc::Y(s, mapper.fixedY(), maxY); in NoFilterProc_Scale()
33 memset(xy, 0, count * sizeof(uint16_t)); in NoFilterProc_Scale()
44 decal_nofilter_scale(xy, fixedFx, fixedDx, count); in NoFilterProc_Scale()
55 *xy++ = (a << 16) | b; in NoFilterProc_Scale()
57 *xy++ = (b << 16) | a; in NoFilterProc_Scale()
62 *xy++ = (a << 16) | b; in NoFilterProc_Scale()
64 *xy++ = (b << 16) | a; in NoFilterProc_Scale()
67 uint16_t* xx = (uint16_t*)xy; in NoFilterProc_Scale()
/external/skia/src/opts/
DSkBitmapProcState_opts_SSE2.cpp16 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSE2() argument
25 uint32_t XY = *xy++; in S32_opaque_D32_filter_DX_SSE2()
55 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 in S32_opaque_D32_filter_DX_SSE2()
122 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSE2() argument
131 uint32_t XY = *xy++; in S32_alpha_D32_filter_DX_SSE2()
165 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 in S32_alpha_D32_filter_DX_SSE2()
247 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_filter_scale_SSE2() argument
261 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY); in ClampX_ClampY_filter_scale_SSE2()
269 while ((size_t(xy) & 0x0F) != 0) { in ClampX_ClampY_filter_scale_SSE2()
271 *xy++ = (fx >> 12 << 14) | ((fx >> 16) + 1); in ClampX_ClampY_filter_scale_SSE2()
[all …]
DSkBitmapProcState_opts_SSSE3.cpp43 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy, in PrepareConstantsTwoPixelPairs() argument
52 const __m128i xx = _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy)); in PrepareConstantsTwoPixelPairs()
89 inline void PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, in PrepareConstantsTwoPixelPairsDXDY() argument
98 _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy)); in PrepareConstantsTwoPixelPairsDXDY()
388 const uint32_t* xy, in S32_generic_D32_filter_DX_SSSE3() argument
402 const uint32_t XY = *xy++; in S32_generic_D32_filter_DX_SSSE3()
435 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F, in S32_generic_D32_filter_DX_SSSE3()
438 xy += 4; in S32_generic_D32_filter_DX_SSSE3()
468 uint32_t xx = *xy++; // x0:14 | 4 | x1:14 in S32_generic_D32_filter_DX_SSSE3()
507 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F, in S32_generic_D32_filter_DX_SSSE3()
[all …]
/external/skqp/src/opts/
DSkBitmapProcState_opts_SSE2.cpp16 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSE2() argument
25 uint32_t XY = *xy++; in S32_opaque_D32_filter_DX_SSE2()
55 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 in S32_opaque_D32_filter_DX_SSE2()
122 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSE2() argument
131 uint32_t XY = *xy++; in S32_alpha_D32_filter_DX_SSE2()
165 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 in S32_alpha_D32_filter_DX_SSE2()
247 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_filter_scale_SSE2() argument
261 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY); in ClampX_ClampY_filter_scale_SSE2()
269 while ((size_t(xy) & 0x0F) != 0) { in ClampX_ClampY_filter_scale_SSE2()
271 *xy++ = (fx >> 12 << 14) | ((fx >> 16) + 1); in ClampX_ClampY_filter_scale_SSE2()
[all …]
DSkBitmapProcState_opts_SSSE3.cpp43 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy, in PrepareConstantsTwoPixelPairs() argument
52 const __m128i xx = _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy)); in PrepareConstantsTwoPixelPairs()
89 inline void PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, in PrepareConstantsTwoPixelPairsDXDY() argument
98 _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy)); in PrepareConstantsTwoPixelPairsDXDY()
388 const uint32_t* xy, in S32_generic_D32_filter_DX_SSSE3() argument
402 const uint32_t XY = *xy++; in S32_generic_D32_filter_DX_SSSE3()
435 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F, in S32_generic_D32_filter_DX_SSSE3()
438 xy += 4; in S32_generic_D32_filter_DX_SSSE3()
468 uint32_t xx = *xy++; // x0:14 | 4 | x1:14 in S32_generic_D32_filter_DX_SSSE3()
507 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F, in S32_generic_D32_filter_DX_SSSE3()
[all …]
/external/pdfium/third_party/libpng16/
Dpng.c1198 png_xy_from_XYZ(png_xy *xy, const png_XYZ *XYZ)
1203 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1205 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0)
1212 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1214 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0)
1221 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1223 if (png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d) == 0)
1232 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1234 if (png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite) == 0)
1241 png_XYZ_from_xy(png_XYZ *XYZ, const png_xy *xy)
[all …]
/external/libpng/
Dpng.c1239 png_xy_from_XYZ(png_xy *xy, const png_XYZ *XYZ)
1244 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1246 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0)
1253 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1255 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0)
1262 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1264 if (png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d) == 0)
1273 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1275 if (png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite) == 0)
1282 png_XYZ_from_xy(png_XYZ *XYZ, const png_xy *xy)
[all …]
/external/fonttools/Lib/fontTools/misc/
Dtransform.py88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0): argument
99 self.__affine = xx, xy, yx, yy, dx, dy
111 xx, xy, yx, yy, dx, dy = self.__affine
112 return (xx*x + yx*y + dx, xy*x + yy*y + dy)
123 xx, xy, yx, yy, dx, dy = self.__affine
124 return [(xx*x + yx*y + dx, xy*x + yy*y + dy) for x, y in points]
238 xx, xy, yx, yy, dx, dy = self.__affine
239 det = xx*yy - yx*xy
240 xx, xy, yx, yy = yy/det, -xy/det, -yx/det, xx/det
241 dx, dy = -xx*dx - yx*dy, -xy*dx - yy*dy
[all …]
/external/clang/test/Analysis/
Dtaint-tester.c50 struct XYStruct xy = {2, 3, 11}; in taintTracking() local
51 scanf("%d", &xy.y); in taintTracking()
52 scanf("%d", &xy.x); in taintTracking()
53 int tx = xy.x; // expected-warning + {{tainted}} in taintTracking()
54 int ty = xy.y; // FIXME: This should be tainted as well. in taintTracking()
55 char ntz = xy.z;// no warning in taintTracking()
57 scanf("%d %d", &xy.y, &xy.x); in taintTracking()
58 int ttx = xy.x; // expected-warning + {{tainted}} in taintTracking()
59 int tty = xy.y; // expected-warning + {{tainted}} in taintTracking()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DInstrumentationUiDevice.java71 int[] xy = new int[2]; in call() local
72 rootView.getLocationOnScreen(xy); in call()
73 if (xy[0] == 0 && xy[1] == 0) { in call()
78 rect.offset(xy[0], xy[1]); in call()
80 Bitmap.createBitmap(rect.width() + xy[0], rect.height() + xy[1], Config.ARGB_8888); in call()
/external/libopus/celt/arm/
Dpitch_neon_intr.c40 opus_val32 xy; in celt_inner_prod_neon() local
62 xy = vget_lane_s32(vreinterpret_s32_s64(xy_s64x1), 0); in celt_inner_prod_neon()
65 xy = MAC16_16(xy, x[i], y[i]); in celt_inner_prod_neon()
69 celt_assert(celt_inner_prod_c(x, y, N) == xy); in celt_inner_prod_neon()
72 return xy; in celt_inner_prod_neon()
143 opus_val32 xy, xy0 = 0, xy1 = 0, xy2 = 0, xy3 = 0; in celt_inner_prod_neon_float_c_simulation() local
152 xy = xy0 + xy1; in celt_inner_prod_neon_float_c_simulation()
154 xy = MAC16_16(xy, x[i], y[i]); in celt_inner_prod_neon_float_c_simulation()
156 return xy; in celt_inner_prod_neon_float_c_simulation()
198 opus_val32 xy; in celt_inner_prod_neon() local
[all …]

12345678910>>...21