OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EIGEN_FAST_MATH
(Results
1 - 3
of
3
) 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
100
* 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
/external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h
67
HasSin =
EIGEN_FAST_MATH
,
68
HasCos =
EIGEN_FAST_MATH
,
Completed in 3504 milliseconds