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

  /external/eigen/Eigen/src/Core/
Assign_MKL.h 137 #if !defined (EIGEN_FAST_MATH) || (EIGEN_FAST_MATH != 1)
  /external/eigen/Eigen/src/Core/util/
Macros.h 107 * Such optimization are enabled by default, and set EIGEN_FAST_MATH to 0 to disable them.
111 #ifndef EIGEN_FAST_MATH
112 #define EIGEN_FAST_MATH 1
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 70 HasSin = EIGEN_FAST_MATH,
71 HasCos = EIGEN_FAST_MATH,
MathFunctions.h 445 #if EIGEN_FAST_MATH
  /external/eigen/test/
packetmath.cpp 266 #if !EIGEN_FAST_MATH

Completed in 987 milliseconds