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

  /external/eigen/Eigen/src/Core/util/
Macros.h 46 /// \internal EIGEN_COMP_ICC set to __INTEL_COMPILER if the compiler is Intel compiler, 0 otherwise
48 #define EIGEN_COMP_ICC __INTEL_COMPILER
50 #define EIGEN_COMP_ICC 0
84 #if EIGEN_COMP_MSVC && !(EIGEN_COMP_ICC || EIGEN_COMP_LLVM || EIGEN_COMP_CLANG)
120 #if EIGEN_COMP_GNUC && !(EIGEN_COMP_CLANG || EIGEN_COMP_ICC || EIGEN_COMP_MINGW || EIGEN_COMP_PGI || EIGEN_COMP_IBM || EIGEN_COMP_ARM || EIGEN_COMP_EMSCRIPTEN)
433 #if EIGEN_MAX_CPP_VER>=11 && ((__cplusplus > 201103L) || (__cplusplus >= 201103L) && (EIGEN_COMP_GNUC_STRICT || EIGEN_COMP_CLANG || EIGEN_COMP_MSVC || EIGEN_COMP_ICC) \
445 || ((__cplusplus >= 201103L) && (EIGEN_COMP_GNUC_STRICT || EIGEN_COMP_CLANG || EIGEN_COMP_ICC>=1400)) \
458 || ((__cplusplus >= 201103L) && (EIGEN_COMP_GNUC_STRICT || EIGEN_COMP_CLANG || EIGEN_COMP_ICC>=1400)) \
490 #if EIGEN_COMP_MSVC || EIGEN_COMP_ICC
    [all...]
Meta.h 19 #if EIGEN_COMP_ICC>=1600 && __cplusplus >= 201103L
46 #if EIGEN_COMP_ICC>=1600 && __cplusplus >= 201103L
  /external/eigen/Eigen/src/Core/functors/
NullaryFunctors.h 154 #if !( (EIGEN_COMP_MSVC>1600) || (EIGEN_GNUC_AT_LEAST(4,8)) || (EIGEN_COMP_ICC>=1600))
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 309 #elif (!EIGEN_COMP_MSVC) && (EIGEN_COMP_GNUC || EIGEN_COMP_CLANG || EIGEN_COMP_ICC)
  /external/eigen/Eigen/src/Geometry/
Transform.h 498 #if EIGEN_COMP_ICC
    [all...]

Completed in 234 milliseconds