Searched defs:_m (Results 1 - 8 of 8) sorted by relevance

/external/eigen/test/
H A Dnesting_ops.cpp12 template <typename MatrixType> void run_nesting_ops(const MatrixType& _m) argument
14 typename MatrixType::Nested m(_m);
H A Dbandmatrix.cpp12 template<typename MatrixType> void bandmatrix(const MatrixType& _m) argument
19 Index rows = _m.rows();
20 Index cols = _m.cols();
21 Index supers = _m.supers();
22 Index subs = _m.subs();
H A Dmapstride.cpp51 template<int Alignment,typename MatrixType> void map_class_matrix(const MatrixType& _m) argument
56 Index rows = _m.rows(), cols = _m.cols();
/external/eigen/Eigen/src/Core/
H A DIO.h22 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt);
151 * print the matrix \a _m to the output stream \a s using the output format \a fmt */
153 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) argument
155 if(_m.size() == 0)
161 typename Derived::Nested m = _m;
/external/opencv/cxcore/include/
H A Dcxcore.hpp339 CvMatrix& operator = (const CvMatrix& _m) argument
341 _m.addref();
343 matrix = _m.matrix;
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h95 SizeType _m = k>0 ? l2/(4 * sizeof(LhsScalar) * k) : 0; local
96 if(_m<m) m = _m & mr_mask;
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c619 const char *_Locale_full_monthname(struct _Locale_time *__loc, int _m )
621 return nl_langinfo_l(MON_1 + _m, (locale_t)__loc);
624 const char *_Locale_abbrev_monthname(struct _Locale_time *__loc, int _m )
626 return nl_langinfo_l(ABMON_1 + _m, (locale_t)__loc);
675 const wchar_t *_WLocale_full_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) argument
676 { return _ToWChar(_Locale_full_monthname(__loc, _m), buf, bufSize); }
677 const wchar_t *_WLocale_abbrev_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) argument
678 { return _ToWChar(_Locale_abbrev_monthname(__loc, _m), buf, bufSize); }
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h9126 void Init(GLenum _matrixMode, const GLfloat* _m) { argument
9129 memcpy(ImmediateDataAddress(this), _m, ComputeDataSize()); local
9132 void* Set(void* cmd, GLenum _matrixMode, const GLfloat* _m) { argument
9133 static_cast<ValueType*>(cmd)->Init(_matrixMode, _m);

Completed in 1087 milliseconds