HomeSort by relevance Sort by last modified time
    Searched refs:xs (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3.cpp 14 X xs[16]; local
p3-0x.cpp 14 X xs[16]; local
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPrivateKeySpecTest.java 42 BigInteger[] xs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 DHPrivateKeySpec dhpks = new DHPrivateKeySpec(xs[i], ps[i], gs[i]);
52 dhpks.getX(), xs[i]);
  /external/speex/libspeex/
lpc_bfin.h 45 const spx_word16_t *xs; local
71 xs = x+lag-1;
109 : : "m" (xs), "m" (x), "m" (ac32top), "m" (N_lag), "m" (lag_1), "m" (nshift)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPrivateKeySpecTest.java 42 BigInteger[] xs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 DHPrivateKeySpec dhpks = new DHPrivateKeySpec(xs[i], ps[i], gs[i]);
52 dhpks.getX(), xs[i]);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h 258 * \param xs source
260 void inline db_Copy3(double xd[3],const double xs[3])
262 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2];
267 * \param xs source
269 void inline db_Copy6(double xd[6],const double xs[6])
271 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2]
    [all...]
db_utilities_camera.h 99 De-homogenize image point: xd(1:2) = xs(1:2)/xs(3).
100 If xs(3) is 0, xd will become 0
102 \param xs source point
104 void inline db_DeHomogenizeImagePoint(double xd[2],const double xs[3])
108 temp=xs[2];
112 xd[0]=xs[0]*div;xd[1]=xs[1]*div;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h 258 * \param xs source
260 void inline db_Copy3(double xd[3],const double xs[3])
262 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2];
267 * \param xs source
269 void inline db_Copy6(double xd[6],const double xs[6])
271 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2]
    [all...]
  /external/blktrace/btt/
btt_plot.py 109 def avg(xs, ys):
110 """Computes running average for Xs and Ys"""
122 if len(xs) < 1000:
123 return xs, ys
125 axs = [xs[0]]
127 _xs = [xs[0]]
130 x_range = (xs[-1] - xs[0]) / 100
132 if (xs[idx] - _xs[0]) > x_range:
137 _xs = [xs[idx]
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 71 List<Float> xs = Arrays.asList(p0.x, p1.x, p2.x, p3.x); local
73 float x0 = Collections.min(xs);
75 float x1 = Collections.max(xs);
81 List<Float> xs = Arrays.asList(p0.x, p1.x, p2.x, p3.x); local
82 return Collections.max(xs) - Collections.min(xs);
  /bionic/libm/src/
s_fma.c 56 double xs, ys, zs; local
72 xs = frexp(x, &ex);
150 p = xs * split;
151 hx = xs - p;
153 tx = xs - hx;
s_fmal.c 51 long double xs, ys, zs; local
67 xs = frexpl(x, &ex);
145 p = xs * split;
146 hx = xs - p;
148 tx = xs - hx;
  /external/jdiff/
xerces.jar 
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 267 int xs = xe - comp.m_width; local
268 if (position >= xs)
271 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
278 int xs = comp.m_offset; local
279 int xe = xs + comp.m_width;
281 if (position - xs >= xe)
284 ? static_cast<int>((position - xs) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
285 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
303 int xs = comp.m_offset; local
305 xs = width - xs - comp.m_width
    [all...]
  /external/mksh/src/
lex.c 51 XString xs; member in struct:sretrace_info
125 Xcheck(rp->xs, rp->xp); \
172 Xinit(ri->xs, ri->xp, 64, ATEMP); \
180 sp = Xstring(retrace_info->xs, retrace_info->xp); \
1135 XString xs; local
1153 Xinit(xs, xp, 256, ATEMP);
1158 xpos = Xsavepos(xs, xp);
1200 Xcheck(xs, xp);
1201 Xput(xs, xp, c);
1208 Xcheck(xs, xp)
    [all...]
misc.c 1246 XString xs; local
1274 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
1299 while (xp > Xstring(xs, xp))
1308 pos = Xsavepos(xs, xp);
1310 XcheckN(xs, xp, 1 + len + 1);
1311 Xput(xs, xp, '/');
1319 if (lstat(Xstring(xs, xp), &sb)) {
1355 llen = readlink(Xstring(xs, xp), ldest, pathlen);
1371 xp = Xrestpos(xs, xp, pos);
1374 xp = Xstring(xs, xp)
1648 XString xs; local
    [all...]
sh.h 1374 XString xs; \/* input buffer *\/ member in struct:source
    [all...]
eval.c 1371 XString xs; local
1374 Xinit(xs, xp, 256, ATEMP);
1375 globit(&xs, &xp, cp, wp, markdirs ? GF_MARKDIR : GF_NONE);
1376 Xfree(xs, xp);
1382 globit(XString *xs, /* dest string */
1408 (stat_done = stat(Xstring(*xs, xp), &statb) < 0 \
1413 if (lstat(Xstring(*xs, xp), &lstatb) < 0)
1420 if ((check & GF_EXCHECK) && xp > Xstring(*xs, xp) &
    [all...]
  /system/core/libpixelflinger/
raster.cpp 29 static void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
53 void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
62 if (uint32_t(xs) > cb->width)
66 if (uint32_t(xs + width) > cb->width)
79 xs += offset;
99 if (xs==xd && ys==yd) {
107 + (xs + (cb->stride * ys)) * fp->size;
  /external/clang/test/Sema/
flexible-array-init.c 63 struct X xs[]; // expected-warning{{'struct X' may not be used as an array element due to flexible array member}} member in struct:Y
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 87 int xs[2][2] = { 3, 1, 4, 2 }; variable

Completed in 794 milliseconds

12 3 4 5