Searched refs:EIGEN_FAST_MATH (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DAssign_MKL.h137 #if !defined (EIGEN_FAST_MATH) || (EIGEN_FAST_MATH != 1)
/external/eigen/Eigen/src/Core/util/
H A DMacros.h100 * Such optimization are enabled by default, and set EIGEN_FAST_MATH to 0 to disable them.
104 #ifndef EIGEN_FAST_MATH
105 #define EIGEN_FAST_MATH 1 macro
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h67 HasSin = EIGEN_FAST_MATH,
68 HasCos = EIGEN_FAST_MATH,

Completed in 75 milliseconds