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

  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 58 #if EIGEN_GNUC_AT(3,4)
228 #if EIGEN_GNUC_AT(3,4)
Macros.h 130 #define EIGEN_GNUC_AT(x,y) ( __GNUC__==x && __GNUC_MINOR__==y )
134 #define EIGEN_GNUC_AT(x,y) 0
    [all...]
XprHelper.h 17 #if EIGEN_COMP_GNUC && !EIGEN_GNUC_AT(4,3)
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
MathFunctions.h 236 (EIGEN_GNUC_AT(6, 1) && __GNUC_PATCHLEVEL__ >= 1)

Completed in 94 milliseconds