Searched refs:otherIndex (Results 1 – 11 of 11) sorted by relevance
18 private int otherIndex = 0; field in OrderedMergingIterator34 return oneIndex < one.length || otherIndex < other.length; in hasNext()40 return getNextChecked(other, otherIndex++); in next()42 if (otherIndex >= other.length) { in next()45 int comparison = one[oneIndex].getKey().compareTo(other[otherIndex].getKey()); in next()52 return other[otherIndex++]; in next()
101 int otherIndex = otherComparableConstant.thisIndex; in compareTo() local103 return thisIndex < otherIndex ? -1 : in compareTo()104 thisIndex == otherIndex ? 0 : in compareTo()171 int otherIndex = otherInvokeDynamicConstant.getBootstrapMethodAttributeIndex();173 result = index < otherIndex ? -1 :174 index > otherIndex ? 1 :
332 const Index otherIndex = (NumDims == 4) ? 0 : index / m_fastOtherStride;333 …const Index patch2DIndex = (NumDims == 4) ? patchIndex : (index - otherIndex * m_otherStride) / m_…358 … + origInputRow * m_rowInputStride + origInputCol * m_colInputStride + otherIndex * m_patchInputSt…377 const Index otherIndex = (NumDims == 4) ? 0 : indices[0] / m_fastOtherStride;378 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);384 …const Index patch2DIndex = (NumDims == 4) ? patchIndex : (indices[0] - otherIndex * m_otherStride)…385 eigen_assert(patch2DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);413 … + inputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputSt…
363 const Index otherIndex = (NumDims == 5) ? 0 : index / m_fastOtherStride;364 …const Index patch3DIndex = (NumDims == 5) ? patchIndex : (index - otherIndex * m_otherStride) / m_…403 otherIndex * m_otherInputStride;424 const Index otherIndex = (NumDims == 5) ? 0 : indices[0] / m_fastOtherStride;425 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);431 …const Index patch3DIndex = (NumDims == 5) ? patchIndex : (indices[0] - otherIndex * m_otherStride)…432 eigen_assert(patch3DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);490 otherIndex * m_otherInputStride;
554 const SlotIndex &otherIndex = other.beginIndex();555 return thisIndex < otherIndex;734 const SlotIndex &otherIndex = other.beginIndex();735 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
527 const SlotIndex &otherIndex = other.beginIndex();528 return (thisIndex < otherIndex ||529 (thisIndex == otherIndex && reg < other.reg));
1408 otherIndex = lbsOther.getOffsetIntoBytes() + offset; in equalsRange()1409 (thisIndex < thisLimit); ++thisIndex, ++otherIndex) { in equalsRange()1410 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()
2006 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local2007 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
2099 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local2100 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
2055 int otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local2056 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
1947 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex); in select() local1948 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()