Home
last modified time | relevance | path

Searched refs:UType (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointRank2Update.h21 template<typename Scalar, typename Index, typename UType, typename VType, int UpLo>
24 template<typename Scalar, typename Index, typename UType, typename VType>
25 struct selfadjoint_rank2_update_selector<Scalar,Index,UType,VType,Lower>
27 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, const Scalar& alpha)
39 template<typename Scalar, typename Index, typename UType, typename VType>
40 struct selfadjoint_rank2_update_selector<Scalar,Index,UType,VType,Upper>
42 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, const Scalar& alpha)
82 … internal::conj_expr_if<IsRowMajor ^ UBlasTraits::NeedToConjugate,_ActualUType>::type>::type UType;
84 internal::selfadjoint_rank2_update_selector<Scalar, Index, UType, VType,
86 …::run(_expression().const_cast_derived().data(),_expression().outerStride(),UType(actualU),VType(a…
/external/flatbuffers/src/
Dreflection.cpp27 case reflection::UType: in GetAnyValueI()
114 case reflection::UType: in SetAnyValueI()
531 case reflection::UType: in VerifyVector()
618 case reflection::UType: in VerifyObject()
/external/flatbuffers/reflection/
Dreflection.fbs11 UType,
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h27 UType = 1, enumerator
/external/clang/lib/Sema/
DSemaExpr.cpp2699 QualType UType = URecordType; in PerformObjectMemberConversion() local
2701 UType = Context.getPointerType(UType); in PerformObjectMemberConversion()
2702 From = ImpCastExprToType(From, UType, CK_UncheckedDerivedToBase, in PerformObjectMemberConversion()
2704 FromType = UType; in PerformObjectMemberConversion()