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

  /external/deqp/framework/common/
tcuSurfaceAccess.hpp 65 int m_x; member in class:tcu::SurfaceAccess
74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
  /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
  /external/eigen/unsupported/test/
levenberg_marquardt.cpp 247 static const double m_x[54]; member in struct:chwirut2_functor
256 double x = m_x[i];
267 double x = m_x[i];
277 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
334 static const double m_x[14]; member in struct:misra1a_functor
341 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
351 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
352 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
357 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
408 static const double m_x[236]; member in struct:hahn1_functor
447 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...]
NonLinearOptimization.cpp 637 static const double m_x[54]; member in struct:chwirut2_functor
646 double x = m_x[i];
657 double x = m_x[i];
667 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
724 static const double m_x[14]; member in struct:misra1a_functor
731 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
741 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
742 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
747 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
798 static const double m_x[236]; member in struct:hahn1_functor
836 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/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/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 169 vec4(T x, T y, T z, T w) : m_x(x), m_y(y), m_z(z), m_w(w)
177 result = result && compare(m_x, val.m_x);
187 message << "[ " << m_x << ", " << m_y << ", " << m_z << ", " << m_w << " ]";
190 T m_x; member in struct:gl4cts::ShaderSubroutine::Utils::vec4
    [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...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1790 float m_x = std::fmaxf(preWidth-1 - cx, cx); local
    [all...]

Completed in 265 milliseconds