HomeSort by relevance Sort by last modified time
    Searched defs:ty (Results 1 - 25 of 124) 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";
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 43 llvm::Type *ty = pty->getContainedType(0); local
57 uint64_t offset = llvm::RoundUpToAlignment(td->getTypeSizeInBits(ty)/8, 4);
  /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);
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 43 llvm::Type *ty = pty->getContainedType(0); local
55 uint64_t ty_align = td->getABITypeAlignment(ty);
70 uint64_t offset = llvm::RoundUpToAlignment(td->getTypeSizeInBits(ty)/8, 4);
  /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);
  /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);
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 43 llvm::Type *ty = pty->getContainedType(0); local
53 int64_t type_align = td->getABITypeAlignment(ty);
72 llvm::RoundUpToAlignment(td->getTypeSizeInBits(ty) / 8, type_align);
  /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 274 float ty = phase.y() + srcRect.y() * patternTransform.d(); local
275 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;
  /frameworks/support/renderscript/v8/java/src/android/support/v8/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 371 QualType ty = props[0].PropD->getType().getUnqualifiedType(); local
375 assert(ty == I->PropD->getType().getUnqualifiedType());
378 return ty;
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 150 llvm::FunctionType *ty,
159 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false); local
161 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;

Completed in 515 milliseconds

1 2 3 4 5