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

  /external/eigen/Eigen/src/Core/util/
Macros.h 432 #ifndef EIGEN_HAS_CXX11_MATH
435 #define EIGEN_HAS_CXX11_MATH 1
437 #define EIGEN_HAS_CXX11_MATH 0
    [all...]
  /external/eigen/Eigen/src/Core/
MathFunctions.h 410 #if EIGEN_HAS_CXX11_MATH
444 #if EIGEN_HAS_CXX11_MATH
507 #if EIGEN_HAS_CXX11_MATH
707 #if (EIGEN_HAS_CXX11_MATH && !(EIGEN_COMP_GNUC_STRICT && __FINITE_MATH_ONLY__)) || (EIGEN_COMP_MSVC>=1800) || (EIGEN_COMP_CLANG)
    [all...]

Completed in 48 milliseconds