Home
last modified time | relevance | path

Searched refs:EIGEN_ALWAYS_INLINE (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMacros.h135 #define EIGEN_ALWAYS_INLINE __attribute__((always_inline)) inline macro
137 #define EIGEN_ALWAYS_INLINE EIGEN_STRONG_INLINE macro
DMemory.h363 EIGEN_ALWAYS_INLINE void check_size_for_overflow(size_t size) in check_size_for_overflow()
/external/eigen/Eigen/src/Core/
DPlainObjectBase.h31 static EIGEN_ALWAYS_INLINE void run(Index, Index) in run()
38 static EIGEN_ALWAYS_INLINE void run(Index rows, Index cols)
DDenseStorage.h65EIGEN_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/
DGeneralBlockPanelKernel.h112 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)