HomeSort by relevance Sort by last modified time
    Searched defs:tx (Results 151 - 175 of 229) sorted by null

1 2 3 4 5 67 8 910

  /external/python/cpython2/Modules/
cmathmodule.c 777 double tx, ty, cx, txty, denom; local
813 tx = tanh(z.real);
816 txty = tx*ty;
818 r.real = tx*(1.+ty*ty)/denom;
    [all...]
  /external/python/cpython3/Modules/
cmathmodule.c 895 double tx, ty, cx, txty, denom; local
931 tx = tanh(z.real);
934 txty = tx*ty;
936 r.real = tx*(1.+ty*ty)/denom;
    [all...]
  /external/skia/samplecode/
SampleSlides.cpp 289 const SkScalar tx = SkIntToScalar(texWidth); local
307 t[i+1].set(i*tx/n, ty);
310 t[n+1].set(tx, ty);
319 const SkScalar tx = SkIntToScalar(texWidth); local
337 t[i*2 + 0].set(tx * i / n, ty);
338 t[i*2 + 1].set(tx * i / n, 0);
343 t[2*n + 0].set(tx, ty);
344 t[2*n + 1].set(tx, 0);
  /external/skia/src/compute/ts/
transform_stack.c 61 ts_transform_float_t tx; member in struct:ts_transform_stack_3x3_u::__anon38061
200 A->sx * B->sx + A->shx * B->shy + A->tx * B->w0, \
201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \
202 A->sx * B->tx + A->shx * B->ty + A->tx, \
205 A->shy * B->tx + A->sy * B->ty + A->ty, \
208 A->w0 * B->tx + A->w1 * B->ty + TS_TRANSFORM_ONE
299 ts_transform_float_t const tx,
310 t->tx = tx;
    [all...]
  /external/skia/src/pdf/
SkPDFGradientShader.cpp 554 const SkScalar tx = in[SkMatrix::kMTransX]; local
570 affine->setAll(sx - p0 * tx / p2, kx - p1 * tx / p2, tx / p2,
    [all...]
  /external/skqp/samplecode/
SampleSlides.cpp 289 const SkScalar tx = SkIntToScalar(texWidth); local
307 t[i+1].set(i*tx/n, ty);
310 t[n+1].set(tx, ty);
319 const SkScalar tx = SkIntToScalar(texWidth); local
337 t[i*2 + 0].set(tx * i / n, ty);
338 t[i*2 + 1].set(tx * i / n, 0);
343 t[2*n + 0].set(tx, ty);
344 t[2*n + 1].set(tx, 0);
  /external/skqp/src/compute/ts/
transform_stack.c 61 ts_transform_float_t tx; member in struct:ts_transform_stack_3x3_u::__anon38864
200 A->sx * B->sx + A->shx * B->shy + A->tx * B->w0, \
201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \
202 A->sx * B->tx + A->shx * B->ty + A->tx, \
205 A->shy * B->tx + A->sy * B->ty + A->ty, \
208 A->w0 * B->tx + A->w1 * B->ty + TS_TRANSFORM_ONE
299 ts_transform_float_t const tx,
310 t->tx = tx;
    [all...]
  /external/skqp/src/pdf/
SkPDFGradientShader.cpp 554 const SkScalar tx = in[SkMatrix::kMTransX]; local
570 affine->setAll(sx - p0 * tx / p2, kx - p1 * tx / p2, tx / p2,
    [all...]
  /external/u-boot/drivers/serial/
serial_sh.h 631 unsigned short rx, tx; /* GPIO bit no */ member in struct:__anon47492
637 .tx = H8300_GPIO_B0,
642 .tx = H8300_GPIO_B1,
647 .tx = H8300_GPIO_B6,
653 .tx = H8300_GPIO_B0,
658 .tx = H8300_GPIO_B1,
663 .tx = H8300_GPIO_B0,
  /external/u-boot/drivers/spi/
bcm63xx_hsspi.c 222 const uint8_t *tx = dout; local
229 if (tx && rx)
233 else if (tx)
257 /* copy tx data */
258 if (tx) {
260 HSSPI_FIFO_OP_SIZE, tx, curr_step);
261 tx += curr_step;
designware_spi.c 110 void *tx; member in struct:dw_spi_priv
250 priv->tmode = 0; /* Tx & Rx */
258 /* Return the max entries we can fill into tx fifo */
263 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3);
267 * Another concern is about the tx/rx mismatch, we
269 * one maximum value for tx, but it doesn't cover the
270 * data which is out of tx/rx fifo and inside the
274 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) /
294 /* Set the tx word if the transfer's original "tx" is not null *
354 const u8 *tx = dout; local
    [all...]
omap3_spi.c 90 unsigned int tx; /* 0x38, 0x4C, 0x60, 0x74 */ member in struct:mcspi_channel
154 /* wait till TX register is empty (TXS == 1) */
165 unsigned int *tx = &priv->regs->channel[priv->cs].tx; local
167 writel(((u32 *)txp)[i], tx);
169 writel(((u16 *)txp)[i], tx);
171 writel(((u8 *)txp)[i], tx);
208 writel(0, &priv->regs->channel[priv->cs].tx);
264 /* Write: wait for TX empty (TXS == 1)*/
275 unsigned int *tx = &priv->regs->channel[priv->cs].tx local
    [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 148 size_t tx; member in struct:I2cTransfer
217 static void i2cCallback(void *cookie, size_t tx, size_t rx, int err)
221 xfer->tx = tx;
227 osLog(LOG_INFO, DRIVER_NAME "i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 106 size_t tx; member in struct:I2cTransfer
182 static void i2cCallback(void *cookie, size_t tx, size_t rx, int err);
253 static void i2cCallback(void *cookie, size_t tx, size_t rx, int err)
257 xfer->tx = tx;
263 osLog(LOG_INFO, "[BMP280] i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 220 size_t tx; member in struct:I2cTransfer
575 static void st_acc44_i2cCallback(void *cookie, size_t tx, size_t rx, int err)
585 xfer->tx = tx;
591 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 146 size_t tx; member in struct:I2cTransfer
235 static void i2cCallback(void *cookie, size_t tx, size_t rx, int err)
239 xfer->tx = tx;
245 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 118 size_t tx; member in struct:I2cTransfer
187 static void i2cCallback(void *cookie, size_t tx, size_t rx, int err)
191 xfer->tx = tx;
199 DEBUG_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
201 ERROR_PRINT("i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
  /external/ImageMagick/MagickCore/
distort.c 84 /* map external sx,ry,rx,sy,tx,ty to internal c0,c2,c4,c1,c3,c5 */
92 /* map internal c0,c1,c2,c3,c4,c5 to external sx,ry,rx,sy,tx,ty */
309 distort[4]=affine_matrix->tx;
617 Arguments sx, rx, ry, sy, tx, ty
618 Where u = sx*x + ry*y + tx
622 sx ry tx rx sy ty
2655 double cx,tx; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 763 float tx = tri ? fx1 : (1.0f - fx1); local
768 Vec4 color = t0 + (t1 - t0) * tx + (t2 - t0) * ty;
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 710 float tx = tri ? fx1 : (1.0f-fx1); local
715 Vec4 color = t0 + (t1-t0)*tx + (t2-t0)*ty;
  /external/icu/icu4c/source/common/
rbbitblb.cpp 620 int32_t tx; local
621 for (tx=1; tx<fDStates->size(); tx++) {
623 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx);
    [all...]
  /external/libcups/filter/
pstops.c 2741 tx, ty; \/* Translation values for subpage *\/ local
    [all...]
  /external/mesa3d/src/amd/addrlib/r800/
siaddrlib.cpp 661 UINT_32 tx = x / MicroTileWidth; local
663 UINT_32 x3 = _BIT(tx,0);
664 UINT_32 x4 = _BIT(tx,1);
665 UINT_32 x5 = _BIT(tx,2);
666 UINT_32 x6 = _BIT(tx,3);
1272 UINT_32 tx = x \/ MicroTileWidth; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nv50.cpp 751 Value *tx = new_LValue(func, FILE_GPR), *ty = new_LValue(func, FILE_GPR), local
759 bld.mkOp2(OP_SHL, TYPE_U32, tx, x, ms_x);
761 bld.mkOp2(OP_ADD, TYPE_U32, tx, tx, dx);
763 i->setSrc(0, tx);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1563 float_ui32_type tx = { translate[0] + xoffset }; local
    [all...]

Completed in 2588 milliseconds

1 2 3 4 5 67 8 910