Home
last modified time | relevance | path

Searched refs:EIGEN_UNUSED (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h22 template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED
106 template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED
171 template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED
257 template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED
358 template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED
450 template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED
/external/eigen/Eigen/src/Core/util/
DMacros.h235 #define EIGEN_UNUSED __attribute__((unused)) macro
237 #define EIGEN_UNUSED macro
/external/eigen/Eigen/src/Core/products/
DParallelizer.h20 static EIGEN_UNUSED int m_maxThreads = -1; in manage_multi_threading()