HomeSort by relevance Sort by last modified time
    Searched defs:tx (Results 76 - 100 of 172) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/sqlite/src/src/
date.c 635 DateTime tx; local
638 memset(&tx, 0, sizeof(tx));
639 if( parseHhMmSs(z2, &tx) ) break;
640 computeJD(&tx);
641 tx.iJD -= 43200000;
642 day = tx.iJD/86400000;
643 tx.iJD -= day*86400000;
644 if( z[0]=='-' ) tx.iJD = -tx.iJD
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc 188 float tx; member in struct:gfx::__anon16760::TestCase
206 translation.Translate(value.tx, value.ty);
211 if (value.tx == value.tx &&
280 float tx; float ty; member in struct:gfx::__anon16760::TestCase
301 xform.Translate(value.tx, 0.0);
311 xform.Translate(value.tx, value.ty);
316 if (value.tx == value.tx &&
415 float tx; member in struct:gfx::__anon16760::TestCase
510 float tx; float ty; member in struct:gfx::__anon16760::TestCase
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 543 const Scalar tx = Scalar(2)*this->x(); local
546 const Scalar twx = tx*this->w();
549 const Scalar txx = tx*this->x();
  /external/icu4c/common/
rbbitblb.cpp 596 int32_t tx; local
597 for (tx=1; tx<fDStates->size(); tx++) {
599 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 90 const unsigned tx = align(width, TILE_SIZE) / TILE_SIZE; local
93 assert(num_slices * tx * ty > 0);
97 CALLOC(num_slices * tx * ty, sizeof(enum lp_texture_layout));
1196 const unsigned tx = x \/ TILE_SIZE, ty = y \/ TILE_SIZE; local
1247 const unsigned tx = x \/ TILE_SIZE, ty = y \/ TILE_SIZE; local
1302 const unsigned tx = x \/ TILE_SIZE, ty = y \/ TILE_SIZE; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 282 float tx, ty; local
287 tx = (norm[2] - norm[0]) * offset;
289 l[0] += tx; l[1] += ty;
290 l[2] += tx; l[3] += ty;
  /external/pixman/test/
stress-test.c 526 uint32_t tx, ty, sx, sy; local
547 tx = prng_rand();
549 pixman_transform_translate (&xform, NULL, tx, ty);
  /external/strace/
time.c 582 } tx; local
584 if (umove(tcp, addr, &tx) < 0)
588 printflags(adjtimex_modes, tx.modes, "ADJ_???");
590 tx.offset, tx.freq, tx.maxerror);
591 tprintf("esterror=%u, status=", tx.esterror);
592 printflags(adjtimex_status, tx.status, "STA_???");
594 tx.constant, tx.precision)
611 struct timex tx; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 735 struct vki_timex *tx = (struct vki_timex *)ARG1; local
738 PRE_MEM_READ( "adjtimex(timex->modes)", ARG1, sizeof(tx->modes));
741 if (tx->modes & (bits)) \
743 (Addr)&tx->field, sizeof(tx->field))
745 if (tx->modes & VKI_ADJ_ADJTIME) {
746 if (!(tx->modes & VKI_ADJ_OFFSET_READONLY))
747 PRE_MEM_READ( "adjtimex(timex->offset)", (Addr)&tx->offset, sizeof(tx->offset));
    [all...]
  /frameworks/base/core/java/android/widget/
Scroller.java 121 float x, tx, coef; typedefs
125 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
126 if (Math.abs(tx - alpha) < 1E-5) break;
127 if (tx > alpha) x_max = x;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 262 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat); local
265 NetworkStats.TAG_NONE, rx, 0, tx, 0, 0);
331 results.putLong(label + "tx", totalStats.txBytes);
  /frameworks/native/libs/gui/
GLConsumer.cpp 800 float tx = 0.0f, ty = 0.0f, sx = 1.0f, sy = 1.0f; local
833 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
848 tx, ty, 0, 1,
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 321 uint32_t tx = alloc->mHal.drvState.lod[0].dimX; local
325 alloc->mHal.drvState.lod[lod].dimX = tx;
329 rsRound(tx * type->getElementSizeBytes(), 16);
332 if (tx > 1) tx >>= 1;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 80 float x, tx, coef; typedefs
84 tx = coef * ((1.0f - x) * START_TENSION + x * END_TENSION) + x * x * x;
85 if (Math.abs(tx - t) < 1E-5) break;
86 if (tx > t) x_max = x;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 150 int rx, tx; member in struct:serial_icounter_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 150 int rx, tx; member in struct:serial_icounter_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 150 int rx, tx; member in struct:serial_icounter_struct
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 580 int tx = targetBounds.centerX(); local
585 graphics.drawArrow(tx, ty + 2 * ARROW_SIZE, tx, ty, ARROW_SIZE);
587 graphics.drawArrow(tx, ty, tx, ty - margin, ARROW_SIZE);
593 graphics.drawArrow(tx, ty - 2 * ARROW_SIZE, tx, ty, ARROW_SIZE);
595 graphics.drawArrow(tx, ty, tx, ty + margin, ARROW_SIZE);
600 graphics.drawArrow(tx, ty - 2 * ARROW_SIZE, tx, ty, ARROW_SIZE)
735 int tx = targetBounds.x; local
744 int tx = targetBounds.x2(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 427 int tx = (SX + ofx - p.x) / 2; local
429 gc.drawText(s, tx, ty, true /* isTransparent */);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 1559 float_ui32_type tx = { v[MAT_TX] + xoffset }; local
1627 float_ui32_type tx; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 1366 float_ui32_type tx = { v[MAT_TX] + xoffset + SUBPIXEL_X }; local
1409 float_ui32_type tx; local
    [all...]
  /external/chromium_org/third_party/qcms/src/
qcmsint.h 110 float tx, ty, tz; member in struct:qcms_modular_transform
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 124 float tx = tcStore.x * scale.x; local
126 store.put(tx);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 72 struct tx_counts tx; member in struct:__anon23058
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1559 float_ui32_type tx = { v[MAT_TX] + xoffset }; local
1627 float_ui32_type tx; local
    [all...]

Completed in 2152 milliseconds

1 2 34 5 6 7