HomeSort by relevance Sort by last modified time
    Searched refs:MaxDepth (Results 1 - 25 of 36) sorted by null

1 2

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 243 template<int StorageOrder, typename LhsScalar, typename RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor=1,
244 bool FiniteAtCompileTime = MaxRows!=Dynamic && MaxCols!=Dynamic && MaxDepth != Dynamic> class gemm_blocking_space;
274 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
275 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, true /* == FiniteAtCompileTime */>
289 SizeA = ActualRows * MaxDepth,
290 SizeB = ActualCols * MaxDepth
307 this->m_kc = MaxDepth;
325 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
326 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, false>
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth;
735 if (CondDepth > MaxDepth) {
736 unsigned Extra = CondDepth - MaxDepth;
746 if (TDepth > MaxDepth) {
747 unsigned Extra = TDepth - MaxDepth;
757 if (FDepth > MaxDepth) {
758 unsigned Extra = FDepth - MaxDepth;
ScheduleDAG.cpp 303 unsigned MaxDepth = BestI->getSUnit()->getDepth();
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 90 int MaxDepth,
97 MaxDepth(MaxDepth),
240 // 0 < CurrentDepth <= MaxDepth.
246 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
285 const int MaxDepth;
378 BoundNodesTreeBuilder *Builder, int MaxDepth,
382 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
400 MaxDepth, Traversal, Bind);
412 BoundNodesTreeBuilder *Builder, int MaxDepth,
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 230 const int MaxDepth = 20;
231 if (Depth >= MaxDepth)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 33 const unsigned MaxDepth = 6;
64 assert(Depth <= MaxDepth && "Limit Search Depth");
147 if (Depth == MaxDepth || Mask == 0)
645 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
661 KnownZero2, KnownOne2, TD, MaxDepth-1);
731 if (Depth++ == MaxDepth)
770 if (Depth++ == MaxDepth)
    [all...]
  /external/mesa3d/src/mesa/main/
matrix.c 234 if (stack->Depth + 1 >= stack->MaxDepth) {
653 * \param maxDepth maximum stack depth.
656 * Allocates an array of \p maxDepth elements for the matrix stack and calls
661 GLuint maxDepth, GLuint dirtyFlag )
666 stack->MaxDepth = maxDepth;
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_stream.h 189 size_t MaxDepth() const { return summary_levels_.size(); }
  /external/llvm/lib/Analysis/
ValueTracking.cpp 47 const unsigned MaxDepth = 6;
83 std::array<const Value*, MaxDepth> Excluded;
555 if (Depth == MaxDepth)
    [all...]
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 45 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::MaxColsAtCompileTime,
57 depth_select = product_size_category<Depth,MaxDepth>::value
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 380 enum { MaxDepth = 256 };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
RAIIObjectsForParser.h 381 enum { MaxDepth = 256 };

Completed in 2038 milliseconds

1 2