Searched defs:ty (Results 1 - 3 of 3) sorted by relevance

/system/core/libmincrypt/
H A Dp256_ec.c1053 felem tx, ty, tz; local
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py);
1089 * only copying from {tx,ty,tz} to {nx,ny,nz} if index != 0. */
1093 copy_conditional(ny, ty, mask);
1117 felem px, py, pz, tx, ty, tz; local
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz);
1165 copy_conditional(ny, ty, mask);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp377 int ty = scratches.obtain(); local
379 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK));
380 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT));
/system/core/libpixelflinger/
H A Dscanline.cpp1718 const int32_t ty = interpolate(ys, local
1721 ti.ydtdy= ty << tscale;
1725 ti.ydtdy= ty >> -tscale;

Completed in 66 milliseconds