Searched refs:ty (Results 76 - 100 of 347) sorted by relevance

1234567891011>>

/external/skia/bench/
H A DRotatedRectBench.cpp98 SkScalar tx = 0, ty = 0; variable
102 canvas->translate(tx, ty);
113 ty += kRectH + 2;
114 if (ty > h) {
115 ty = 0;
/external/skqp/bench/
H A DRotatedRectBench.cpp98 SkScalar tx = 0, ty = 0; variable
102 canvas->translate(tx, ty);
113 ty += kRectH + 2;
114 if (ty > h) {
115 ty = 0;
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c319 static IRTemp newTemp ( IRType ty )
321 vassert(isPlausibleIRType(ty));
322 return newIRTemp( irsb->tyenv, ty );
550 IRType ty = typeOfIRExpr(irsb->tyenv, e); local
552 case 1: vassert(ty == Ity_I8); break;
553 case 2: vassert(ty == Ity_I16); break;
554 case 4: vassert(ty == Ity_I32); break;
685 static IRExpr* mkU ( IRType ty, UInt i ) argument
687 if (ty == Ity_I8) return mkU8(i);
688 if (ty
700 loadLE( IRType ty, IRExpr* addr ) argument
705 mkSizedOp( IRType ty, IROp op8 ) argument
964 setFlags_DEP1_DEP2_shift( IROp op32, IRTemp res, IRTemp resUS, IRType ty, IRTemp guard ) argument
1035 setFlags_MUL( IRType ty, IRTemp arg1, IRTemp arg2, UInt base_op ) argument
1129 IRType ty = szToITy(sz); local
1183 IRType ty = szToITy(sz); local
1836 IRType ty = szToITy(size); local
1949 IRType ty = szToITy(size); local
2150 IRType ty = szToITy(size); local
2290 IRType ty = szToITy(sz); local
2400 IRType ty = szToITy(sz); local
2638 IRType ty = szToITy(sz); local
2748 IRType ty = szToITy(sz); local
2811 IRType ty = szToITy(sz); local
2969 IRType ty = Ity_I8; local
3047 IRType ty = szToITy(sz); local
3201 IRType ty = szToITy(sz); local
3217 IRType ty = szToITy(sz); local
3230 IRType ty = szToITy(sz); local
3245 IRType ty = szToITy(sz); local
3266 IRType ty = szToITy(sz); local
3331 IRType ty = szToITy(size); local
3373 IRType ty = szToITy(size); local
3414 gen_LZCNT( IRType ty, IRTemp src ) argument
6193 IRType ty = szToITy(sz); local
6466 IRType ty = szToITy(sz); local
6572 IRType ty = szToITy(sz); local
6648 IRType ty = szToITy(size); local
6754 IRType ty = szToITy(sz); local
6803 IRType ty = szToITy(sz); local
8084 IRType ty; local
[all...]
H A Dir_match.c84 if (p->Iex.Load.ty != e->Iex.Load.ty) return False;
H A Dguest_arm64_toIR.c291 static IRExpr* loadLE ( IRType ty, IRExpr* addr ) argument
293 return IRExpr_Load(Iend_LE, ty, addr);
356 static IRTemp newTemp ( IRType ty )
358 vassert(isPlausibleIRType(ty));
359 return newIRTemp( irsb->tyenv, ty );
457 static IROp mkAND ( IRType ty ) {
458 switch (ty) {
465 static IROp mkOR ( IRType ty ) {
466 switch (ty) {
473 static IROp mkXOR ( IRType ty ) {
788 mkU( IRType ty, ULong imm ) argument
997 mathROR( IRType ty, IRTemp arg, UInt imm ) argument
1020 mathREPLICATE( IRType ty, IRTemp arg, UInt imm ) argument
1443 IRType ty = typeOfIRExpr(irsb->tyenv, e); local
1529 IRType ty = typeOfIRExpr(irsb->tyenv, e); local
2663 IRType ty = is64 ? Ity_I64 : Ity_I32; local
2765 IRType ty = is64 ? Ity_I64 : Ity_I32; local
2823 IRType ty = is64 ? Ity_I64 : Ity_I32; local
2866 IRType ty = is64 ? Ity_I64 : Ity_I32; local
2930 IRType ty = is64 ? Ity_I64 : Ity_I32; local
3037 IRType ty = is64 ? Ity_I64 : Ity_I32; local
3208 IRType ty = is64 ? Ity_I64 : Ity_I32; local
3247 IRType ty = is64 ? Ity_I64 : Ity_I32; local
3397 IRType ty = is64 ? Ity_I64 : Ity_I32; local
5439 IRType ty = Ity_INVALID; local
5670 IRType ty = preferredVectorSubTypeFromSize(1 << szLg2); local
5718 IRType ty = preferredVectorSubTypeFromSize(1 << szLg2); local
5762 IRType ty = preferredVectorSubTypeFromSize(1 << szLg2); local
5789 IRType ty = preferredVectorSubTypeFromSize(szB); local
6224 IRType ty = integerIRTypeOfSize(1 << sz); local
6372 IRType ty = integerIRTypeOfSize(laneSzB); local
6504 IRType ty = integerIRTypeOfSize(szB); local
6626 IRType ty = integerIRTypeOfSize(szB); local
8025 IRType ty = Ity_INVALID; local
10470 IRType ty = isD ? Ity_F64 : Ity_F32; local
13420 UInt ty = INSN(23,22); local
13495 UInt ty = INSN(23,22); local
13560 UInt ty = INSN(23,22); local
13602 UInt ty = INSN(23,22); local
13796 UInt ty = INSN(23,22); local
13876 UInt ty = INSN(23,22); local
13950 UInt ty = INSN(23,22); local
13991 UInt ty = INSN(23,22); // type local
14112 UInt ty = INSN(23,22); // type local
[all...]
H A Dguest_mips_toIR.c483 assign(t4, mkNarrowTo32( ty, binop(Iop_And64, \
511 putIReg(rd, mkWidenFrom32(ty, binop(op, \
512 mkNarrowTo32(ty, getIReg(rt)), \
515 mkNarrowTo32(ty, getIReg(rs)), \
535 putIReg(rd, mkWidenFrom32(ty, binop(op, \
536 mkNarrowTo32(ty, getIReg(rs)), \
537 mkNarrowTo32(ty, getIReg(rt))), True));
903 static IRExpr *load(IRType ty, IRExpr * addr) argument
907 load1 = IRExpr_Load(Iend_LE, ty, addr);
909 load1 = IRExpr_Load(Iend_BE, ty, add
935 newTemp(IRType ty) argument
1063 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
1244 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
1251 mkNarrowTo32(IRType ty, IRExpr * src) argument
1308 mkNarrowTo8( IRType ty, IRExpr * src ) argument
1319 mkWidenFrom32(IRType ty, IRExpr * src, Bool sined) argument
1350 getLoFromF64(IRType ty, IRExpr * src) argument
1364 mkWidenFromF32(IRType ty, IRExpr * src) argument
1458 IRType ty = fp_mode64 ? Ity_F64 : Ity_F32; local
1492 IRType ty = fp_mode64 ? Ity_F64 : Ity_F32; local
1501 IRType ty = Ity_F64; local
1559 mkSzImm( IRType ty, ULong imm64 ) argument
1565 mkSzConst( IRType ty, ULong imm64 ) argument
1572 mkSzAddr( IRType ty, Addr64 addr ) argument
1588 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
1737 mkSzOp( IRType ty, IROp op8 ) argument
2121 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
2240 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
2296 IRType ty = mode64? Ity_I64 : Ity_I32; local
12271 IRType ty = mode64 ? Ity_I64 : Ity_I32; local
[all...]
H A Dhost_x86_isel.c855 IRType ty = typeOfIRExpr(env->type_env,e); local
856 vassert(ty == Ity_I32 || ty == Ity_I16 || ty == Ity_I8);
874 if (ty == Ity_I32) {
879 if (ty == Ity_I16) {
883 if (ty == Ity_I8) {
1221 vassert(e->Iex.Unop.arg->Iex.Get.ty == Ity_I8);
1235 vassert(e->Iex.Unop.arg->Iex.Get.ty == Ity_I16);
1422 if (ty
1559 IRType ty = typeOfIRExpr(env->type_env,e); local
1646 IRType ty = typeOfIRExpr(env->type_env,e); local
1706 IRType ty = typeOfIRExpr(env->type_env,e); local
1754 IRType ty = typeOfIRExpr(env->type_env,e); local
2890 IRType ty = typeOfIRExpr(env->type_env,e); local
3007 IRType ty = typeOfIRExpr(env->type_env,e); local
3278 IRType ty = typeOfIRExpr(env->type_env,e); local
3927 IRType ty = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local
3990 IRType ty = typeOfIRExpr(env->type_env, puti->data); local
4020 IRType ty = typeOfIRTemp(env->type_env, tmp); local
4181 IRType ty = typeOfIRExpr(env->type_env, cas->dataLo); local
4206 IRType ty = typeOfIRExpr(env->type_env, cas->dataLo); local
[all...]
H A Dhost_mips_isel.c710 IRType ty = typeOfIRExpr(env->type_env, e); local
713 vassert(ty == Ity_I64);
733 vassert(ty == Ity_I32);
791 IRType ty = typeOfIRExpr(env->type_env, e); local
792 vassert(ty == Ity_I8 || ty == Ity_I16 || ty == Ity_I32 || ty == Ity_I1
793 || ty == Ity_F32 || (ty
1902 IRType ty = typeOfIRExpr(env->type_env, e); local
1970 IRType ty = typeOfIRExpr(env->type_env, e); local
2009 IRType ty = typeOfIRExpr(env->type_env, e); local
2990 IRType ty = typeOfIRExpr(env->type_env, e); local
3430 IRType ty = typeOfIRExpr(env->type_env, e); local
3704 IRType ty = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local
3754 IRType ty = typeOfIRTemp(env->type_env, tmp); local
[all...]
/external/valgrind/memcheck/tests/
H A Dsh-mem-random.c131 U4 ty, src, dst; local
132 ty = (randomU4() >> 13) % 5;
136 switch (ty) {
/external/valgrind/memcheck/
H A Dmc_translate.c140 static IRType shadowTypeV ( IRType ty );
246 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
250 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind ) argument
254 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
375 static IRType shadowTypeV ( IRType ty )
377 switch (ty) {
383 case Ity_I128: return ty;
393 default: ppIRType(ty);
400 static IRExpr* definedOfType ( IRType ty ) {
401 switch (ty) {
456 assignNew( HChar cat, MCEnv* mce, IRType ty, IRExpr* e ) argument
983 expensiveCmpEQorNE( MCEnv* mce, IRType ty, IRAtom* vxx, IRAtom* vyy, IRAtom* xx, IRAtom* yy ) argument
1115 IRType ty = m64 ? Ity_I64 : Ity_I32; local
1225 IRType ty; local
1445 IRType ty; local
1492 IRType ty, tyS; local
1557 IRType ty = descr->elemTy; local
1917 expensiveAddSub( MCEnv* mce, Bool add, IRType ty, IRAtom* qaa, IRAtom* qbb, IRAtom* aa, IRAtom* bb ) argument
2007 IRType ty; local
2080 scalarShift( MCEnv* mce, IRType ty, IROp original_op, IRAtom* qaa, IRAtom* qbb, IRAtom* aa, IRAtom* bb ) argument
4703 expr2vbits_Load_WRK( MCEnv* mce, IREndness end, IRType ty, IRAtom* addr, UInt bias, IRAtom* guard ) argument
4837 expr2vbits_Load( MCEnv* mce, IREndness end, IRType ty, IRAtom* addr, UInt bias, IRAtom* guard ) argument
4870 expr2vbits_Load_guarded_General( MCEnv* mce, IREndness end, IRType ty, IRAtom* addr, UInt bias, IRAtom* guard, IROp vwiden, IRAtom* valt ) argument
4928 expr2vbits_Load_guarded_Simple( MCEnv* mce, IREndness end, IRType ty, IRAtom* addr, UInt bias, IRAtom *guard ) argument
4944 IRType ty; local
5043 IRType ty, tyH; local
5104 IRType ty, tyAddr; local
7041 expr2ori_Load_guarded_General( MCEnv* mce, IRType ty, IRAtom* addr, UInt bias, IRAtom* guard, IRAtom* balt ) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_print.cpp390 int LValue::print(char *buf, size_t size, DataType ty) const
445 int ImmediateValue::print(char *buf, size_t size, DataType ty) const
451 switch (ty) {
469 int Symbol::print(char *buf, size_t size, DataType ty) const
471 return print(buf, size, NULL, NULL, ty);
475 Value *rel, Value *dimRel, DataType ty) const
480 if (ty == TYPE_NONE)
481 ty = typeOfSize(reg.size);
/external/skia/gm/
H A Dtilemodes.cpp163 static sk_sp<SkShader> make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { argument
166 return SkShader::MakeBitmapShader(bm, tx, ty);
169 static sk_sp<SkShader> make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { argument
175 int index = (int)ty;
278 [img](SkPaint* paint, SkShader::TileMode tx, SkShader::TileMode ty) {
279 paint->setShader(img->makeShader(tx, ty));
281 [img](SkPaint* paint, SkShader::TileMode tx, SkShader::TileMode ty) {
288 [img](SkPaint* paint, SkShader::TileMode tx, SkShader::TileMode ty) {
H A Dshadertext.cpp141 for (size_t ty = 0; ty < SK_ARRAY_COUNT(tileModes); ++ty) {
142 shaders[shdIdx++] = SkShader::MakeBitmapShader(bm, tileModes[tx], tileModes[ty]);
/external/skia/src/gpu/
H A DGrPathUtils.h82 float ty = fM[5]; local
87 uv->fY = ky * xy->fX + sy * xy->fY + ty;
/external/skqp/src/gpu/
H A DGrPathUtils.h82 float ty = fM[5]; local
87 uv->fY = ky * xy->fX + sy * xy->fY + ty;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli54 (** The kind of an [lltype], the result of [classify_type ty]. See the
500 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
504 (** [type_is_sized ty] returns whether the type has a size or not.
509 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
513 (** [dump_type ty] prints the .ll representation of the type [ty] to standard
517 (** [string_of_lltype ty] returns a string describing the type [ty]
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli51 (** The kind of an [lltype], the result of [classify_type ty]. See the
372 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
376 (** [type_is_sized ty] returns whether the type has a size or not.
381 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
385 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
414 (** [integer_bitwidth c ty] returns the number of bits in the integer type [ty]
[all...]
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c58 void Matrix4x4_Translate(Matrix4x4 mat, float tx, float ty, float tz) argument
63 mat[1*4 + i] * ty +
182 float ty = mat[0*4 + 1] * (*x) + mat[1*4 + 1] * (*y) + mat[2*4 + 1] * (*z); local
185 *y = ty;
/external/clang/test/PCH/
H A Dcxx-templates.cpp37 Dep<A>::Ty ty; local
/external/skqp/gm/
H A Dshadertext.cpp141 for (size_t ty = 0; ty < SK_ARRAY_COUNT(tileModes); ++ty) {
142 shaders[shdIdx++] = SkShader::MakeBitmapShader(bm, tileModes[tx], tileModes[ty]);
/external/python/cpython2/Lib/
H A Dpyclbr.py138 f, fname, (_s, _m, ty) = imp.find_module(module, path)
140 f, fname, (_s, _m, ty) = imp.find_module(module, path + sys.path)
141 if ty == imp.PKG_DIRECTORY:
144 f, fname, (_s, _m, ty) = imp.find_module('__init__', [fname])
146 if ty != imp.PY_SOURCE:
/external/fio/
H A Dgraph.c374 double ty; local
391 ty = y2 - (((tm[i].value) - miny) / (maxy - miny)) * (y2 - y1);
397 g->ytick_zero = ty;
400 g->ytick_delta = (tm[1].value - tm[0].value) / (ty - g->ytick_zero);
404 /* really ty < y1 || ty > y2, but protect against rounding */
405 if (y1 - ty > 0.01 || ty - y2 > 0.01)
409 cairo_move_to(cr, x1, ty);
410 cairo_line_to(cr, x1 - (x2 - x1) * 0.02, ty);
531 double tx, ty, top_extra, bottom_extra, left_extra, right_extra; local
[all...]
/external/turbine/java/com/google/turbine/binder/
H A DTypeBinder.java382 Type ty = bindTy(scope, bound);
383 if (first && !isInterface(ty)) {
384 classBound = ty;
386 interfaceBounds.add(ty);
396 private boolean isInterface(Type ty) { argument
397 if (ty.tyKind() != Type.TyKind.CLASS_TY) {
400 HeaderBoundClass hi = env.get(((Type.ClassTy) ty).sym());
456 bindTy(scope, p.ty()),
537 Type type = bindTy(scope, decl.ty());
579 for (Tree.Type ty
585 bindTyArg(CompoundScope scope, Tree.Type ty) argument
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml104 let ty = DataLayout.intptr_type context dl in
105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
/external/opencv/cv/src/
H A Dcvsnakes.cpp250 int tx, ty; local
256 ty = pt[n - 1].y - 2 * (pt[i].y + j) + pt[i + 1].y;
261 ty = pt[i - 1].y - 2 * (pt[i].y + j) + pt[0].y;
266 ty = pt[i - 1].y - 2 * (pt[i].y + j) + pt[i + 1].y;
269 (float) (tx * tx + ty * ty);

Completed in 928 milliseconds

1234567891011>>