HomeSort by relevance Sort by last modified time
    Searched refs:UType (Results 1 - 7 of 7) sorted by null

  /external/eigen/Eigen/src/Core/products/
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 typedef typename internal::remove_all<typename 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(actualV),actualAlpha)
    [all...]
  /external/flatbuffers/include/flatbuffers/
minireflect.h 49 virtual void UType(uint8_t, const char *) {}
126 visitor->UType(tval, EnumName(tval, type_table));
335 void UType(uint8_t x, const char *name) { Named(x, name); }
reflection.h 34 return t >= reflection::UType && t <= reflection::Double;
37 return t >= reflection::UType && t <= reflection::ULong;
reflection_generated.h 31 UType = 1,
52 UType,
75 "UType",
    [all...]
  /external/flatbuffers/src/
reflection.cpp 28 case reflection::UType:
120 case reflection::UType:
526 case reflection::UType:
601 case reflection::UType:
655 auto utype = table->GetField<uint8_t>(utype_offset, 0); local
656 if (utype != 0) {
659 auto child_obj = fb_enum->values()->Get(utype)->object();
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 276 milliseconds