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

1 2 34 5

  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 436 final float xs = mMetersToPixelsX; local
447 final float x = xc + particleSystem.getPosX(i) * xs;
  /external/mksh/src/
exec.c 1199 XString xs; local
1214 Xinit(xs, xp, 128, ATEMP);
1218 xp = Xstring(xs, xp);
1222 XcheckN(xs, xp, p - sp);
1228 XcheckN(xs, xp, namelen);
1230 if ((ev = search_access(Xstring(xs, xp), mode)) == 0) {
1231 name = Xclose(xs, xp + namelen);
1240 Xfree(xs, xp);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 402 // compute xs/ys/zs first to save 6 multiplications, since xs/ys/zs
404 float xs = x * s; local
407 float xx = x * xs;
410 float xw = w * xs;
447 // compute xs/ys/zs first to save 6 multiplications, since xs/ys/zs
449 float xs = x * s; local
452 float xx = x * xs;
455 float xw = w * xs;
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 456 float* xs = (float *) buffer; local
457 float* xd = xs + dims;
459 memset( xs, 0, dims*sizeof(xs[0]));
466 xs[i] += signature1[j + i + 1] * weight;
476 lb = dist_func( xs, xd, user_param ) / state->weight;
    [all...]
cvimgwarp.cpp     [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 521 const float xs = 1.0f / static_cast<float>(tile_x_count_); local
533 GetTileCoords(source_coords_, x + xs, y, &s[2], &s[3]);
535 GetTileCoords(source_coords_, x + xs, y + ys, &s[6], &s[7]);
539 GetTileCoords(target_coords_, x + xs, y, &t[2], &t[3]);
541 GetTileCoords(target_coords_, x + xs, y + ys, &t[6], &t[7]);
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 183 double xs = x * s; local
200 SkDoubleToMScalar(yzC + xs), // trans y
203 SkDoubleToMScalar(yzC - xs), // persp y
  /frameworks/base/libs/hwui/
Matrix.cpp 241 const float xs = x * s; local
250 data[9] = yz * nc - xs;
252 data[6] = yz * nc + xs;
  /external/e2fsprogs/lib/blkid/
probe.c 794 struct xfs_super_block *xs; local
797 xs = (struct xfs_super_block *)buf;
799 if (strlen(xs->xs_fname))
800 label = xs->xs_fname;
801 blkid_set_tag(probe->dev, "LABEL", label, sizeof(xs->xs_fname));
802 set_uuid(probe->dev, xs->xs_uuid, 0);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 576 int[] xs = cellBounds.getFirst(); local
579 actualColumnCount = xs.length - 1;
585 mLeft = new int[xs.length];
587 for (int i = 0; i < xs.length; i++) {
588 mLeft[i] = xs[i] + layoutBoundsX;
759 int[] xs = (int[]) horizontalLocations; local
761 return Pair.of(xs, ys);
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 366 XmlSerializer xs = Xml.newSerializer(); local
367 assertNotNull(xs);
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 596 float xs = x * s; local
604 rm[rmOffset + 9] = yz*nc - xs;
606 rm[rmOffset + 6] = yz*nc + xs;
  /external/quake/quake/src/WinQuake/
gl_rmain.cpp 1132 float xs = x * s; local
1140 rm[rmOffset + 9] = yz*nc - xs;
1142 rm[rmOffset + 6] = yz*nc + xs;
    [all...]
  /gdk/samples/quake/jni/
gl_rmain.cpp 1132 float xs = x * s; local
1140 rm[rmOffset + 9] = yz*nc - xs;
1142 rm[rmOffset + 6] = yz*nc + xs;
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 868 int[] xs = horizontalAxis.locations; local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 797 int[] xs = horizontalAxis.locations; local
798 if (xs != null) {
799 for (int i = 0, length = xs.length; i < length; i++) {
800 int x = xs[i];
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1082 int xs = 0, xe, ye, ty = 0; local
    [all...]
  /external/openssl/ssl/
ssltest.c 1930 X509 *xs = ctx->current_cert; local
    [all...]
  /external/qemu/
console.c 307 /* copy from (xs, ys) to (xd, yd) a rectangle of size (w, h) */
308 static void vga_bitblt(DisplayState *ds, int xs, int ys, int xd, int yd, int w, int h)
318 ds_get_linesize(ds) * ys + bpp * xs;
328 ds_get_linesize(ds) * (ys + h - 1) + bpp * xs;
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 370 const GLfloat xs = x * s; local
374 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs;
375 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c;
  /external/clang/test/CodeGenCXX/
mangle.cpp 15 bool operator+(const Y&, X* (&xs)[100]) { return false; }
  /external/freetype/src/raster/
ftraster.c 2926 Long x1, x2, xs, e1, e2; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp     [all...]
  /external/openssl/crypto/threads/
mttest.c 110 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *xs);

Completed in 859 milliseconds

1 2 34 5