Home
last modified time | relevance | path

Searched refs:UType (Results 1 – 8 of 8) 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
127 visitor->UType(tval, EnumName(tval, type_table)); in IterateValue()
346 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.h40 UType = 1, enumerator
62 UType, in EnumValuesBaseType()
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersStructsTests.swift64 XCTAssertEqual(point.UType, Test.vec) in testReadingStructWithEnums()
171 …var UType: Test? { let o = __t.offset(6); return o == 0 ? Test.none : Test(rawValue: __t.readBuffe… variable
/external/flatbuffers/src/
Dreflection.cpp29 case reflection::UType: in GetAnyValueI()
127 case reflection::UType: in SetAnyValueI()
559 case reflection::UType: in VerifyVector()
638 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()