Searched defs:ExtractType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h154 typedef const XprType& ExtractType; typedef in struct:Eigen::internal::blas_traits
166 ExtractType,
169 static inline ExtractType extract(const XprType& x) { return x; }
180 typedef typename Base::ExtractType ExtractType; typedef in struct:Eigen::internal::blas_traits
186 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
197 typedef typename Base::ExtractType ExtractType; typedef in struct:Eigen::internal::blas_traits
198 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
210 typedef typename Base::ExtractType ExtractTyp typedef in struct:Eigen::internal::blas_traits
224 typedef Transpose<const typename Base::_ExtractType> ExtractType; // const to get rid of a compile error; anyway blas traits are only used on the RHS typedef in struct:Eigen::internal::blas_traits
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dutilities.cpp470 GLenum ExtractType(GLenum internalformat) function in namespace:gl

Completed in 135 milliseconds