Home
last modified time | relevance | path

Searched refs:getMaxIndex (Results 1 – 5 of 5) 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-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h202 bool isValid() const { return Index <= getMaxIndex(); }
204 static size_t getMaxIndex() {
1068 assert(RPOT.size() - 1 <= BlockNode::getMaxIndex() &&
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h716 uint32_t getMaxIndex() const { return mMaxIndex; } in getMaxIndex() function
DContextVk.cpp3674 uint32_t prevMaxIndex = mActiveTexturesDesc.getMaxIndex(); in updateActiveTextures()