Searched refs:otherSize (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | TriangularSolverMatrix_BLAS.h | 52 Index size, Index otherSize, \ 56 … BlasIndex m = convert_index<BlasIndex>(size), n = convert_index<BlasIndex>(otherSize), lda, ldb; \ 105 Index size, Index otherSize, \ 109 … BlasIndex m = convert_index<BlasIndex>(otherSize), n = convert_index<BlasIndex>(size), lda, ldb; \
|
D | TriangularSolverMatrix.h | 42 Index size, Index otherSize, 49 Index size, Index otherSize, 54 Index cols = otherSize; 192 Index size, Index otherSize, 199 Index size, Index otherSize, 204 Index rows = otherSize;
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/ |
D | Size.java | 126 final Size otherSize = (Size) other; in equals() local 127 return (width == otherSize.width && height == otherSize.height); in equals()
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/ |
D | Size.java | 126 final Size otherSize = (Size) other; in equals() local 127 return (width == otherSize.width && height == otherSize.height); in equals()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 2136 int otherSize = other.size(); in visitList() local 2137 if (size > 0 && otherSize > 0) { in visitList() 2139 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitList() 2150 int otherSize = other.size(); in visitBooleanList() local 2151 if (size > 0 && otherSize > 0) { in visitBooleanList() 2153 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitBooleanList() 2164 int otherSize = other.size(); in visitIntList() local 2165 if (size > 0 && otherSize > 0) { in visitIntList() 2167 mine = mine.mutableCopyWithCapacity(size + otherSize); in visitIntList() 2178 int otherSize = other.size(); in visitDoubleList() local [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 502 int32_t otherSize = other.size() - 1; in matchesAt() local 504 if (listSize - 1 - offset < otherSize) { in matchesAt() 508 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) { in matchesAt()
|