Home
last modified time | relevance | path

Searched refs:getMaxIndex (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java326 public int getMaxIndex() { in getMaxIndex() method in AbstractRealVector
344 final int maxIndex = getMaxIndex(); in getMaxValue()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h186 bool isValid() const { return Index <= getMaxIndex(); }
187 static size_t getMaxIndex() { return UINT32_MAX - 1; }
1004 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() &&
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h197 bool isValid() const { return Index <= getMaxIndex(); } in isValid()
199 static size_t getMaxIndex() { in getMaxIndex() function
1069 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() &&
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h201 bool isValid() const { return Index <= getMaxIndex(); } in isValid()
203 static size_t getMaxIndex() { in getMaxIndex() function
1130 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() &&
/external/llvm-project/clang/include/clang/AST/
DAPValue.h81 static unsigned getMaxIndex() { in getMaxIndex() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h1077 uint32_t getMaxIndex() const { return mMaxIndex; } in getMaxIndex() function
DContextVk.cpp5000 uint32_t prevMaxIndex = mActiveTexturesDesc.getMaxIndex(); in updateActiveTextures()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1888 if (NumHeapAllocs > DynamicAllocLValue::getMaxIndex()) { in createHeapAlloc()