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

  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
ThreadYield.h 14 #if EIGEN_COMP_GNUC && EIGEN_GNUC_AT_MOST(4, 7)
ThreadLocal.h 14 #if EIGEN_COMP_GNUC && EIGEN_GNUC_AT_MOST(4, 7)
  /external/eigen/Eigen/src/Core/util/
Macros.h 129 #define EIGEN_GNUC_AT_MOST(x,y) ((__GNUC__==x && __GNUC_MINOR__<=y) || __GNUC__<x)
133 #define EIGEN_GNUC_AT_MOST(x,y) 0
318 #if EIGEN_GNUC_AT_MOST(4,3) && !EIGEN_COMP_CLANG
706 #elif EIGEN_ARCH_ARM_OR_ARM64 && EIGEN_COMP_GNUC_STRICT && EIGEN_GNUC_AT_MOST(4, 6)
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 96 #if EIGEN_GNUC_AT_MOST(4,2)
135 #if EIGEN_GNUC_AT_MOST(4,3)
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 102 #if EIGEN_GNUC_AT_MOST(4,4) && !EIGEN_COMP_LLVM

Completed in 401 milliseconds