HomeSort by relevance Sort by last modified time
    Searched defs:ty (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 53 int tx, ty; local
58 ty = MIN(b->used-1, ix);
59 tx = ix - ty;
63 tmpy = b->dp + ty;
66 while (tx++ < a->used && ty-- >= 0) { ... }
68 iy = MIN(a->used-tx, ty+1);
bn_fast_s_mp_mul_high_digs.c 45 int tx, ty, iy; local
49 ty = MIN(b->used-1, ix);
50 tx = ix - ty;
54 tmpy = b->dp + ty;
57 while (tx++ < a->used && ty-- >= 0) { ... }
59 iy = MIN(a->used-tx, ty+1);
bn_fast_s_mp_sqr.c 22 * (ty-tx) so that it never happens. You double all those
45 int tx, ty, iy; local
53 ty = MIN(a->used-1, ix);
54 tx = ix - ty;
58 tmpy = a->dp + ty;
61 while (tx++ < a->used && ty-- >= 0) { ... }
63 iy = MIN(a->used-tx, ty+1);
65 /* now for squaring tx can never equal ty
69 iy = MIN(iy, (ty-tx+1)>>1);
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 107 let ty = intptr_type td in var
108 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
  /bionic/libm/src/
e_rem_pio2f.c 65 double tx[1],ty[2]; local
93 n = __kernel_rem_pio2(tx,ty,e0,1,1,two_over_pi);
94 y[0] = ty[0];
95 y[1] = ty[0] - y[0];
s_fma.c 57 double c, cc, hx, hy, p, q, tx, ty; local
158 ty = ys - hy;
161 q = hx * ty + tx * hy;
163 cc = p - c + q + tx * ty;
s_fmal.c 52 long double c, cc, hx, hy, p, q, tx, ty; local
153 ty = ys - hy;
156 q = hx * ty + tx * hy;
158 cc = p - c + q + tx * ty;
  /external/clang/test/PCH/
cxx-templates.cpp 27 Dep<A>::Ty ty; local
  /external/openssl/crypto/rc4/
rc4_enc.c 74 register RC4_INT x,y,tx,ty; local
117 ty=d[y], \
119 d[x]=ty, \
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
269 d[x]=ty=d[y]; \
271 (out) = d[(tx+ty)&0xff]^ (in);
  /external/skia/src/gpu/
FlingState.cpp 80 float ty = fDirection.fY * dist; local
83 ty = sk_float_round2int(ty);
85 matrix->setTranslate(tx, ty);
86 // printf("---- evaluate (%g %g)\n", tx, ty);
GrTextContext.cpp 285 GrFixed ty = GrIntToFixed(glyph->fAtlasLocation.fY); local
296 texture->normalizeFixedY(ty),
298 texture->normalizeFixedY(ty + height),
304 texture->normalizeFixedY(ty),
306 texture->normalizeFixedY(ty + height),
  /external/skia/src/utils/
SkLayer.cpp 145 SkScalar ty = SkScalarMul(m_anchorPoint.fY, m_size.height()); local
146 matrix->preTranslate(tx, ty);
148 matrix->preTranslate(-tx, -ty);
SkNinePatch.cpp 75 const SkScalar vy, const SkScalar ty,
80 texs->set(0, ty); texs++;
90 texs->set(tx, ty); texs++;
93 texs->set(SkIntToScalar(width), ty); texs++; local
217 const SkScalar ty = SkIntToScalar(yDivs[y]); local
222 vy += ty;
228 vy += SkScalarMul(ty, -stretchY);
231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs,
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.cpp 130 SkScalar ty = SkScalarMul(m_anchorPoint.fY, m_size.height()); local
131 matrix->preTranslate(tx, ty);
133 matrix->preTranslate(-tx, -ty);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 131 int tx, ty; local
202 ty = (sy + dy[(jj + m) % 8]) % (size);
206 if (tempBuffer[tx][ty] + 1.0f < tempBuffer[sx][sy]) {
207 tempBuffer[tx][ty] += 1.0f;
210 sy = ty;
245 ty = maxy;
249 for (y = sy; y <= ty; y++) {
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 128 U4 ty, src, dst; local
129 ty = (randomU4() >> 13) % 5;
133 switch (ty) {
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 275 float ty = phase.y() + srcRect.y() * patternTransform.d(); local
276 matrix.postTranslate(SkFloatToScalar(tx), SkFloatToScalar(ty));
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 105 int ty = mAdaptedAllocation.mType.getY(); local
109 if ((tx==1) && (ty == 1) && (tz == 1)) {
114 if (ty > 1) ty >>= 1;
119 mCurrentDimY = ty;
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 380 QualType ty = props[0].PropD->getType().getUnqualifiedType(); local
384 assert(ty == I->PropD->getType().getUnqualifiedType());
387 return ty;
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 183 llvm::FunctionType *ty,
192 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false); local
194 CreateGlobalInitOrDestructFunction(CGM, ty,
  /external/openssl/crypto/ec/
ec_key.c 386 BIGNUM *tx, *ty; local
411 ty = BN_CTX_get(ctx);
419 tx, ty, ctx))
429 tx, ty, ctx))
435 if (BN_cmp(x, tx) || BN_cmp(y, ty))
  /external/skia/bench/
MatrixBench.cpp 289 float ty = fMatrix[SkMatrix::kMTransY]; local
291 dst->fY = SkScalarMulAdd(src->fY, my, ty);
327 float ty = (float) fMatrix[SkMatrix::kMTransY]; local
329 dst->fY = src->fY * my + ty;
  /external/skia/samplecode/
SampleVertices.cpp 165 const SkScalar ty = SkIntToScalar(texHeight); local
182 t[i+1].set(i*tx/n, ty);
185 t[n+1].set(tx, ty);
195 const SkScalar ty = SkIntToScalar(texHeight); local
212 t[i*2 + 0].set(tx * i / n, ty);
218 t[2*n + 0].set(tx, ty);
  /external/skia/src/views/
SkTouchGesture.cpp 80 float ty = fDirection.fY * dist; local
83 ty = (float)sk_float_round2int(ty);
85 matrix->setTranslate(tx, ty);
86 // printf("---- evaluate (%g %g)\n", tx, ty);
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 102 VG_(printf)("Te_Field(ty=0x%05lx,pos.offset=%ld,\"%s\")",
106 VG_(printf)("Te_Field(ty=0x%05lx,nLoc=%lu,pos.loc=%p,\"%s\")",
722 TyEnt* ty; local
728 ty = ML_(TyEnts__index_by_cuOff)(tyents, NULL, ty_cuOff);
731 vg_assert(ty);
732 vg_assert(ML_(TyEnt__is_type)(ty));
734 switch (ty->tag) {
753 if (!ty->Te.TyStOrUn.isStruct) goto done;
754 fieldRs = ty->Te.TyStOrUn.fieldRs;
810 ty = ML_(TyEnts__index_by_cuOff)(tyents, NULL
    [all...]

Completed in 446 milliseconds

1 2 3 4 5