Home
last modified time | relevance | path

Searched refs:EIGEN_HAS_CXX11_MATH (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMacros.h432 #ifndef EIGEN_HAS_CXX11_MATH
435 #define EIGEN_HAS_CXX11_MATH 1 macro
437 #define EIGEN_HAS_CXX11_MATH 0 macro
/external/eigen/Eigen/src/Core/
DMathFunctions.h410 #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…
/external/eigen/doc/
DPreprocessorDirectives.dox67 …- \b EIGEN_HAS_CXX11_MATH - controls the implementation of some functions such as round, logp1, is…
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops.h54 #if EIGEN_HAS_CXX11_MATH == 0