HomeSort by relevance Sort by last modified time
    Searched refs:m_delta (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_messagemousewheel.h 25 CFX_PointF m_delta; member in class:CFWL_MessageMouseWheel
cfwl_scrollbar.cpp 354 OnMouseWheel(pMsg->m_delta);
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMpar.h 24 typename VectorType::Scalar m_delta,
75 fp = dxnorm - m_delta;
76 if (fp <= Scalar(0.1) * m_delta) {
89 parl = fp / m_delta / temp / temp;
97 paru = gnorm / m_delta;
99 paru = dwarf / (std::min)(m_delta,Scalar(0.1));
123 fp = dxnorm - m_delta;
128 if (abs(fp) <= Scalar(0.1) * m_delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10)
141 parc = fp / m_delta / temp / temp;
LMonestep.h 60 /* and initialize the step bound m_delta. */
62 m_delta = m_factor * xnorm;
63 if (m_delta == 0.)
64 m_delta = m_factor;
92 internal::lmpar2(qrfac, m_diag, m_qtf, m_delta, m_par, m_wa1);
101 m_delta = (std::min)(m_delta,pnorm);
137 m_delta = temp * (std::min)(m_delta, pnorm / RealScalar(.1));
140 m_delta = pnorm / RealScalar(.5)
    [all...]
LevenbergMarquardt.h 98 typename VectorType::Scalar m_delta, typename VectorType::Scalar &par,
266 RealScalar m_delta; member in class:Eigen::LevenbergMarquardt
  /external/pdfium/xfa/fxfa/app/
xfa_fffield.cpp 424 ms.m_delta = CFX_PointF(zDelta, 0);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 1585 milliseconds