Home
last modified time | relevance | path

Searched refs:m_x (Results 1 – 10 of 10) sorted by relevance

/external/eigen/test/
DdenseLM.cpp52 m_x = x; in initPoints()
72 fvec(j) -= u(i) *std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i))); in operator ()()
92 fjac.coeffRef(j,i) = -std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i))); in df()
93 …fjac.coeffRef(j,i+half) = -2.*u(i)*(m_x(j)-i)*(m_x(j)-i)/(std::pow(v(i),3)) * std::exp(-(m_x(j)-i)… in df()
98 VectorType m_x, m_y; //Data Points member
DsparseLM.cpp56 m_x = x; in initPoints()
74 coeff = (m_x(j)-i)/v(i); in operator ()()
100 coeff = (m_x(row)-col)/v(col); in df()
113 coeff = (m_x(row)-col)/v(col); in df()
124 VectorType m_x, m_y; //Data points member
/external/deqp/framework/common/
DtcuSurfaceAccess.cpp31 , m_x (x) in SurfaceAccess()
41 , m_x (0) in SurfaceAccess()
51 , m_x (parent.m_x + x) in SurfaceAccess()
DtcuSurfaceAccess.hpp65 int m_x; member in tcu::SurfaceAccess
74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask)); in setPixel()
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py45 m_x = master.winfo_rootx()
50 m_x = m_y = 0
53 x = m_x + (m_width - w_width) * relx
/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.h143 scanline_hit_test(int x) : m_x(x), m_hit(false) {} in scanline_hit_test()
148 if(m_x == x) { in add_cell()
154 if(m_x >= x && m_x < x + len) { in add_span()
167 int m_x;
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp247 static const double m_x[54]; member
256 double x = m_x[i]; in operator ()()
267 double x = m_x[i]; in df()
277 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.… member in chwirut2_functor
334 static const double m_x[14]; member
341 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ; in operator ()()
351 fjac(i,0) = (1.-exp(-b[1]*m_x[i])); in df()
352 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i])); in df()
357 const double misra1a_functor::m_x[14] = { 77.6E0, 114.9E0, 141.1E0, 190.8E0, 239.9E0, 289.0E0, 332.… member in misra1a_functor
408 static const double m_x[236]; member
[all …]
DNonLinearOptimization.cpp637 static const double m_x[54]; member
646 double x = m_x[i]; in operator ()()
657 double x = m_x[i]; in df()
667 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.… member in chwirut2_functor
724 static const double m_x[14]; member
731 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ; in operator ()()
741 fjac(i,0) = (1.-exp(-b[1]*m_x[i])); in df()
742 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i])); in df()
747 const double misra1a_functor::m_x[14] = { 77.6E0, 114.9E0, 141.1E0, 190.8E0, 239.9E0, 289.0E0, 332.… member in misra1a_functor
798 static const double m_x[236]; member
[all …]
/external/python/cpython2/Tools/webchecker/
Dtktools.py47 m_x = master.winfo_rootx()
52 m_x = m_y = 0
55 x = m_x + (m_width - w_width) * relx
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1058 GLint m_x; member in deqp::egl::GLES2ThreadTest::CopyTexImage2D
1070 , m_x (x) in CopyTexImage2D()
1091 …Image2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_x << ", " << m_y << "… in exec()
1092 …GLU_CHECK_GLW_CALL(thread.gl, copyTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_x, m_y, m… in exec()
1111 GLint m_x; member in deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1123 , m_x (x) in CopyTexSubImage2D()
1142 …TURE_2D, " << m_level << ", " << m_xoffset << ", " << m_yoffset << ", " << m_x << ", " << m_y << "… in exec()
1143 …GLU_CHECK_GLW_CALL(thread.gl, copyTexSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_x,… in exec()
1839 int m_x; member in deqp::egl::GLES2ThreadTest::ReadPixels
1850 , m_x (x) in ReadPixels()
[all …]