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

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 50 double tx[1],ty[1]; local
81 n = __kernel_rem_pio2(tx,ty,e0,1,0);
82 if(hx<0) {*y = -ty[0]; return -n;}
83 *y = ty[0]; return n;
e_rem_pio2.c 58 double tx[3],ty[2]; local
183 n = __kernel_rem_pio2(tx,ty,e0,nx,1);
184 if(hx<0) {y[0] = -ty[0]; y[1] = -ty[1]; return -n;}
185 y[0] = ty[0]; y[1] = ty[1]; return n;
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.h 85 float ty = fM[5]; local
90 uv->fY = ky * xy->fX + sy * xy->fY + ty;
GrBitmapTextContext.cpp 569 SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY); local
592 SkFixedToFloat(texture->normalizeFixedY(ty)),
594 SkFixedToFloat(texture->normalizeFixedY(ty + height)),
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 110 let ty = DataLayout.intptr_type context dl in var
111 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_surface.c 100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
111 tx + x, ty + y);
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
125 boolean contained_y = ty + y >= dsty &&
126 ty + y + TILE_SIZE <= dsty + height ?
146 tx + x, ty + y);
lp_rast_debug.c 239 int ty = bin->y * TILE_SIZE; local
260 count = debug_clear_tile(tx, ty, block->arg[k], tile, val);
264 count = debug_shade_tile(tx, ty, block->arg[k], tile, val);
273 count = debug_triangle(tx, ty, block->arg[k], tile, val);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
111 tx + x, ty + y);
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
125 boolean contained_y = ty + y >= dsty &&
126 ty + y + TILE_SIZE <= dsty + height ?
146 tx + x, ty + y);
  /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/chromium_org/skia/ext/
platform_device_mac.cc 105 SkScalar ty = -matrix.getTranslateY(); // y axis is flipped. local
106 transformed_matrix.setTranslateY(ty + (SkScalar)height);
  /external/chromium_org/third_party/boringssl/src/crypto/rc4/
rc4.c 76 register RC4_INT x, y, tx, ty; local
114 (x = (x + 1) & 0xff, tx = d[x], y = (tx + y) & 0xff, ty = d[y], d[y] = tx, \
115 d[x] = ty, (RC4_CHUNK)d[(tx + ty) & 0xff])
257 d[x] = ty = d[y]; \
259 (out) = d[(tx + ty) & 0xff] ^ (in);
  /external/chromium_org/third_party/skia/bench/
RotatedRectBench.cpp 97 SkScalar tx = 0, ty = 0; variable
101 canvas->translate(tx, ty);
112 ty += kRectH + 2;
113 if (ty > h) {
114 ty = 0;
  /external/chromium_org/third_party/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/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp 39 template <typename S> friend class B<S>::ty; // expected-warning {{dependent nested name specifier 'B<S>::' for friend class declaration is not supported}}
42 template<typename T> class B { typedef int ty; }; typedef in class:B
45 class ty { class in class:B
  /external/clang/test/PCH/
cxx-templates.cpp 37 Dep<A>::Ty ty; local
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 66 double tx[5],ty[3]; local
134 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
135 t = (long double)ty[2] + ty[1];
136 r = t + ty[0];
137 w = ty[0] - (r - t);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 164 Length ty = Length(0, Fixed); local
166 ty = convertToFloatLength(firstValue, conversionData);
172 ty = convertToFloatLength(secondValue, conversionData);
177 operations.operations().append(TranslateTransformOperation::create(tx, ty, 0, getTransformOperationType(transformValue->operationType())));
183 Length ty = Length(0, Fixed); local
188 ty = convertToFloatLength(firstValue, conversionData);
198 ty = convertToFloatLength(secondValue, conversionData);
203 operations.operations().append(TranslateTransformOperation::create(tx, ty, tz, getTransformOperationType(transformValue->operationType())));
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
ec_key.c 385 BIGNUM *tx, *ty; local
403 ty = BN_CTX_get(ctx);
406 !EC_POINT_get_affine_coordinates_GFp(key->group, point, tx, ty, ctx)) {
412 if (BN_cmp(x, tx) || BN_cmp(y, ty)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
65 ty = ux * m4 + uy * m5 + uz * m6;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
73 out[i][1] = ty * scale;
90 GLfloat tx, ty, tz; local
94 ty = ux * m4 + uy * m5 + uz * m6;
100 out[i][1] = ty * len;
128 GLfloat tx, ty, tz; local
132 ty = uy * m5
155 GLfloat tx, ty, tz; local
    [all...]
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
65 ty = ux * m4 + uy * m5 + uz * m6;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
73 out[i][1] = ty * scale;
90 GLfloat tx, ty, tz; local
94 ty = ux * m4 + uy * m5 + uz * m6;
100 out[i][1] = ty * len;
128 GLfloat tx, ty, tz; local
132 ty = uy * m5
155 GLfloat tx, ty, tz; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2glue.h 83 CF2_F16Dot16 ty; member in struct:CF2_Matrix_
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.c 574 unsigned ty = y >> k; local
579 m += ((ty * nx) + tx) << k << k;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
68 Instruction *insn = new_Instruction(func, op, ty);
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
81 Instruction *insn = new_Instruction(func, op, ty);
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
95 Instruction *insn = new_Instruction(func, op, ty);
107 BuildUtil::mkLoad(DataType ty, Symbol *mem, Value *ptr)
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty);
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
125 Instruction *insn = new_Instruction(func, op, ty);
155 DataType ty = TYPE_F32; local
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleVertices.cpp 162 const SkScalar ty = SkIntToScalar(texHeight); local
179 t[i+1].set(i*tx/n, ty);
182 t[n+1].set(tx, ty);
192 const SkScalar ty = SkIntToScalar(texHeight); local
209 t[i*2 + 0].set(tx * i / n, ty);
215 t[2*n + 0].set(tx, ty);

Completed in 3388 milliseconds

1 2 3 4