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

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_oss.h 61 #if __cplusplus > 199711 || EIGEN_COMP_MSVC >= 1900
  /external/eigen/Eigen/src/Core/util/
Macros.h 67 /// \internal EIGEN_COMP_MSVC set to _MSC_VER if the compiler is Microsoft Visual C++, 0 otherwise.
69 #define EIGEN_COMP_MSVC _MSC_VER
71 #define EIGEN_COMP_MSVC 0
74 // For the record, here is a table summarizing the possible values for EIGEN_COMP_MSVC:
84 #if EIGEN_COMP_MSVC && !(EIGEN_COMP_ICC || EIGEN_COMP_LLVM || EIGEN_COMP_CLANG)
359 #if EIGEN_MAX_CPP_VER>=11 && (defined(__cplusplus) && (__cplusplus >= 201103L) || EIGEN_COMP_MSVC >= 1900)
371 (EIGEN_COMP_MSVC >= 1600))
401 #if EIGEN_MAX_CPP_VER>=11 && (__cplusplus > 199711L || EIGEN_COMP_MSVC >= 1900) \
433 #if EIGEN_MAX_CPP_VER>=11 && ((__cplusplus > 201103L) || (__cplusplus >= 201103L) && (EIGEN_COMP_GNUC_STRICT || EIGEN_COMP_CLANG || EIGEN_COMP_MSVC || EIGEN_COMP_ICC) \
446 || EIGEN_COMP_MSVC >= 1900
    [all...]
StaticAssert.h 29 #if EIGEN_MAX_CPP_VER>=11 && (__has_feature(cxx_static_assert) || (defined(__cplusplus) && __cplusplus >= 201103L) || (EIGEN_COMP_MSVC >= 1600))
115 #if EIGEN_COMP_MSVC
Memory.h 548 #elif EIGEN_COMP_MSVC
769 # elif EIGEN_COMP_MSVC
770 # if (EIGEN_COMP_MSVC > 1500) && EIGEN_ARCH_i386_OR_x86_64
    [all...]
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 141 #if EIGEN_COMP_MSVC || (defined __FAST_MATH__)
155 #if EIGEN_COMP_MSVC || (defined __FAST_MATH__)
MathFunctions.h 22 #if EIGEN_OS_WINCE && EIGEN_COMP_MSVC && EIGEN_COMP_MSVC<=1500
707 #if (EIGEN_HAS_CXX11_MATH && !(EIGEN_COMP_GNUC_STRICT && __FINITE_MATH_ONLY__)) || (EIGEN_COMP_MSVC>=1800) || (EIGEN_COMP_CLANG)
775 #if EIGEN_COMP_MSVC
    [all...]
GenericPacketMath.h 309 #elif (!EIGEN_COMP_MSVC) && (EIGEN_COMP_GNUC || EIGEN_COMP_CLANG || EIGEN_COMP_ICC)
TriangularMatrix.h 276 #if EIGEN_COMP_MSVC
    [all...]
AssignEvaluator.h 377 #if EIGEN_COMP_MSVC
    [all...]
CoreEvaluators.h 396 #if 0 && EIGEN_COMP_MSVC>0
    [all...]
  /external/eigen/Eigen/src/StlSupport/
details.h 49 #if EIGEN_COMP_MSVC
  /external/eigen/test/
fastmath.cpp 21 #if EIGEN_COMP_MSVC && EIGEN_COMP_MSVC < 1800
half_float.cpp 74 #if !EIGEN_COMP_MSVC
89 #if !EIGEN_COMP_MSVC
153 #if !EIGEN_COMP_MSVC
array.cpp 380 #if EIGEN_COMP_MSVC
  /external/eigen/unsupported/Eigen/CXX11/src/util/
CXX11Workarounds.h 35 #if (__cplusplus <= 199711L) && (EIGEN_COMP_MSVC < 1900)
EmulateArray.h 18 #if (__cplusplus <= 199711L && EIGEN_COMP_MSVC < 1900) || defined(__CUDACC__) || defined(EIGEN_AVOID_STL_ARRAY)
CXX11Meta.h 19 #if __cplusplus > 199711L || EIGEN_COMP_MSVC >= 1900
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIntDiv.h 40 #elif EIGEN_COMP_MSVC
56 #elif EIGEN_COMP_MSVC && EIGEN_ARCH_x86_64
60 #elif EIGEN_COMP_MSVC
TensorFFT.h 15 #if __cplusplus >= 201103L || EIGEN_COMP_MSVC >= 1900
  /external/eigen/Eigen/src/Core/functors/
StlFunctors.h 75 #if (__cplusplus < 201103L) && (EIGEN_COMP_MSVC <= 1900)
NullaryFunctors.h 154 #if !( (EIGEN_COMP_MSVC>1600) || (EIGEN_GNUC_AT_LEAST(4,8)) || (EIGEN_COMP_ICC>=1600))
  /external/eigen/unsupported/test/
cxx11_tensor_uint128.cpp 15 #if EIGEN_COMP_MSVC
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 170 #if EIGEN_COMP_MSVC==1500
310 #if EIGEN_COMP_MSVC
313 #if (EIGEN_COMP_MSVC==1600)
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 286 #if (!EIGEN_COMP_MSVC) || (EIGEN_COMP_MSVC>=1500) // MSVC 2005 fails to compile with this typename
    [all...]

Completed in 1592 milliseconds