Home
last modified time | relevance | path

Searched refs:EIGEN_COMP_CLANG (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMacros.h33 #define EIGEN_COMP_CLANG (__clang_major__*100+__clang_minor__) macro
35 #define EIGEN_COMP_CLANG 0 macro
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 |…
318 #if EIGEN_GNUC_AT_MOST(4,3) && !EIGEN_COMP_CLANG
416 #if EIGEN_MAX_CPP_VER>=14 && (__cplusplus > 199711L && defined(__CUDACC_VER__) && (EIGEN_COMP_CLANG
433 … 201103L) || (__cplusplus >= 201103L) && (EIGEN_COMP_GNUC_STRICT || EIGEN_COMP_CLANG || EIGEN_COMP…
445 …|| ((__cplusplus >= 201103L) && (EIGEN_COMP_GNUC_STRICT || EIGEN_COMP_CLANG || EIGEN_COMP_ICC>=140…
458 …|| ((__cplusplus >= 201103L) && (EIGEN_COMP_GNUC_STRICT || EIGEN_COMP_CLANG || EIGEN_COMP_ICC>=140…
818 #elif EIGEN_COMP_CLANG // workaround clang bug (see http://forum.kde.org/viewtopic.php?f=74&t=10265…
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DThreadLocal.h16 #elif EIGEN_COMP_CLANG
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h199 #ifndef EIGEN_COMP_CLANG
208 #ifndef EIGEN_COMP_CLANG
DPacketMath.h155 #if !EIGEN_COMP_CLANG
759 #if EIGEN_COMP_CLANG
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h180 #if (defined __ARM_FEATURE_FMA) && !(EIGEN_COMP_CLANG && EIGEN_ARCH_ARM)
190 #if EIGEN_COMP_CLANG && EIGEN_ARCH_ARM
665 #if EIGEN_COMP_CLANG && defined(__apple_build_version__)
686 #if EIGEN_COMP_CLANG && defined(__apple_build_version__)
DComplex.h20 #if EIGEN_COMP_CLANG in p4ui_CONJ_XOR()
292 #if EIGEN_COMP_CLANG
/external/eigen/Eigen/src/Core/arch/AVX/
DPacketMath.h162 #if ( EIGEN_COMP_GNUC_STRICT || (EIGEN_COMP_CLANG && (EIGEN_COMP_CLANG<308)) )
175 #if ( EIGEN_COMP_GNUC_STRICT || (EIGEN_COMP_CLANG && (EIGEN_COMP_CLANG<308)) )
/external/eigen/test/
Darray.cpp384 #if EIGEN_COMP_CLANG in array_complex()
389 #if EIGEN_COMP_CLANG in array_complex()
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h309 #elif (!EIGEN_COMP_MSVC) && (EIGEN_COMP_GNUC || EIGEN_COMP_CLANG || EIGEN_COMP_ICC)
DMathFunctions.h707 …!(EIGEN_COMP_GNUC_STRICT && __FINITE_MATH_ONLY__)) || (EIGEN_COMP_MSVC>=1800) || (EIGEN_COMP_CLANG)
/external/eigen/Eigen/
DCore224 #if defined(__F16C__) && !defined(EIGEN_COMP_CLANG)