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

  /external/eigen/Eigen/src/Core/util/
Macros.h 83 /// \internal EIGEN_COMP_MSVC_STRICT set to 1 if the compiler is really Microsoft Visual C++ and not ,e.g., ICC or clang-cl
85 #define EIGEN_COMP_MSVC_STRICT _MSC_VER
87 #define EIGEN_COMP_MSVC_STRICT 0
815 #if EIGEN_COMP_MSVC_STRICT && (EIGEN_COMP_MSVC < 1900 || defined(__CUDACC_VER__)) // for older MSVC versions, as well as 1900 && CUDA 8, using the base operator is sufficient (cf Bugs 1000, 1324)
    [all...]
  /external/eigen/unsupported/test/
cxx11_eventcount.cpp 18 #ifdef EIGEN_COMP_MSVC_STRICT
cxx11_runqueue.cpp 20 #ifdef EIGEN_COMP_MSVC_STRICT
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 418 #if EIGEN_COMP_MSVC_STRICT && EIGEN_OS_WIN64
424 #elif EIGEN_COMP_MSVC_STRICT
    [all...]

Completed in 441 milliseconds