/external/clang/test/PCH/ |
H A D | chain-ext_vector.c | 10 return f4.xy; // expected-error{{float2}}
|
H A D | ext_vector.c | 9 return f4.xy; // expected-error{{float2}}
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
H A D | BoundaryMode.java | 17 package com.androidplot.xy;
|
H A D | XYAxisType.java | 17 package com.androidplot.xy;
|
H A D | XYFramingModel.java | 17 package com.androidplot.xy;
|
H A D | XYStepMode.java | 17 package com.androidplot.xy;
|
H A D | FillDirection.java | 17 package com.androidplot.xy;
|
H A D | PointLabeler.java | 17 package com.androidplot.xy;
|
H A D | XYGraphBounds.java | 17 package com.androidplot.xy;
|
H A D | AxisValueLabelFormatter.java | 17 package com.androidplot.xy;
|
/external/skia/src/opts/ |
H A D | SkBitmapProcState_opts_SSE2.h | 14 const uint32_t* xy, 17 const uint32_t* xy, 19 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], 22 uint32_t xy[], int count, int x, int y); 24 uint32_t xy[], int count, int x, int y); 26 uint32_t xy[], int count, int x, int y);
|
H A D | SkBitmapProcState_opts_SSSE3.h | 14 const uint32_t* xy, 17 const uint32_t* xy, 20 const uint32_t* xy, 23 const uint32_t* xy,
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
H A D | 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/skia/src/pathops/ |
H A D | SkPathOpsLine.h | 24 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);
|
H A D | SkPathOpsLine.cpp | 21 double SkDLine::exactPoint(const SkDPoint& xy) const { 22 if (xy == fPts[0]) { // do cheapest test first 25 if (xy == fPts[1]) { 31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { argument 32 if (!AlmostBetweenUlps(fPts[0].fX, xy.fX, fPts[1].fX) 33 || !AlmostBetweenUlps(fPts[0].fY, xy.fY, fPts[1].fY)) { 39 SkDVector ab0 = xy - fPts[0]; 49 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ? 65 bool SkDLine::nearRay(const SkDPoint& xy) const { 69 SkDVector ab0 = xy 81 ExactPointH(const SkDPoint& xy, double left, double right, double y) argument 93 NearPointH(const SkDPoint& xy, double left, double right, double y) argument 116 ExactPointV(const SkDPoint& xy, double top, double bottom, double x) argument 128 NearPointV(const SkDPoint& xy, double top, double bottom, double x) argument [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
H A D | 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/eigen/doc/snippets/ |
H A D | LLT_solve.cpp | 6 Matrix<float,2,1> xy variable 8 cout << xy << endl;
|
/external/dng_sdk/source/ |
H A D | dng_temperature.h | 58 dng_temperature (const dng_xy_coord &xy) argument 64 Set_xy_coord (xy); 87 void Set_xy_coord (const dng_xy_coord &xy);
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
H A D | InstrumentationUiDevice.java | 71 int[] xy = new int[2]; 72 rootView.getLocationOnScreen(xy); 73 if (xy[0] == 0 && xy[1] == 0) { 78 rect.offset(xy[0], xy[1]); 80 Bitmap.createBitmap(rect.width() + xy[0], rect.height() + xy[1], Config.ARGB_8888);
|
/external/skia/src/core/ |
H A D | SkBitmapProcState_sample.h | 12 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, 41 XY = *xy++; 47 XY = *xy++; 54 XY = *xy++; 67 const uint32_t* SK_RESTRICT xy, 81 SkASSERT((unsigned)xy[ 24 _nofilter_DXDY(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, SkPMColor* SK_RESTRICT colors) argument 66 _nofilter_DX(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, SkPMColor* SK_RESTRICT colors) argument 167 _filter_DXDY(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, SkPMColor* SK_RESTRICT colors) argument [all...] |
H A D | SkBitmapProcState_matrix_template.h | 15 void NoFilterProc_Scale(const SkBitmapProcState& s, uint32_t xy[], argument 27 *xy++ = TileProc::Y(s, mapper.fixedY(), maxY); 33 memset(xy, 0, count * sizeof(uint16_t)); 40 decal_nofilter_scale(xy, SkFractionalIntToFixed(fx), 49 *xy++ = (a << 16) | b; 51 *xy++ = (b << 16) | a; 56 *xy++ = (a << 16) | b; 58 *xy++ = (b << 16) | a; 61 uint16_t* xx = (uint16_t*)xy; 73 void NoFilterProc_Affine(const SkBitmapProcState& s, uint32_t xy[], argument 97 NoFilterProc_Persp(const SkBitmapProcState& s, uint32_t* SK_RESTRICT xy, int count, int x, int y) argument [all...] |
H A D | SkBitmapProcState_filter.h | 28 int xy = x * y; local 31 int scale = 256 - 16*y - 16*x + xy; 35 scale = 16*x - xy; 39 scale = 16*y - xy; 43 lo += (a11 & mask) * xy; 44 hi += ((a11 >> 8) & mask) * xy; 58 int xy = x * y; local 61 int scale = 256 - 16*y - 16*x + xy; 65 scale = 16*x - xy; 69 scale = 16*y - xy; [all...] |
/external/opencv3/3rdparty/openexr/Imath/ |
H A D | ImathShear.h | 67 T xy, xz, yz, yx, zx, zy; member in class:Imath::Shear6 257 return (&xy)[i]; 264 return (&xy)[i]; 271 xy = xz = yz = yx = zx = zy = 0; 278 xy = XY; 290 xy = v.x; 303 xy = T (v.x); 315 xy = XY; 327 xy = h.xy; [all...] |
/external/clang/test/Sema/ |
H A D | ext_vector_components.c | 27 f = vec4.xy.x; // legal, shorten 33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}} 34 vec2.yx = vec2_2.xy; 36 vec4.xy.w; // expected-error {{vector component access exceeds type 'float2'}} 41 vec4p->yz = vec4p->xy;
|
/external/mesa3d/src/gallium/tests/graw/vertex-shader/ |
H A D | vert-srcmod-neg.sh | 8 MOV OUT[0].xy, -IN[0]
|