HomeSort by relevance Sort by last modified time
    Searched refs:otherIndex (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 101 int otherIndex = otherComparableConstant.thisIndex;
103 return thisIndex < otherIndex ? -1 :
104 thisIndex == otherIndex ? 0 :
171 int otherIndex = otherInvokeDynamicConstant.getBootstrapMethodAttributeIndex();
173 result = index < otherIndex ? -1 :
174 index > otherIndex ? 1 :
  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions.h 180 Index rowIndex, colIndex, otherIndex;
181 computeBaseIndices(0, rowIndex, colIndex, otherIndex);
182 return loadCoeff(row, rowIndex, colIndex, otherIndex);
191 Index rowIndex, colIndex, otherIndex;
192 computeBaseIndices(patchIndex, rowIndex, colIndex, otherIndex);
193 return loadCoeff(row, rowIndex, colIndex, otherIndex);
198 Index rowIndex, colIndex, otherIndex;
199 computeBaseIndices(0, rowIndex, colIndex, otherIndex);
200 return loadPacket(row, rowIndex, colIndex, otherIndex);
207 Index rowIndex, colIndex, otherIndex;
    [all...]
eigen_volume_patch.h 261 const Index otherIndex = (NumDims == 5) ? 0 : index / m_fastOtherStride;
265 : (index - otherIndex * m_otherStride) / m_fastPatchStride;
326 otherIndex * m_otherInputStride;
348 const Index otherIndex =
350 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);
360 : (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
362 (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
425 otherIndex * m_otherInputStride;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 332 const Index otherIndex = (NumDims == 4) ? 0 : index / m_fastOtherStride;
333 const Index patch2DIndex = (NumDims == 4) ? patchIndex : (index - otherIndex * m_otherStride) / m_fastPatchStride;
358 const Index inputIndex = depth + origInputRow * m_rowInputStride + origInputCol * m_colInputStride + otherIndex * m_patchInputStride;
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) / m_fastPatchStride;
385 eigen_assert(patch2DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
413 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputStride;
TensorVolumePatch.h 363 const Index otherIndex = (NumDims == 5) ? 0 : index / m_fastOtherStride;
364 const Index patch3DIndex = (NumDims == 5) ? patchIndex : (index - otherIndex * m_otherStride) / m_fastPatchStride;
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) / m_fastPatchStride;
432 eigen_assert(patch3DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
490 otherIndex * m_otherInputStride;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveInterval.h 527 const SlotIndex &otherIndex = other.beginIndex();
528 return (thisIndex < otherIndex ||
529 (thisIndex == otherIndex && reg < other.reg));
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 583 const SlotIndex &otherIndex = other.beginIndex();
584 return thisIndex < otherIndex;
792 const SlotIndex &otherIndex = other.beginIndex();
793 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 583 const SlotIndex &otherIndex = other.beginIndex();
584 return thisIndex < otherIndex;
792 const SlotIndex &otherIndex = other.beginIndex();
793 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 589 const SlotIndex &otherIndex = other.beginIndex();
590 return thisIndex < otherIndex;
798 const SlotIndex &otherIndex = other.beginIndex();
799 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ByteString.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingLayoutTransformState.java 245 int otherIndex = otherMessages.size() - 1 - i;
247 if (otherIndex >= 0) {
248 otherChild = otherMessages.get(otherIndex).getView();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowParcel.java 489 int otherIndex = other.toIndex(offset);
491 for (int i = otherIndex; i < otherEndIndex && i < other.buffer.size(); i++) {
  /frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java     [all...]

Completed in 1785 milliseconds

1 2 3 4