Searched refs:global_math_functions_filtering_base (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Darray.cpp299 VERIFY((internal::is_same< internal::global_math_functions_filtering_base<int>::type, int >::value));
300 VERIFY((internal::is_same< internal::global_math_functions_filtering_base<float>::type, float >::value));
301 VERIFY((internal::is_same< internal::global_math_functions_filtering_base<Array2i>::type, ArrayBase<Array2i> >::value));
303 VERIFY((internal::is_same< internal::global_math_functions_filtering_base<Xpr>::type,
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h17 /** \internal \struct global_math_functions_filtering_base
22 * global_math_functions_filtering_base<T>::type is a typedef for it.
23 * - otherwise, global_math_functions_filtering_base<T>::type is a typedef for T.
30 * won't be used. How does sin know that? That's exactly what global_math_functions_filtering_base tells it.
38 struct global_math_functions_filtering_base struct in namespace:Eigen::internal
46 struct global_math_functions_filtering_base struct in namespace:Eigen::internal
54 #define EIGEN_MATHFUNC_IMPL(func, scalar) Eigen::internal::func##_impl<typename Eigen::internal::global_math_functions_filtering_base<scalar>::type>
55 #define EIGEN_MATHFUNC_RETVAL(func, scalar) typename Eigen::internal::func##_retval<typename Eigen::internal::global_math_functions_filtering_base<scalar>::type>::type

Completed in 357 milliseconds