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

/external/eigen/Eigen/src/Core/util/
H A DMacros.h127 // EIGEN_ALWAYS_INLINE is the stronget, it has the effect of making the function inline and adding every possible
135 #define EIGEN_ALWAYS_INLINE __attribute__((always_inline)) inline macro
137 #define EIGEN_ALWAYS_INLINE EIGEN_STRONG_INLINE macro

Completed in 1309 milliseconds