HomeSort by relevance Sort by last modified time
    Searched refs:ty (Results 151 - 175 of 316) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 363 CodeEmitter::addReloc(RelocEntry::Type ty, int w, uint32_t data, uint32_t m,
384 relocInfo->entry[n].type = ty;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 428 int ty = (SY + ofy - p.y) / 2; local
429 gc.drawText(s, tx, ty, true /* isTransparent */);
  /external/wpa_supplicant_8/src/tls/
libtommath.c 2445 int tx, ty; local
3274 int tx, ty, iy; local
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 40 QualType ty = vd->getType(); local
41 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType();
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 534 const Scalar ty = Scalar(2)*this->y(); local
537 const Scalar twy = ty*this->w();
540 const Scalar txy = ty*this->x();
542 const Scalar tyy = ty*this->y();
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 194 * \param tx, ty the tile position in tiles, not pixels
199 int tx, int ty)
211 lp_scene_bin_reset( scene, tx, ty );
215 return lp_scene_bin_cmd_with_state( scene, tx, ty,
221 return lp_scene_bin_cmd_with_state( scene, tx, ty,
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 282 float tx, ty; local
288 ty = (norm[3] - norm[1]) * offset;
289 l[0] += tx; l[1] += ty;
290 l[2] += tx; l[3] += ty;
  /external/openssh/
loginrec.c 848 struct ttyent *ty; local
852 while (NULL != (ty = getttyent())) {
854 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))
859 if (NULL == ty) {
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
197 ty = BlackPointIn->Y - cmsD50_XYZ()->Y;
201 ay = (BlackPointOut->Y - cmsD50_XYZ()->Y) / ty;
205 by = - cmsD50_XYZ()-> Y * (BlackPointOut->Y - BlackPointIn->Y) / ty;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 545 float ty, sy = dst.height() / src.height(); local
558 ty = dst.top - src.top * sy;
575 ty += diff;
582 d.mValues[5] = ty;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile_scm_run.swg 73 #define SWIG_ConvertMember(obj, ptr, sz, ty) \
74 SWIG_Guile_ConvertMember(obj, ptr, sz, ty, FUNC_NAME)
typemaps.i 49 swig_type_info *ty = SWIG_TypeDynamicCast($1_descriptor,(void **) &$1);
50 $result = SWIG_NewPointerObj ($1, ty, $owner);
  /prebuilts/misc/common/swig/include/2.0.11/php/
php.swg 382 swig_type_info *ty = SWIG_TypeDynamicCast($1_descriptor, (void **) &$1);
383 SWIG_SetPointerZval(return_value, (void *)$1, ty, $owner);
  /development/ndk/sources/android/ndk_helper/
vecmath.h 896 Mat4& PostTranslate( float tx, float ty, float tz )
898 f_[12] += (tx * f_[0]) + (ty * f_[4]) + (tz * f_[8]);
899 f_[13] += (tx * f_[1]) + (ty * f_[5]) + (tz * f_[9]);
900 f_[14] += (tx * f_[2]) + (ty * f_[6]) + (tz * f_[10]);
901 f_[15] += (tx * f_[3]) + (ty * f_[7]) + (tz * f_[11]);
  /external/valgrind/VEX/priv/
ir_opt.c 289 IRType ty = typeOfIRExpr(bb->tyenv, ex); local
295 t1 = newIRTemp(bb->tyenv, ty);
303 t1 = newIRTemp(bb->tyenv, ty);
310 t1 = newIRTemp(bb->tyenv, ty);
322 t1 = newIRTemp(bb->tyenv, ty);
332 t1 = newIRTemp(bb->tyenv, ty);
340 t1 = newIRTemp(bb->tyenv, ty);
347 t1 = newIRTemp(bb->tyenv, ty);
350 ex->Iex.Load.ty,
358 t1 = newIRTemp(bb->tyenv, ty);
3491 IRType ty; member in struct:__anon19970::__anon19972::__anon19984
    [all...]
guest_tilegx_toIR.c 130 static IRExpr *load ( IRType ty, IRExpr * addr )
134 load1 = IRExpr_Load(Iend_LE, ty, addr);
162 static IRTemp newTemp ( IRType ty )
164 vassert(isPlausibleIRType(ty));
165 return newIRTemp(irsb->tyenv, ty);
180 IRType ty = Ity_I64; local
186 return IRExpr_Get(integerGuestRegOffset(iregNo), ty);
191 IRType ty = Ity_I64; local
197 vassert(typeOfIRExpr(irsb->tyenv, e) == ty);
    [all...]
  /external/libvncserver/x11vnc/
scan.c 82 static int copy_tiles(int tx, int ty, int nt);
586 int x, y, i, n, ty, th, tx, tw; local
596 ty = tile_region[n].first_line;
597 th = tile_region[n].last_line - ty + 1;
608 y * tile_y + ty, tw, th, &hint);
612 y * tile_y + ty, tw, th, &hint);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 3812 TyEnt* ty; local
4102 TyEnt* ty; local
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 61 const Type *Ty = QT.getTypePtr();
63 Ty = QT->getPointeeType().getTypePtr();
65 Ty = Ty->getBaseElementTypeUnsafe();
67 const CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
142 Expr *initializer, QualType ty,
145 : Expr(CXXNewExprClass, ty, VK_RValue, OK_Ordinary,
146 ty->isDependentType(), ty->isDependentType(),
147 ty->isInstantiationDependentType()
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 1906 int tx, ty; local
    [all...]
  /system/core/libmincrypt/
p256_ec.c 1053 felem tx, ty, tz; local
1117 felem px, py, pz, tx, ty, tz; local
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 192 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false); local
198 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(ty, FnName.str(),
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 396 float ty = tri ? fy : (1.0f-fy);
400 Vec4 color = t0 + (t1-t0)*tx + (t2-t0)*ty;
  /external/llvm/lib/AsmParser/
LLParser.h 157 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
158 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
318 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
319 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
340 bool ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V,
343 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
344 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) {
345 return ParseValue(Ty, V, &PFS);
347 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc,
350 return ParseValue(Ty, V, &PFS)
    [all...]

Completed in 2619 milliseconds

1 2 3 4 5 67 8 91011>>