Home
last modified time | relevance | path

Searched refs:getIndex (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
DTypeIndex.h110 uint32_t getIndex() const { return Index; } in getIndex() function
119 return (getIndex() & ~DecoratedItemIdMask) - FirstNonSimpleIndex; in toArrayIndex()
231 return A.getIndex() == B.getIndex();
235 return A.getIndex() != B.getIndex();
239 return A.getIndex() < B.getIndex();
243 return A.getIndex() <= B.getIndex();
247 return A.getIndex() > B.getIndex();
251 return A.getIndex() >= B.getIndex();
261 assert(A.getIndex() >= N);
298 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
DTypeIndex.h110 uint32_t getIndex() const { return Index; } in getIndex() function
119 return getIndex() - FirstNonSimpleIndex; in toArrayIndex()
222 return A.getIndex() == B.getIndex();
226 return A.getIndex() != B.getIndex();
230 return A.getIndex() < B.getIndex();
234 return A.getIndex() <= B.getIndex();
238 return A.getIndex() > B.getIndex();
242 return A.getIndex() >= B.getIndex();
252 assert(A.getIndex() >= N);
289 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
/external/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h24 uint32_t getIndex() const { return Index; } in getIndex() function
31 return A.getIndex() == B.getIndex();
35 return A.getIndex() != B.getIndex();
39 return A.getIndex() < B.getIndex();
43 return A.getIndex() <= B.getIndex();
47 return A.getIndex() > B.getIndex();
51 return A.getIndex() >= B.getIndex();
DTypeIndex.h103 uint32_t getIndex() const { return Index; } in getIndex() function
162 return A.getIndex() == B.getIndex();
166 return A.getIndex() != B.getIndex();
170 return A.getIndex() < B.getIndex();
174 return A.getIndex() <= B.getIndex();
178 return A.getIndex() > B.getIndex();
182 return A.getIndex() >= B.getIndex();
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSimpleElementValue.java41 public int getIndex() in getIndex() method in SimpleElementValue
57 final ConstantUtf8 c = (ConstantUtf8) super.getConstantPool().getConstant(getIndex(), in getValueString()
68 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
79 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
90 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
101 final ConstantLong j = (ConstantLong) super.getConstantPool().getConstant(getIndex()); in getValueLong()
111 final ConstantFloat f = (ConstantFloat) super.getConstantPool().getConstant(getIndex()); in getValueFloat()
121 final ConstantDouble d = (ConstantDouble) super.getConstantPool().getConstant(getIndex()); in getValueDouble()
131 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
141 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
[all …]
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DElementValueGenTestCase.java55 + evg.getIndex() + "!=" + cp.lookupInteger(555), in testCreateIntegerElementValue()
56 evg.getIndex() == cp.lookupInteger(555)); in testCreateIntegerElementValue()
69 + evg.getIndex() + "!=" + cp.lookupFloat(111.222f), evg in testCreateFloatElementValue()
70 .getIndex() == cp.lookupFloat(111.222f)); in testCreateFloatElementValue()
84 + evg.getIndex() + "!=" + idx, evg.getIndex() == idx); in testCreateDoubleElementValue()
98 + evg.getIndex() + "!=" + idx, evg.getIndex() == idx); in testCreateLongElementValue()
112 + evg.getIndex() + "!=" + idx, evg.getIndex() == idx); in testCreateCharElementValue()
126 + evg.getIndex() + "!=" + idx, evg.getIndex() == idx); in testCreateByteElementValue()
140 + evg.getIndex() + "!=" + idx, evg.getIndex() == idx); in testCreateBooleanElementValue()
154 + evg.getIndex() + "!=" + idx, evg.getIndex() == idx); in testCreateShortElementValue()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationdatareader.cpp40 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) { in getIndex() function
111 offset = getIndex(inIndexes, indexesLength, index); in read()
112 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read()
143 offset = getIndex(inIndexes, indexesLength, index); in read()
144 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read()
163 offset = getIndex(inIndexes, indexesLength, index); in read()
164 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read()
183 offset = getIndex(inIndexes, indexesLength, index); in read()
184 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read()
195 offset = getIndex(inIndexes, indexesLength, index); in read()
[all …]
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp107 ASSERT_EQ(0x1000U, CharPP[0].getIndex()); in TEST()
108 ASSERT_EQ(0x1001U, IntPP[0].getIndex()); in TEST()
109 ASSERT_EQ(0x1002U, IntPPP[0].getIndex()); in TEST()
110 ASSERT_EQ(0x1003U, Args[0].getIndex()); in TEST()
111 ASSERT_EQ(0x1004U, Proc[0].getIndex()); in TEST()
139 ASSERT_EQ(0x1000U, IntPP[1].getIndex()); in TEST()
140 ASSERT_EQ(0x1001U, IntPPP[1].getIndex()); in TEST()
141 ASSERT_EQ(0x1002U, CharPP[1].getIndex()); in TEST()
142 ASSERT_EQ(0x1003U, DoublePP[1].getIndex()); in TEST()
143 ASSERT_EQ(0x1004U, Args[1].getIndex()); in TEST()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRuleCharacterIterator.java107 if (text == null || pos.getIndex() > text.length()) { in RuleCharacterIterator()
120 return buf == null && pos.getIndex() == text.length(); in atEnd()
219 return new Object[] {buf, new int[] {pos.getIndex(), bufPos}}; in getPos()
224 v[0] = pos.getIndex(); in getPos()
276 return text.substring(pos.getIndex()); in lookahead()
298 int i = pos.getIndex() + count; in jumpahead()
314 int b = pos.getIndex(); in toString()
327 int i = pos.getIndex(); in _current()
343 pos.setIndex(pos.getIndex() + count); in _advance()
344 if (pos.getIndex() > text.length()) { in _advance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRuleCharacterIterator.java106 if (text == null || pos.getIndex() > text.length()) { in RuleCharacterIterator()
119 return buf == null && pos.getIndex() == text.length(); in atEnd()
218 return new Object[] {buf, new int[] {pos.getIndex(), bufPos}}; in getPos()
223 v[0] = pos.getIndex(); in getPos()
275 return text.substring(pos.getIndex()); in lookahead()
297 int i = pos.getIndex() + count; in jumpahead()
313 int b = pos.getIndex(); in toString()
326 int i = pos.getIndex(); in _current()
342 pos.setIndex(pos.getIndex() + count); in _advance()
343 if (pos.getIndex() > text.length()) { in _advance()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h58 unsigned getIndex() const { return index; } in getIndex() function
124 unsigned getIndex() const {
125 return listEntry()->getIndex() | getSlot();
176 return getIndex() < other.getIndex();
181 return getIndex() <= other.getIndex();
187 return getIndex() > other.getIndex();
193 return getIndex() >= other.getIndex();
204 return A.listEntry()->getIndex() < B.listEntry()->getIndex();
215 return other.getIndex() - getIndex();
221 return (other.listEntry()->getIndex() - listEntry()->getIndex())
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/
DSlotIndexes.h58 unsigned getIndex() const { return index; } in getIndex() function
124 unsigned getIndex() const {
125 return listEntry()->getIndex() | getSlot();
176 return getIndex() < other.getIndex();
181 return getIndex() <= other.getIndex();
187 return getIndex() > other.getIndex();
193 return getIndex() >= other.getIndex();
204 return A.listEntry()->getIndex() < B.listEntry()->getIndex();
215 return other.getIndex() - getIndex();
221 return (other.listEntry()->getIndex() - listEntry()->getIndex())
[all …]
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp171 if(test->getIndex()!=1){ in TestCoverage()
178 if(test->getIndex()!=0){ in TestCoverage()
182 if(test->getIndex()!=testText.length()){ in TestCoverage()
215 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex()) in TestConstructionAndEquality()
312 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex()) in TestConstructionAndEqualityUChariter()
356 if (test8b->getIndex()!=5) in TestConstructionAndEqualityUChariter()
411 if (iter.getIndex() != i) in TestIteration()
440 if (iter.getIndex() != i) in TestIteration()
462 if(iter.getIndex() != i+1) in TestIteration()
481 if(iter.getIndex() != i) in TestIteration()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceInstX8632.cpp142 if (getIndex()) in emit()
143 assert(!getIndex()->isRematerializable()); in emit()
169 if (getBase() || getIndex()) { in emit()
173 if (getIndex()) { in emit()
175 getIndex()->emit(Func); in emit()
206 if (getIndex()) { in dump()
207 assert(!getIndex()->isRematerializable()); in dump()
213 getIndex()->dump(Func); in dump()
215 getIndex()->dump(Str); in dump()
270 if (getIndex()) in toAsmAddress()
[all …]
/external/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp25 size_t pop_index = Strtab.getIndex("pop"); in CheckStringTablePermLayout()
27 size_t lollipop_index = Strtab.getIndex("lollipop"); in CheckStringTablePermLayout()
29 size_t lipop_index = Strtab.getIndex("lipop"); in CheckStringTablePermLayout()
31 size_t pops_index = Strtab.getIndex("pops"); in CheckStringTablePermLayout()
33 size_t unpop_index = Strtab.getIndex("unpop"); in CheckStringTablePermLayout()
35 size_t popular_index = Strtab.getIndex("popular"); in CheckStringTablePermLayout()
37 size_t strtab_index = Strtab.getIndex(".strtab"); in CheckStringTablePermLayout()
39 size_t shstrtab_index = Strtab.getIndex(".shstrtab"); in CheckStringTablePermLayout()
41 size_t symtab_index = Strtab.getIndex(".symtab"); in CheckStringTablePermLayout()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
DTestUCharacterIterator.java103 int index = iterator2.getIndex(); in TestIteration()
122 int index = iterator2.getIndex(); in TestIteration()
192 if(iter.getIndex() != UTF16.getCharCount(c) + i) in TestIterationUChar32()
197 if (iter.getIndex() != 0) in TestIterationUChar32()
209 if(iter.getIndex() != i) in TestIterationUChar32()
257 public int getIndex() { in getIndex() method in TestUCharacterIterator.UCharIterator
381 if(expectIndex[iter.getIndex()]!=iter32.getIndex()) { in previousNext()
385 +history+ " : "+ "Normalizer index " +iter.getIndex() in previousNext()
386 +" expected "+ expectIndex[iter32.getIndex()]); in previousNext()
427 if(wrap_ci.getIndex()!=ci.getIndex()) { in TestUCharacterIteratorWrapper()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
DTestUCharacterIterator.java106 int index = iterator2.getIndex(); in TestIteration()
125 int index = iterator2.getIndex(); in TestIteration()
195 if(iter.getIndex() != UTF16.getCharCount(c) + i) in TestIterationUChar32()
200 if (iter.getIndex() != 0) in TestIterationUChar32()
212 if(iter.getIndex() != i) in TestIterationUChar32()
260 public int getIndex() { in getIndex() method in TestUCharacterIterator.UCharIterator
384 if(expectIndex[iter.getIndex()]!=iter32.getIndex()) { in previousNext()
388 +history+ " : "+ "Normalizer index " +iter.getIndex() in previousNext()
389 +" expected "+ expectIndex[iter32.getIndex()]); in previousNext()
430 if(wrap_ci.getIndex()!=ci.getIndex()) { in TestUCharacterIteratorWrapper()
[all …]
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h51 unsigned getIndex() const { return index; } in getIndex() function
132 unsigned getIndex() const {
133 return listEntry()->getIndex() | getSlot();
184 return getIndex() < other.getIndex();
189 return getIndex() <= other.getIndex();
195 return getIndex() > other.getIndex();
201 return getIndex() >= other.getIndex();
212 return A.listEntry()->getIndex() < B.listEntry()->getIndex();
223 return other.getIndex() - getIndex();
229 return (other.listEntry()->getIndex() - listEntry()->getIndex())
[all …]
/external/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h44 ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
68 ModuleSummaryIndex &getIndex() { return IndexBuilder->getIndex(); } in getIndex() function
69 const ModuleSummaryIndex &getIndex() const { in getIndex() function
70 return IndexBuilder->getIndex(); in getIndex()
/external/swiftshader/src/Device/
DETC_Decoder.cpp443 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock()
444 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock()
445 if((x + 2) < w) color[2] = subblockColors0[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock()
446 if((x + 3) < w) color[3] = subblockColors0[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock()
453 if((x + 0) < w) color[0] = subblockColors1[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock()
454 if((x + 1) < w) color[1] = subblockColors1[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock()
455 if((x + 2) < w) color[2] = subblockColors1[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock()
456 if((x + 3) < w) color[3] = subblockColors1[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock()
465 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock()
466 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock()
[all …]
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp446 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock()
447 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock()
448 if((x + 2) < w) color[2] = subblockColors0[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock()
449 if((x + 3) < w) color[3] = subblockColors0[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock()
456 if((x + 0) < w) color[0] = subblockColors1[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock()
457 if((x + 1) < w) color[1] = subblockColors1[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock()
458 if((x + 2) < w) color[2] = subblockColors1[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock()
459 if((x + 3) < w) color[3] = subblockColors1[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock()
468 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock()
469 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLDC.java51 if (super.getIndex() <= org.apache.bcel.Const.MAX_BYTE) { // Fits in one byte? in setSize()
69 out.writeByte(super.getIndex()); in dump()
71 out.writeShort(super.getIndex()); in dump()
97 org.apache.bcel.classfile.Constant c = cpg.getConstantPool().getConstant(super.getIndex()); in getValue()
112 … throw new RuntimeException("Unknown or invalid constant type at " + super.getIndex()); in getValue()
119 switch (cpg.getConstantPool().getConstant(super.getIndex()).getTag()) { in getType()
129 … throw new RuntimeException("Unknown or invalid constant type at " + super.getIndex()); in getType()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java100 result[e.getIndex()] += e.getValue(); in add()
115 final int index = e.getIndex(); in add()
127 final int index = e.getIndex(); in subtract()
143 final int index = e.getIndex(); in subtract()
181 d += e.getValue() * v.getEntry(e.getIndex()); in dotProduct()
203 final double diff = e.getValue() - v.getEntry(e.getIndex()); in getDistance()
255 d += FastMath.abs(e.getValue() - v.getEntry(e.getIndex())); in getL1Distance()
267 d += FastMath.abs(e.getValue() - v[e.getIndex()]); in getL1Distance()
279 d = FastMath.max(FastMath.abs(e.getValue() - v.getEntry(e.getIndex())), d); in getLInfDistance()
291 d = FastMath.max(FastMath.abs(e.getValue() - v[e.getIndex()]), d); in getLInfDistance()
[all …]

12345678910>>...53