HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_ALWAYS_INLINE (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/util/
Macros.h 134 // 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
144 #define EIGEN_ALWAYS_INLINE EIGEN_STRONG_INLINE
Memory.h 363 EIGEN_ALWAYS_INLINE void check_size_for_overflow(size_t size)
    [all...]
  /external/eigen/Eigen/src/Core/
DenseStorage.h 65 EIGEN_ALWAYS_INLINE PtrType eigen_unaligned_array_assert_workaround_gcc47(PtrType array) { return array; }
PlainObjectBase.h 31 static EIGEN_ALWAYS_INLINE void run(Index, Index)
38 static EIGEN_ALWAYS_INLINE void run(Index rows, Index cols)
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 112 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, A& a, B& b, C& c, T& /*t*/)
119 EIGEN_ALWAYS_INLINE static void run(const CJ& cj, T& a, T& b, T& c, T& t)
    [all...]

Completed in 52 milliseconds