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

  /external/pdfium/xfa/src/fxbarcode/
BC_ResultPoint.cpp 25 CBC_ResultPoint::CBC_ResultPoint(FX_FLOAT x, FX_FLOAT y) : m_x(x), m_y(y) {}
27 return m_x;
BC_ResultPoint.h 19 FX_FLOAT m_x; member in class:CBC_ResultPoint
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRAlignmentPattern.cpp 32 return m_x;
48 return new CBC_QRAlignmentPattern(m_x, m_y, m_moduleSize);
BC_QRFinderPattern.cpp 34 m_x = 0.0f;
40 new CBC_QRFinderPattern(m_x, m_y, m_estimatedModuleSize);
64 return m_x;
  /external/eigen/test/
denseLM.cpp 52 m_x = x;
72 fvec(j) -= u(i) *std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
92 fjac.coeffRef(j,i) = -std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
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)*(m_x(j)-i)/(v(i)*v(i)));
98 VectorType m_x, m_y; //Data Point member in struct:DenseLM
    [all...]
sparseLM.cpp 56 m_x = x;
74 coeff = (m_x(j)-i)/v(i);
100 coeff = (m_x(row)-col)/v(col);
113 coeff = (m_x(row)-col)/v(col);
124 VectorType m_x, m_y; //Data points member in struct:sparseGaussianTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 45 m_x = master.winfo_rootx()
50 m_x = m_y = 0
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 45 m_x = master.winfo_rootx()
50 m_x = m_y = 0
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 45 m_x = master.winfo_rootx()
50 m_x = m_y = 0
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 45 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/
agg_rasterizer_scanline_aa.h 143 scanline_hit_test(int x) : m_x(x), m_hit(false) {}
148 if(m_x == x) {
154 if(m_x >= x && m_x < x + len) {
167 int m_x; member in class:agg::scanline_hit_test
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 636 static const double m_x[54]; member in struct:chwirut2_functor
645 double x = m_x[i];
656 double x = m_x[i];
666 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.250E0, 3.250E0, 5.250E0, 0.750E0, 1.750E0, 2.750E0, 4.750E0, 0.625E0, 1.250E0, 2.250E0, 4.250E0, .500E0, 3.000E0, .750E0, 3.000E0, 1.500E0, 6.000E0, 3.000E0, 6.000E0, 1.500E0, 3.000E0, .500E0, 2.000E0, 4.000E0, .750E0, 2.000E0, 5.000E0, .750E0, 2.250E0, 3.750E0, 5.750E0, 3.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .500E0, 6.000E0, 3.000E0, .500E0, 2.750E0, .500E0, 1.750E0}; member in class:chwirut2_functor
723 static const double m_x[14]; member in struct:misra1a_functor
730 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
740 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
741 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
746 const double misra1a_functor::m_x[14] = { 77.6E0, 114.9E0, 141.1E0, 190.8E0, 239.9E0, 289.0E0, 332.8E0, 378.4E0, 434.8E0, 477.3E0, 5 (…) member in class:misra1a_functor
797 static const double m_x[236]; member in struct:hahn1_functor
835 const double hahn1_functor::m_x[236] = { 24.41E0 , 34.82E0 , 44.09E0 , 45.07E0 , 54.98E0 , 65.51E0 , 70.53E0 , 75.70E0 , 89.57E0 , 91.14E0 , 96.40E0 , 97.19E0 , 114.26E0 , 120.25E0 , 127.08E0 , 133.55E0 , 133.61E0 , 158.67E0 , 172.74E0 , 171.31E0 , 202.14E0 , 220.55E0 , 221.05E0 , 221.39E0 , 250.99E0 , 268.99E0 , 271.80E0 , 271.97E0 , 321.31E0 , 321.69E0 , 330.14E0 , 333.03E0 , 333.47E0 , 340.77E0 , 345.65E0 , 373.11E0 , 373.79E0 , 411.82E0 , 419.51E0 , 421.59E0 , 422.02E0 , 422.47E0 , 422.61E0 , 441.75E0 , 447.41E0 , 448.7E0 , 472.89E0 , 476.69E0 , 522.47E0 , 522.62E0 , 524.43E0 , 546.75E0 , 549.53E0 , 575.29E0 , 576.00E0 , 625.55E0 , 20.15E0 , 28.78E0 , 29.57E0 , 37.41E0 , 39.12E0 , 50.24E0 , 61.38E0 , 66.25E0 , 73.42E0 , 95.52E0 , 107.32E0 , 122.04E0 , 134.03E0 , 163.19E0 , 163.48E0 , 175.70E0 , 179.86E0 , 211.27E0 , 217.78E0 , 219.14E0 , 262.52E0 , 268.01E0 , 268.62E0 , 336.25E0 , 337.23E0 , 339.33E0 , 427.38E0 , 428.58E0 , 432.68E0 , 528.99E0 , 531.08E0 , 628.34E0 , 253.24E0 , 273.13E0 , 273.66E0 , member in class:hahn1_functor
    [all...]
levenberg_marquardt.cpp 241 static const double m_x[54]; member in struct:chwirut2_functor
250 double x = m_x[i];
261 double x = m_x[i];
271 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.250E0, 3.250E0, 5.250E0, 0.750E0, 1.750E0, 2.750E0, 4.750E0, 0.625E0, 1.250E0, 2.250E0, 4.250E0, .500E0, 3.000E0, .750E0, 3.000E0, 1.500E0, 6.000E0, 3.000E0, 6.000E0, 1.500E0, 3.000E0, .500E0, 2.000E0, 4.000E0, .750E0, 2.000E0, 5.000E0, .750E0, 2.250E0, 3.750E0, 5.750E0, 3.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .500E0, 6.000E0, 3.000E0, .500E0, 2.750E0, .500E0, 1.750E0}; member in class:chwirut2_functor
328 static const double m_x[14]; member in struct:misra1a_functor
335 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
345 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
346 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
351 const double misra1a_functor::m_x[14] = { 77.6E0, 114.9E0, 141.1E0, 190.8E0, 239.9E0, 289.0E0, 332.8E0, 378.4E0, 434.8E0, 477.3E0, 5 (…) member in class:misra1a_functor
402 static const double m_x[236]; member in struct:hahn1_functor
441 const double hahn1_functor::m_x[236] = { 24.41E0 , 34.82E0 , 44.09E0 , 45.07E0 , 54.98E0 , 65.51E0 , 70.53E0 , 75.70E0 , 89.57E0 , 91.14E0 , 96.40E0 , 97.19E0 , 114.26E0 , 120.25E0 , 127.08E0 , 133.55E0 , 133.61E0 , 158.67E0 , 172.74E0 , 171.31E0 , 202.14E0 , 220.55E0 , 221.05E0 , 221.39E0 , 250.99E0 , 268.99E0 , 271.80E0 , 271.97E0 , 321.31E0 , 321.69E0 , 330.14E0 , 333.03E0 , 333.47E0 , 340.77E0 , 345.65E0 , 373.11E0 , 373.79E0 , 411.82E0 , 419.51E0 , 421.59E0 , 422.02E0 , 422.47E0 , 422.61E0 , 441.75E0 , 447.41E0 , 448.7E0 , 472.89E0 , 476.69E0 , 522.47E0 , 522.62E0 , 524.43E0 , 546.75E0 , 549.53E0 , 575.29E0 , 576.00E0 , 625.55E0 , 20.15E0 , 28.78E0 , 29.57E0 , 37.41E0 , 39.12E0 , 50.24E0 , 61.38E0 , 66.25E0 , 73.42E0 , 95.52E0 , 107.32E0 , 122.04E0 , 134.03E0 , 163.19E0 , 163.48E0 , 175.70E0 , 179.86E0 , 211.27E0 , 217.78E0 , 219.14E0 , 262.52E0 , 268.01E0 , 268.62E0 , 336.25E0 , 337.23E0 , 339.33E0 , 427.38E0 , 428.58E0 , 432.68E0 , 528.99E0 , 531.08E0 , 628.34E0 , 253.24E0 , 273.13E0 , 273.66E0 , member in class:hahn1_functor
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 294 int m_x; member in class:deqp::gls::TextureTestUtil::SurfaceAccess
303 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
glsTextureTestUtil.cpp 187 , m_x (x)
197 , m_x (0)
207 , m_x (parent.m_x + x)
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 1058 GLint m_x; member in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1070 , m_x (x)
1111 GLint m_x; member in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1839 int m_x; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
    [all...]

Completed in 54 milliseconds