Searched refs:UType (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointRank2Update.h | 21 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/ |
D | minireflect.h | 49 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
|
D | reflection.h | 34 return t >= reflection::UType && t <= reflection::Double; in IsScalar() 37 return t >= reflection::UType && t <= reflection::ULong; in IsInteger()
|
D | reflection_generated.h | 40 UType = 1, enumerator 62 UType, in EnumValuesBaseType()
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersStructsTests.swift | 64 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/ |
D | reflection.cpp | 29 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/ |
D | reflection.fbs | 11 UType,
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 2699 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()
|