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

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

Completed in 992 milliseconds