Searched refs:_Mode (Results 1 - 5 of 5) sorted by relevance

/external/bison/lib/
H A Dfseterr.c45 fp->_Mode |= 0x200 /* _MERR */;
/external/eigen/Eigen/src/Core/
H A DTriangularMatrix.h168 template<typename MatrixType, unsigned int _Mode>
169 struct traits<TriangularView<MatrixType, _Mode> > : traits<MatrixType>
177 Mode = _Mode,
184 template<typename _MatrixType, unsigned int _Mode, typename StorageKind> class TriangularViewImpl;
186 template<typename _MatrixType, unsigned int _Mode> class TriangularView
187 : public TriangularViewImpl<_MatrixType, _Mode, typename internal::traits<_MatrixType>::StorageKind >
191 typedef TriangularViewImpl<_MatrixType, _Mode, typename internal::traits<_MatrixType>::StorageKind > Base;
207 Mode = _Mode,
333 template<typename _MatrixType, unsigned int _Mode> class TriangularViewImpl<_MatrixType,_Mode,Dens
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_constants.py144 class _Mode(_Constant): class in inherits:_Constant
147 MODE = _Mode()
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h43 template<typename MatrixType, unsigned int _Mode> class SparseSelfAdjointView
44 : public EigenBase<SparseSelfAdjointView<MatrixType,_Mode> >
49 Mode = _Mode,
/external/eigen/Eigen/src/Geometry/
H A DTransform.h66 template<typename _Scalar, int _Dim, int _Mode, int _Options>
67 struct traits<Transform<_Scalar,_Dim,_Mode,_Options> >
74 RowsAtCompileTime = _Mode==Projective ? Dim1 : _Dim,
94 * \tparam _Mode the type of the transformation. Can be:
200 template<typename _Scalar, int _Dim, int _Mode, int _Options>
206 Mode = _Mode,

Completed in 593 milliseconds