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

  /external/eigen/Eigen/src/Core/util/
Macros.h 133 // EIGEN_ALWAYS_INLINE is the stronget, it has the effect of making the function inline and adding every possible
141 #define EIGEN_ALWAYS_INLINE __attribute__((always_inline)) inline
143 #define EIGEN_ALWAYS_INLINE EIGEN_STRONG_INLINE
Memory.h 345 EIGEN_ALWAYS_INLINE void check_size_for_overflow(size_t size)
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 25 EIGEN_ALWAYS_INLINE void check_rows_cols_for_overflow(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 143 milliseconds