Searched defs:getNumElements (Results 1 - 18 of 18) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DDoubleArray.java35 int getNumElements(); method in interface:DoubleArray
45 * zero or is greater than <code>getNumElements() - 1</code>.
51 * <code>getNumElements() - 1</code>, the <code>numElements</code> property
H A DResizableDoubleArray.java571 * zero or is greater than <code>getNumElements() - 1</code>.
646 public synchronized int getNumElements() { method in class:ResizableDoubleArray
698 * <code>getNumElements() - 1</code>, the <code>numElements</code> property
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DCollectionSize.java89 public int getNumElements() { method in class:CollectionSize
/external/deqp/framework/delibs/decpp/
H A DdeRingBuffer.hpp45 int getNumElements (void) const { return m_numElements; } function in class:de::RingBuffer
143 DE_ASSERT(getNumElements() > 0);
153 DE_ASSERT(de::inBounds(offset, 0, getNumElements()));
160 DE_ASSERT(de::inRange(count, 0, getNumElements()));
168 DE_ASSERT(de::inRange(count, 0, getNumElements()));
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DTGValueTypes.cpp51 return getNumElements() * getElementType().getSizeInBits();
56 unsigned getNumElements() const { function in class:ExtendedVectorType
99 return static_cast<const ExtendedVectorType *>(LLVMTy)->getNumElements();
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractContainerTester.java169 E[] array = getSubjectGenerator().createArray(getNumElements());
175 E[] array = getSubjectGenerator().createArray(getNumElements());
203 protected int getNumElements() { method in class:AbstractContainerTester
204 return getSubjectGenerator().getCollectionSize().getNumElements();
212 return getSampleElements(getNumElements());
235 return getNumElements() / 2;
/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp140 int getNumElements (void) const { return m_numElements; } function in class:rsg::VariableType
/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp97 inline size_t getNumElements (void) const { return m_numElements; } function in class:rr::PrimitiveList
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDerivedTypes.h284 unsigned getNumElements() const { return NumContainedTys; } function in class:llvm::StructType
348 uint64_t getNumElements() const { return NumElements; } function in class:llvm::ArrayType
378 return VectorType::get(EltTy, VTy->getNumElements());
388 return VectorType::get(EltTy, VTy->getNumElements());
400 return VectorType::get(EltTy, VTy->getNumElements());
408 unsigned getNumElements() const { return NumElements; } function in class:llvm::VectorType
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h284 unsigned getNumElements() const { return NumContainedTys; } function in class:llvm::StructType
301 return cast<StructType>(this)->getNumElements();
352 uint64_t getNumElements() const { return NumElements; } function in class:llvm::ArrayType
361 return cast<ArrayType>(this)->getNumElements();
383 return VectorType::get(EltTy, VTy->getNumElements());
391 return VectorType::get(EltTy, VTy->getNumElements());
401 return VectorType::get(EltTy, VTy->getNumElements());
407 unsigned NumElts = VTy->getNumElements();
416 unsigned NumElts = VTy->getNumElements();
424 unsigned getNumElements() cons function in class:llvm::VectorType
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDebugInfo.cpp303 unsigned DIArray::getNumElements() const { function in class:DIArray
707 OS << " [" << A.getNumElements() << " elements]";
1006 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
/external/clang/include/clang/AST/
H A DExprObjC.h183 /// getNumElements - Return number of elements of objective-c array literal.
184 unsigned getNumElements() const { return NumElements; } function in class:clang::final
305 /// getNumElements - Return number of elements of objective-c dictionary
307 unsigned getNumElements() const { return NumElements; } function in class:clang::final
H A DType.h2781 unsigned getNumElements() const { return VectorTypeBits.NumElements; } function in class:clang::VectorType
2794 Profile(ID, getElementType(), getNumElements(),
2868 return unsigned(idx-1) < getNumElements();
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp185 unsigned getNumElements() const { return Bitwidth / ElementBitwidth; } function in class:__anon3371::Type
571 S += "x" + utostr(getNumElements());
629 Ret += "V" + utostr(getNumElements()) + S;
1204 for (int J = Dest.getType().getNumElements() - 1; J >= 0; --J)
1212 for (int J = Dest.getType().getNumElements() - 1; J >= 0; --J)
1231 if (!NewV.getType().isVector() || NewV.getType().getNumElements() == 1)
1244 getReturnType().getNumElements() == 1)
1345 for (unsigned J = 0; J < BaseType.getNumElements(); ++J) {
1657 llvm::make_unique<MaskExpander>(Arg1.first.getNumElements()));
1671 if (Elts.size() > T.getNumElements()) {
[all...]
/external/llvm/lib/IR/
H A DConstants.cpp244 C = ConstantVector::getSplat(VTy->getNumElements(), C);
261 return ConstantVector::getSplat(VTy->getNumElements(),
270 return Elt < CAZ->getNumElements() ? CAZ->getElementValue(Elt) : nullptr;
273 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr;
276 return Elt < CDS->getNumElements() ? CDS->getElementAsConstant(Elt)
530 return ConstantVector::getSplat(VTy->getNumElements(),
542 return ConstantVector::getSplat(VTy->getNumElements(),
565 return ConstantVector::getSplat(VTy->getNumElements(), C);
589 return ConstantVector::getSplat(VTy->getNumElements(), C);
636 return ConstantVector::getSplat(VTy->getNumElements(),
764 unsigned ConstantAggregateZero::getNumElements() const { function in class:ConstantAggregateZero
797 unsigned UndefValue::getNumElements() const { function in class:UndefValue
2314 unsigned ConstantDataSequential::getNumElements() const { function in class:ConstantDataSequential
[all...]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVInstruction.h1676 SPIRVValue *getNumElements()const { return getValue(NumElements);} function in class:SPIRV::SPIRVGroupAsyncCopy
/external/clang/lib/AST/
H A DExpr.cpp3367 unsigned ExtVectorElementExpr::getNumElements() const { function in class:ExtVectorElementExpr
3369 return VT->getNumElements();
3409 for (unsigned i = 0, e = getNumElements(); i != e; ++i) {
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1530 milliseconds