Searched refs:m_step (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/lldb-perf/lib/ |
D | TestCase.cpp | 23 m_step(0) in TestCase() 260 printf("RUNNING STEP %d\n",m_step); in Loop() 262 TestStep(m_step, action); in Loop() 263 m_step++; in Loop() 276 printf("error: invalid thread for step out on step %d\n", m_step); in Loop() 289 printf("error: invalid thread for step over %d\n",m_step); in Loop() 317 if (GetVerbose()) printf("I am gonna die at step %d\n",m_step); in Loop()
|
D | TestCase.h | 180 return m_step; in GetStep() 193 int m_step; variable
|
/external/eigen/Eigen/src/Core/ |
D | Functors.h | 555 m_low(low), m_step(step), 562 m_base = padd(m_base, pset1<Packet>(m_step)); 563 return m_low+Scalar(i)*m_step; 570 const Scalar m_step; 584 m_low(low), m_step(step), 585 …m_lowPacket(pset1<Packet>(m_low)), m_stepPacket(pset1<Packet>(m_step)), m_interPacket(plset<Scalar… 588 EIGEN_STRONG_INLINE const Scalar operator() (Index i) const { return m_low+i*m_step; } 595 const Scalar m_step;
|
/external/opencv/ml/src/ |
D | mltree.cpp | 310 int m_step = 0, step; in CV_IMPLEMENT_QSORT_EX() local 319 step = ds_step; m_step = ms_step; in CV_IMPLEMENT_QSORT_EX() 348 if( !mask || !mask[si*m_step] ) in CV_IMPLEMENT_QSORT_EX() 430 if( !mask || !mask[si*m_step] ) in CV_IMPLEMENT_QSORT_EX()
|