Searched defs:tD (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.h52 tD = 2, enumerator in enum:ThaiShaping::__anon21957
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmssm.c221 cmsFloat64Number tc, tN, tD; local
233 sD = tD = D; // default sD = D >= 0
240 tD = c;
251 tD = c;
256 tD = c;
273 else if (tN > tD) { // tc > 1 => the t=1 edge is visible
275 tN = tD;
289 tc = (fabs(tN) < MATRIX_DET_TOLERANCE ? 0.0 : tN / tD);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp724 LValue *tD; local
744 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue();
745 bld.mkOp2(OP_SUB, TYPE_U32, tD, tB, tA);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp724 LValue *tD; local
744 tD = (d < 0) ? bld.getSSA() : i->getDef(0)->asLValue();
745 bld.mkOp2(OP_SUB, TYPE_U32, tD, tB, tA);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c15147 IRTemp tD = newTemp(Ity_I32); local
15148 loadGuardedLE( tD, ILGop_Ident32,
15159 putIRegA( rD, mkexpr(tD),
15163 IRTemp tD = newTemp(Ity_I32); local
15164 loadGuardedLE( tD, ILGop_8Uto32, mkexpr(taT), llGetIReg(rD), condT );
15167 putIRegA( rD, mkexpr(tD), IRTemp_INVALID, Ijk_Boring );
18598 IRTemp tD = newTemp(Ity_I32); local
18599 loadGuardedLE( tD, ILGop_Ident32, ea, llGetIReg(rD), condT );
18600 putIRegT(rD, mkexpr(tD), IRTemp_INVALID);
18623 IRTemp tD local
18644 IRTemp tD = newTemp(Ity_I32); local
18662 IRTemp tD = newTemp(Ity_I32); local
18684 IRTemp tD = newTemp(Ity_I32); local
18791 IRTemp tD = newTemp(Ity_I32); local
18813 IRTemp tD = newTemp(Ity_I32); local
18838 IRTemp tD = newTemp(Ity_I32); local
18863 IRTemp tD = newTemp(Ity_I32); local
18887 IRTemp tD = newTemp(Ity_I32); local
[all...]
H A Dguest_amd64_toIR.c25198 IRTemp tD = newTemp(Ity_V256); local
25204 assign(tD, getYMMReg(rS));
25211 assign(tD, loadLE(Ity_V256, mkexpr(addr)));
25214 putYMMReg(rD, mkexpr(tD));
25223 IRTemp tD = newTemp(Ity_V128); local
25229 assign(tD, getXMMReg(rS));
25236 assign(tD, loadLE(Ity_V128, mkexpr(addr)));
25239 putYMMRegLoAndZU(rD, mkexpr(tD));
26627 IRTemp tD = newTemp(Ity_V256); local
26631 assign(tD, loadL
26640 IRTemp tD = newTemp(Ity_V128); local
28118 IRTemp tD = newTemp(Ity_V128); local
28132 IRTemp tD = newTemp(Ity_V256); local
[all...]

Completed in 7551 milliseconds