Searched refs:ExtractType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h272 typedef const XprType& ExtractType; typedef in struct:Eigen::internal::blas_traits
284 ExtractType,
287 static inline ExtractType extract(const XprType& x) { return x; }
298 typedef typename Base::ExtractType ExtractType; typedef in struct:Eigen::internal::blas_traits
304 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
315 typedef typename Base::ExtractType ExtractType; typedef in struct:Eigen::internal::blas_traits
316 static inline ExtractType extract(const XprType& x) { return Base::extract(x.rhs()); }
326 typedef typename Base::ExtractType ExtractTyp typedef in struct:Eigen::internal::blas_traits
344 typedef typename Base::ExtractType ExtractType; typedef in struct:Eigen::internal::blas_traits
358 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/libtextclassifier/datetime/
H A Dextractor.h69 bool ExtractType(const UnicodeText& input,
H A Dextractor.cc164 bool DatetimeExtractor::ExtractType(const UnicodeText& input, function in class:libtextclassifier2::DatetimeExtractor
229 if (ExtractType(input, type_value_pair.first)) {
323 if (!ExtractType(input, DatetimeExtractorType_DIGITS, &digit)) {
/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h55 typedef typename LhsProductTraits::ExtractType ActualLhsType;

Completed in 324 milliseconds