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

1 2 3 4 5 6 7 8 91011>>

  /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}}
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 45 int[] xy = new int[2]; local
46 view.getLocationOnScreen(xy);
51 int y = xy[1] - xyRoot[1];
67 int[] xy = new int[2]; local
68 view.getLocationOnScreen(xy);
73 int y = xy[1] - xyRoot[1];
87 int[] xy = new int[2]; local
88 view.getLocationOnScreen(xy);
93 int y = xy[1] - xyRoot[1];
107 int[] xy = new int[2] local
125 int[] xy = new int[2]; local
143 int[] xy = new int[2]; local
162 int[] xy = new int[2]; local
180 int[] xy = new int[2]; local
199 int[] xy = new int[2]; local
217 int[] xy = new int[2]; local
236 int[] xy = new int[2]; local
254 int[] xy = new int[2]; local
273 int[] xy = new int[2]; local
291 int[] xy = new int[2]; local
312 int[] xy = new int[2]; local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BoundaryMode.java 17 package com.androidplot.xy;
XYAxisType.java 17 package com.androidplot.xy;
XYFramingModel.java 17 package com.androidplot.xy;
XYStepMode.java 17 package com.androidplot.xy;
FillDirection.java 17 package com.androidplot.xy;
PointLabeler.java 17 package com.androidplot.xy;
XYGraphBounds.java 17 package com.androidplot.xy;
  /external/skia/src/opts/
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);
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/
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 */
  /external/skia/src/pathops/
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);
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 {
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 - fPts[0]
    [all...]
  /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/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/eigen/doc/snippets/
LLT_solve.cpp 6 Matrix<float,2,1> xy variable
8 cout << xy << endl;
  /prebuilts/go/darwin-x86/test/
func8.go 22 var xy string var
27 xy += "x"
34 xy += "y"
46 if xy != "xy" {
  /prebuilts/go/linux-x86/test/
func8.go 22 var xy string var
27 xy += "x"
34 xy += "y"
46 if xy != "xy" {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
TouchUtils.java 34 int[] xy = new int[2]; local
35 v.getLocationOnScreen(xy);
40 final float x = xy[0] + (viewWidth / 2.0f);
41 float y = xy[1] + (viewHeight / 2.0f);
65 int[] xy = new int[2]; local
66 v.getLocationOnScreen(xy);
71 final float x = xy[0] + (viewWidth / 2.0f);
72 float y = xy[1] + (viewHeight / 2.0f);
92 int[] xy = new int[2]; local
93 v.getLocationOnScreen(xy);
129 int[] xy = new int[2]; local
170 int[] xy = new int[2]; local
218 int[] xy = new int[2]; local
235 int[] xy = new int[2]; local
250 int[] xy = new int[2]; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
add.hpp 32 # define BOOST_PP_ADD_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy)
35 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I xy
37 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_ELEM(2, 1, xy))
sub.hpp 31 # define BOOST_PP_SUB_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy)
34 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I xy
36 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_ELEM(2, 1, xy))
  /external/dng_sdk/source/
dng_temperature.h 58 dng_temperature (const dng_xy_coord &xy)
64 Set_xy_coord (xy);
87 void Set_xy_coord (const dng_xy_coord &xy);

Completed in 1866 milliseconds

1 2 3 4 5 6 7 8 91011>>