/external/eigen/Eigen/src/Eigenvalues/ |
D | HessenbergDecomposition.h | 68 MaxSize = MatrixType::MaxRowsAtCompileTime, 69 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : MaxSize - 1 268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
|
D | Tridiagonalization.h | 76 MaxSize = MatrixType::MaxRowsAtCompileTime, 77 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : (MaxSize > 1 ? MaxSize - 1 : 1)
|
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 47 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/ |
D | APValue.cpp | 37 (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/ |
D | SetTheory.cpp | 147 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()
|
D | AsmWriterEmitter.cpp | 205 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/ |
D | p11.cpp | 6 return T::MaxSize; // expected-error {{'int' cannot be used prior to '::'}} in f0()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | PageAllocatorSymbian.h | 48 m_maxSize = MaxSize(); in SymbianChunk()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 93 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/ |
D | mach_ipc_mac.h | 211 size_t MaxSize() const { return storage_length_bytes_; } in MaxSize() function
|
D | mach_ipc_mac.mm | 271 out_message->MaxSize(),
|
/external/clang/include/clang/AST/ |
D | APValue.h | 112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ? enumerator 118 char Data[MaxSize];
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 463 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/ |
D | mtypes.h | 1029 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 4115 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxWidth, MaxWidth, MaxSize) in applyProperty() 4224 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxHeight, MaxHeight, MaxSize) in applyProperty()
|
/external/llvm/docs/ |
D | CodingStandards.rst | 673 MaxSize = 42,
|