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

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

Completed in 99 milliseconds