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

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 64 template<typename _Scalar, int _Flags = 0> class SkylineMatrix;
65 template<typename _Scalar, int _Flags = 0> class DynamicSkylineMatrix;
66 template<typename _Scalar, int _Flags = 0> class SkylineVector;
67 template<typename _Scalar, int _Flags = 0> class MappedSkylineMatrix;
78 _Flags = traits<T>::Flags
82 typedef SkylineMatrix<_Scalar, _Flags> type;
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 71 template<typename _Scalar, int _Flags = 0, typename _Index = int> class SparseMatrix;
72 template<typename _Scalar, int _Flags = 0, typename _Index = int> class DynamicSparseMatrix;
73 template<typename _Scalar, int _Flags = 0, typename _Index = int> class SparseVector;
74 template<typename _Scalar, int _Flags = 0, typename _Index = int> class MappedSparseMatrix;
102 enum { _Flags = traits<T>::Flags| RowMajorBit };
104 typedef SparseVector<_Scalar, _Flags> type;
109 enum { _Flags = traits<T>::Flags & (~RowMajorBit) };
111 typedef SparseVector<_Scalar, _Flags> type;
116 enum { _Flags = traits<T>::Flags };
118 typedef SparseMatrix<_Scalar, _Flags> type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 677 GLbitfield _Flags; /**< Mask of LIGHT_x bits defined above */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 677 GLbitfield _Flags; /**< Mask of LIGHT_x bits defined above */
    [all...]

Completed in 232 milliseconds