/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 232 final int qStart = jBlock * BLOCK_SIZE; in toBlocksLayout() local 233 final int qEnd = FastMath.min(qStart + BLOCK_SIZE, columns); in toBlocksLayout() 234 final int jWidth = qEnd - qStart; in toBlocksLayout() 243 System.arraycopy(rawData[p], qStart, block, index, jWidth); in toBlocksLayout() 280 final int qStart = jBlock * BLOCK_SIZE; in createBlocksLayout() local 281 final int qEnd = FastMath.min(qStart + BLOCK_SIZE, columns); in createBlocksLayout() 282 final int jWidth = qEnd - qStart; in createBlocksLayout() 338 final int qStart = jBlock * BLOCK_SIZE; in add() 339 final int qEnd = FastMath.min(qStart + BLOCK_SIZE, columns); in add() 342 for (int q = qStart; q < qEnd; ++q) { in add() [all …]
|
D | BlockFieldMatrix.java | 238 final int qStart = jBlock * BLOCK_SIZE; in toBlocksLayout() local 239 final int qEnd = FastMath.min(qStart + BLOCK_SIZE, columns); in toBlocksLayout() 240 final int jWidth = qEnd - qStart; in toBlocksLayout() 249 System.arraycopy(rawData[p], qStart, block, index, jWidth); in toBlocksLayout() 290 final int qStart = jBlock * BLOCK_SIZE; in createBlocksLayout() local 291 final int qEnd = FastMath.min(qStart + BLOCK_SIZE, columns); in createBlocksLayout() 292 final int jWidth = qEnd - qStart; in createBlocksLayout() 348 final int qStart = jBlock * BLOCK_SIZE; in add() 349 final int qEnd = FastMath.min(qStart + BLOCK_SIZE, columns); in add() 352 for (int q = qStart; q < qEnd; ++q) { in add() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | MutableCodePointTrie.java | 531 char[] q, int qStart, int blockLength) { in findSameBlock() argument 536 if (equalBlocks(p, pStart, q, qStart, blockLength)) { in findSameBlock() 569 private static int getOverlap(int[] p, int length, int[] q, int qStart, int blockLength) { in getOverlap() argument 572 while (overlap > 0 && !equalBlocks(p, length - overlap, q, qStart, overlap)) { in getOverlap() 578 private static int getOverlap(char[] p, int length, int[] q, int qStart, int blockLength) { in getOverlap() argument 581 while (overlap > 0 && !equalBlocks(p, length - overlap, q, qStart, overlap)) { in getOverlap() 587 private static int getOverlap(char[] p, int length, char[] q, int qStart, int blockLength) { in getOverlap() argument 590 while (overlap > 0 && !equalBlocks(p, length - overlap, q, qStart, overlap)) { in getOverlap()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MutableCodePointTrie.java | 539 char[] q, int qStart, int blockLength) { in findSameBlock() argument 544 if (equalBlocks(p, pStart, q, qStart, blockLength)) { in findSameBlock() 577 private static int getOverlap(int[] p, int length, int[] q, int qStart, int blockLength) { in getOverlap() argument 580 while (overlap > 0 && !equalBlocks(p, length - overlap, q, qStart, overlap)) { in getOverlap() 586 private static int getOverlap(char[] p, int length, int[] q, int qStart, int blockLength) { in getOverlap() argument 589 while (overlap > 0 && !equalBlocks(p, length - overlap, q, qStart, overlap)) { in getOverlap() 595 private static int getOverlap(char[] p, int length, char[] q, int qStart, int blockLength) { in getOverlap() argument 598 while (overlap > 0 && !equalBlocks(p, length - overlap, q, qStart, overlap)) { in getOverlap()
|
/external/icu/icu4c/source/common/ |
D | umutablecptrie.cpp | 592 const uint16_t *q, int32_t qStart, int32_t blockLength) { in findSameBlock() argument 596 q += qStart; in findSameBlock() 633 const UIntB *q, int32_t qStart, int32_t blockLength) { in getOverlap() argument 636 q += qStart; in getOverlap()
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |