Searched refs:t_pos (Results 1 – 6 of 6) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | BCELFactory.java | 293 final int t_pos = bh.getTarget().getPosition(); in visitBranchInstruction() local 295 if (pos > t_pos) { in visitBranchInstruction() 296 target = "ih_" + t_pos; in visitBranchInstruction() 324 int t_pos = bh.getTarget().getPosition(); in updateBranchTargets() local 325 _out.println(" " + name + ".setTarget(ih_" + t_pos + ");"); in updateBranchTargets() 329 t_pos = ihs[j].getPosition(); in updateBranchTargets() 330 _out.println(" " + name + ".setTarget(" + j + ", ih_" + t_pos + ");"); in updateBranchTargets()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 135 for (tid_collection::const_iterator t_pos = m_run_tids.begin(), in DoResume() local 137 t_pos != t_end; ++t_pos) { in DoResume() 138 m_monitor->ThreadSuspend(*t_pos, false); in DoResume() 140 for (tid_collection::const_iterator t_pos = m_step_tids.begin(), in DoResume() local 142 t_pos != t_end; ++t_pos) { in DoResume() 143 m_monitor->ThreadSuspend(*t_pos, false); in DoResume() 146 Status error = SetupSoftwareSingleStepping(*t_pos); in DoResume() 151 for (tid_collection::const_iterator t_pos = m_suspend_tids.begin(), in DoResume() local 153 t_pos != t_end; ++t_pos) { in DoResume() 154 m_monitor->ThreadSuspend(*t_pos, true); in DoResume()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | self_adjoint_eig.cc | 92 auto t_pos = one / (tau + Sqrt(one + Square(tau))); in SymmetricShurDecomposition2x2() local 94 auto t = Select(Ge(tau, zero), t_pos, t_neg); in SymmetricShurDecomposition2x2()
|
D | svd.cc | 365 auto t_pos = one / (tau + Sqrt(one + Square(tau))); in MakeJacobi() local 367 auto t = Select(Ge(tau, zero), t_pos, t_neg); in MakeJacobi()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1283 t_pos = m_continue_c_tids.begin(), in DoResume() local 1285 t_pos != t_end; ++t_pos) in DoResume() 1286 continue_packet.Printf(";c:%4.4" PRIx64, *t_pos); in DoResume() 1306 t_pos = m_continue_s_tids.begin(), in DoResume() local 1308 t_pos != t_end; ++t_pos) in DoResume() 1309 continue_packet.Printf(";s:%4.4" PRIx64, *t_pos); in DoResume()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_polynomial.c | 3759 enum isl_dim_type type, unsigned t_pos, int deg) in isl_qpolynomial_coeff() argument 3772 if (isl_qpolynomial_check_range(qp, type, t_pos, 1) < 0) in isl_qpolynomial_coeff() 3776 g_pos = pos(qp->dim, type) + t_pos; in isl_qpolynomial_coeff()
|