Home
last modified time | relevance | path

Searched refs:MaxSize (Results 1 – 16 of 16) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DHessenbergDecomposition.h68 MaxSize = MatrixType::MaxRowsAtCompileTime,
69 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : MaxSize - 1
268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
DTridiagonalization.h76 MaxSize = MatrixType::MaxRowsAtCompileTime,
77 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : (MaxSize > 1 ? MaxSize - 1 : 1)
/external/eigen/Eigen/src/Core/
DGeneralProduct.h47 template<int Size, int MaxSize> struct product_size_category
49 enum { is_large = MaxSize == Dynamic ||
348 template<typename Scalar,int Size,int MaxSize,bool Cond> struct gemv_static_vector_if;
350 template<typename Scalar,int Size,int MaxSize>
351 struct gemv_static_vector_if<Scalar,Size,MaxSize,false>
362 template<typename Scalar,int Size,int MaxSize>
363 struct gemv_static_vector_if<Scalar,Size,MaxSize,true>
366 internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize),0> m_data;
375 …internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize)+(ForceAlignment?PacketSize:…
/external/clang/lib/AST/
DAPValue.cpp37 (MaxSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
78 (MaxSize - sizeof(MemberPointerBase)) / sizeof(const CXXRecordDecl*);
217 char TmpData[MaxSize]; in swap()
218 memcpy(TmpData, Data, MaxSize); in swap()
219 memcpy(Data, RHS.Data, MaxSize); in swap()
220 memcpy(RHS.Data, TmpData, MaxSize); in swap()
586 assert(sizeof(LV) <= MaxSize && "LV too big"); in MakeLValue()
/external/llvm/utils/TableGen/
DSetTheory.cpp147 unsigned MaxSize = 0; in apply() local
150 MaxSize = std::max(MaxSize, unsigned(Args[i].size())); in apply()
153 for (unsigned n = 0; n != MaxSize; ++n) in apply()
DAsmWriterEmitter.cpp205 size_t MaxSize = FirstInst->Operands.size(); in FindUniqueOperandCommands() local
217 MaxSize = std::max(MaxSize, OtherInst->Operands.size()); in FindUniqueOperandCommands()
/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp11.cpp6 return T::MaxSize; // expected-error {{'int' cannot be used prior to '::'}} in f0()
/external/webkit/Source/JavaScriptCore/wtf/
DPageAllocatorSymbian.h48 m_maxSize = MaxSize(); in SymbianChunk()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp93 unsigned MaxSize; member in __anon478b9d0a0111::LUAnalysisCache
99 MaxSize(Threshold) in LUAnalysisCache()
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()
275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation; in forgetLoop()
/external/chromium/base/
Dmach_ipc_mac.h211 size_t MaxSize() const { return storage_length_bytes_; } in MaxSize() function
Dmach_ipc_mac.mm271 out_message->MaxSize(),
/external/clang/include/clang/AST/
DAPValue.h112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ? enumerator
118 char Data[MaxSize];
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp463 APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits); in visitCallSite() local
464 if (Size.ugt(MaxSize)) in visitCallSite()
465 Size = MaxSize + 1; in visitCallSite()
/external/mesa3d/src/mesa/main/
Dmtypes.h1029 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4115 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxWidth, MaxWidth, MaxSize) in applyProperty()
4224 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxHeight, MaxHeight, MaxSize) in applyProperty()
/external/llvm/docs/
DCodingStandards.rst673 MaxSize = 42,