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

1 2 3

  /external/linux-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);
  /external/eigen/doc/snippets/
LLT_solve.cpp 6 Matrix<float,2,1> xy variable
8 cout << xy << endl;
  /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 */
s_fma.c 181 struct dd xy, r; local
245 * (xy.hi, xy.lo) = x * y (exact)
246 * (r.hi, r.lo) = xy.hi + z (exact)
247 * adj = xy.lo + r.lo (inexact; low bit is sticky)
250 xy = dd_mul(xs, ys);
251 r = dd_add(xy.hi, zs);
262 return (xy.hi + vzs + ldexp(xy.lo, spread));
271 adj = r.lo + xy.lo
    [all...]
s_fmal.c 169 struct dd xy, r; local
233 * (xy.hi, xy.lo) = x * y (exact)
234 * (r.hi, r.lo) = xy.hi + z (exact)
235 * adj = xy.lo + r.lo (inexact; low bit is sticky)
238 xy = dd_mul(xs, ys);
239 r = dd_add(xy.hi, zs);
250 return (xy.hi + vzs + ldexpl(xy.lo, spread));
259 adj = r.lo + xy.lo
    [all...]
  /external/skia/src/core/
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...]
SkBitmapProcState_procs.h 28 int xy = x * y >> 3; local
29 return a00 * (32 - 2*y - 2*x + xy) +
30 a01 * (2*x - xy) +
31 a10 * (2*y - xy) +
32 a11 * xy;
56 int xy = x * y >> 4; local
57 uint32_t result = a00 * (16 - y - x + xy) +
58 a01 * (x - xy) +
59 a10 * (y - xy) +
60 a11 * xy;
71 int xy = x * y; local
    [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/skia/legacy/src/core/
SkBitmapProcState_filter.h 100 int xy = x * y; local
103 int scale = 256 - 16*y - 16*x + xy;
107 scale = 16*x - xy;
111 scale = 16*y - xy;
115 lo += (a11 & mask) * xy;
116 hi += ((a11 >> 8) & mask) * xy;
130 int xy = x * y; local
133 int scale = 256 - 16*y - 16*x + xy;
137 scale = 16*x - xy;
141 scale = 16*y - xy;
    [all...]
SkBitmapProcState.cpp 27 int xy = x * y >> 3; local
28 return a00 * (32 - 2*y - 2*x + xy) +
29 a01 * (2*x - xy) +
30 a10 * (2*y - xy) +
31 a11 * xy;
55 int xy = x * y >> 4; local
56 uint32_t result = a00 * (16 - y - x + xy) +
57 a01 * (x - xy) +
58 a10 * (y - xy) +
59 a11 * xy;
70 int xy = x * y; local
    [all...]
  /external/skia/src/gpu/
GrPathUtils.h 89 const GrPoint* xy = reinterpret_cast<const GrPoint*>(xyPtr); local
91 uv->fX = sx * xy->fX + kx * xy->fY + tx;
92 uv->fY = ky * xy->fX + sy * xy->fY + ty;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_code.cpp 148 Word16 xy, yy, exp_xy, exp_yy, gain;
171 xy = extract_h (L_shl (s, exp_xy));
173 // If (xy < 0) gain = 0
175 if (xy <= 0)
188 // compute gain = xy/yy
190 xy = shr (xy, 1); // Be sure xy < yy
191 gain = div_s (xy, yy);
236 Word16 xy, yy, exp_xy, exp_yy, gain local
    [all...]
g_pitch.cpp 172 Word16 xy, yy, exp_xy, exp_yy, gain;
225 xy = pv_round (L_shl (s, exp_xy));
235 xy = pv_round (L_shl (s, exp_xy));
241 g_coeff[2] = xy;
244 // If (xy < 4) gain = 0
246 i = sub (xy, 4);
251 // compute gain = xy/yy
253 xy = shr (xy, 1); // Be sure xy < y
309 Word16 xy; local
    [all...]
  /external/speex/libspeex/
filters_bfin.h 89 spx_word32_t *xy; local
95 xy = xy2+1;
113 "P2 = %0;\n\t" /* Fused xy */
183 "R5 = [I2--];\n\t" /* load xy */
221 : : "m" (xy), "m" (_x), "m" (_y), "m" (numden), "m" (N), "m" (ord), "m" (mem)
  /external/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 233 float xy = x * ys; local
243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw),
244 (xy + zw), 1 - (xx + zz), (yz - xw),
  /external/opencv/cv/src/
cvlinefit.cpp 48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
64 xy += points[i].x * points[i].y;
76 xy += weights[i] * points[i].x * points[i].y;
85 xy /= w;
89 dxy = xy - x * y;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
127 xy += x * y * w;
147 xy += x * y;
160 xy /= w0;
171 dxy = xy - x0 * y0
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_resampler.c 177 float xy = 0; local
216 xy += n * cumSum;
228 skew = (xy - xAvg*y) / denom;
  /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...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 218 int[] xy = new int[2]; local
221 getLocationOnScreen(xy);
222 return (x > xy[0] && x < (xy[0] + getWidth()) && y > xy[1] && y < xy[1] + getHeight());
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 63 float[] xy = new float[pointerCoords.length * 2]; local
65 xy[2 * i] = pointerCoords[i].x;
66 xy[2 * i + 1] = pointerCoords[i].y;
68 m.mapPoints(xy);
70 pointerCoords[i].x = xy[2 * i];
71 pointerCoords[i].y = xy[2 * i + 1];
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 122 // magnitude of the acceleration vector projected onto XY plane
123 double xy = Math.sqrt(x*x + y*y); local
125 double angle = Math.atan2(xy, z);
  /external/clang/test/Analysis/
idempotent-operations.c 207 int xy, wrap, pred, a, b, c; local
209 xy = s->RDar8431728_E[n];
212 a = s->RDar8431728_B[xy - 1];
213 b = s->RDar8431728_B[xy - 1 - wrap];
214 c = s->RDar8431728_B[xy - wrap];
222 *RDar8431728_B_ptr = &s->RDar8431728_B[xy];
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
44 XY *xy = a1; local
  /external/freetype/include/freetype/
fttypes.h 368 /* x' = x*xx + y*xy */
375 /* xy :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
    [all...]

Completed in 1401 milliseconds

1 2 3