Home
last modified time | relevance | path

Searched refs:EIGEN_HAS_C99_MATH (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/test/
Dspecial_functions.cpp43 #if EIGEN_HAS_C99_MATH in array_special_functions()
52 #if EIGEN_HAS_C99_MATH in array_special_functions()
159 #if EIGEN_HAS_C99_MATH in array_special_functions()
179 #if EIGEN_HAS_C99_MATH in array_special_functions()
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsImpl.h119 #if EIGEN_HAS_C99_MATH
353 #if EIGEN_HAS_C99_MATH
386 #if EIGEN_HAS_C99_MATH
455 #if !EIGEN_HAS_C99_MATH
639 #if !EIGEN_HAS_C99_MATH
1001 #if !EIGEN_HAS_C99_MATH
1050 #if !EIGEN_HAS_C99_MATH
DSpecialFunctionsHalf.h14 #if EIGEN_HAS_C99_MATH
/external/eigen/Eigen/src/Core/util/
DMacros.h379 #ifndef EIGEN_HAS_C99_MATH
384 #define EIGEN_HAS_C99_MATH 1 macro
386 #define EIGEN_HAS_C99_MATH 0 macro
/external/eigen/doc/
DPreprocessorDirectives.dox63 functions by defining EIGEN_HAS_C99_MATH=1.
65 - \b EIGEN_HAS_C99_MATH - controls the usage of C99 math functions such as erf, erfc, lgamma, etc.
/external/eigen/test/
Dpacketmath.cpp409 #if EIGEN_HAS_C99_MATH in packetmath_real()
440 #if EIGEN_HAS_C99_MATH && (__cplusplus > 199711L) in packetmath_real()