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

  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu9250.cxx 48 return (m_temp / 333.87) + 21.0;
mpu60x0.cxx 48 m_temp = 0.0;
132 m_temp = float(temp);
319 return (m_temp / 340.0) + 36.53;
mpu60x0.h 946 float m_temp; member in class:upm::MPU60X0
  /external/opencv/cvaux/src/
camshift.cpp 63 m_temp = 0;
76 cvReleaseImage( &m_temp );
93 if( !m_temp || !m_mask || !m_color_planes[0] || !m_color_planes[n-1] || !m_back_project ||
94 m_temp->width != size.width || m_temp->height != size.height ||
95 m_temp->nChannels != 3 )
97 cvReleaseImage( &m_temp );
98 m_temp = cvCreateImage( size, IPL_DEPTH_8U, 3 );
111 cvCvtColor( image, m_temp, CV_BGR2HSV );
112 cvGetRawData( m_temp, &color_data, &color_step, &size )
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 102 m_temp(size),
120 m_temp(matrix.rows()),
129 _compute(m_matrix, m_hCoeffs, m_temp);
159 _compute(m_matrix, m_hCoeffs, m_temp);
275 VectorType m_temp; member in class:Eigen::HessenbergDecomposition
  /external/eigen/Eigen/src/SVD/
JacobiSVD_MKL.h 72 MatrixType m_temp; m_temp = matrix; \
73 LAPACKE_##MKLPREFIX##gesvd( matrix_order, jobu, jobvt, m_rows, m_cols, (MKLTYPE*)m_temp.data(), lda, (MKLRTYPE*)m_singularValues.data(), u, ldu, vt, ldvt, superb.data()); \
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 68 HouseholderQR() : m_qr(), m_hCoeffs(), m_temp(), m_isInitialized(false) {}
79 m_temp(cols),
97 m_temp(matrix.cols()),
200 RowVectorType m_temp; member in class:Eigen::HouseholderQR
367 m_temp.resize(cols);
369 internal::householder_qr_inplace_blocked<MatrixType, HCoeffsType>::run(m_qr, m_hCoeffs, 48, m_temp.data());
ColPivHouseholderQR.h 77 m_temp(),
93 m_temp(cols),
115 m_temp(matrix.cols()),
397 RowVectorType m_temp; member in class:Eigen::ColPivHouseholderQR
444 m_temp.resize(cols);
499 .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1));
FullPivHouseholderQR.h 84 m_temp(),
100 m_temp(cols),
122 m_temp(matrix.cols()),
382 RowVectorType m_temp; member in class:Eigen::FullPivHouseholderQR
426 m_temp.resize(cols);
483 .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1));
  /external/opencv/cvaux/include/
cvaux.hpp 136 IplImage* m_temp; member in class:CvCamShiftTracker
  /hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
lsm9ds0.cxx 55 m_temp = 0.0;
284 m_temp = float(temp);
654 return (((m_temp / 2048.0) * 8.0) * 100.0);
lsm9ds0.h 1456 float m_temp; member in class:upm::LSM9DS0
    [all...]

Completed in 2539 milliseconds