Searched refs:EIGEN_ALWAYS_INLINE (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 135 #define EIGEN_ALWAYS_INLINE __attribute__((always_inline)) inline macro 137 #define EIGEN_ALWAYS_INLINE EIGEN_STRONG_INLINE macro
|
D | Memory.h | 363 EIGEN_ALWAYS_INLINE void check_size_for_overflow(size_t size) in check_size_for_overflow()
|
/external/eigen/Eigen/src/Core/ |
D | PlainObjectBase.h | 31 static EIGEN_ALWAYS_INLINE void run(Index, Index) in run() 38 static EIGEN_ALWAYS_INLINE void run(Index rows, Index cols)
|
D | DenseStorage.h | 65 …EIGEN_ALWAYS_INLINE PtrType eigen_unaligned_array_assert_workaround_gcc47(PtrType array) { return … in eigen_unaligned_array_assert_workaround_gcc47()
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 112 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, A& a, B& b, C& c, T& /*t*/) in run() 119 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, T& a, T& b, T& c, T& t)
|