Home
last modified time | relevance | path

Searched refs:UType (Results 1 – 7 of 7) 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/include/flatbuffers/
Dminireflect.h49 virtual void UType(uint8_t, const char *) {} in UType() function
126 visitor->UType(tval, EnumName(tval, type_table)); in IterateValue()
345 void UType(uint8_t x, const char *name) { Named(x, name); } in UType() function
Dreflection.h34 return t >= reflection::UType && t <= reflection::Double; in IsScalar()
37 return t >= reflection::UType && t <= reflection::ULong; in IsInteger()
Dreflection_generated.h31 UType = 1, enumerator
52 UType, in EnumValuesBaseType()
/external/flatbuffers/src/
Dreflection.cpp28 case reflection::UType: in GetAnyValueI()
120 case reflection::UType: in SetAnyValueI()
526 case reflection::UType: in VerifyVector()
601 case reflection::UType: in VerifyObject()
/external/flatbuffers/reflection/
Dreflection.fbs11 UType,
/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()