Home
last modified time | relevance | path

Searched refs:orders (Results 1 – 25 of 53) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp390 LocalArray<Order> orders(getOrders(iter, orderLength)); in backAndForth() local
415 if (o != orders[index].order) { in backAndForth()
419 while (index > 0 && orders[--index].order == 0) { in backAndForth()
423 if (o != orders[index].order) { in backAndForth()
425 orders[index].order, o); in backAndForth()
433 if (offset != orders[index].offset) { in backAndForth()
435 orders[index].offset, offset); in backAndForth()
443 while (index != 0 && orders[index - 1].order == 0) in backAndForth()
487 LocalArray<Order> orders(new Order[maxSize]); in getOrders() local
499 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); in getOrders()
[all …]
Ditercoll.cpp191 Order *orders = getOrders(*iter, orderLength); in TestOffset() local
218 delete[] orders; in TestOffset()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c479 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize); in getOrders() local
490 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
491 free(orders); in getOrders()
492 orders = temp; in getOrders()
496 orders[size].order = order; in getOrders()
497 orders[size].offset = offset; in getOrders()
507 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
508 free(orders); in getOrders()
509 orders = temp; in getOrders()
515 return orders; in getOrders()
[all …]
Dcitertst.c563 OrderAndOffset *orders; in TestOffset() local
595 orders = getOrders(iter, &orderLength); in TestOffset()
627 free(orders); in TestOffset()
941 *orders; in TestSmallBuffer() local
963 orders = getOrders(iter, &count); in TestSmallBuffer()
980 if ((count > 250 && testorders[-- count].order != orders[1].order) || in TestSmallBuffer()
981 (count <= 250 && testorders[-- count].order != orders[0].order)) { in TestSmallBuffer()
988 free(orders); in TestSmallBuffer()
/external/eigen/doc/
DStorageOrders.dox3 /** \eigenManualPage TopicStorageOrders Storage orders
5 There are two different storage orders for matrices and two-dimensional arrays: column-major and ro…
6 This page explains these storage orders and how to specify which one should be used.
50 \section TopicStorageOrdersInEigen Storage orders in Eigen
83 …row-major storage orders transparently, the Eigen library may well work best with column-major mat…
DTutorialMatrixClass.dox129 … storage order, but this can be changed to row-major, see \ref TopicStorageOrders "Storage orders".
236 \ref TopicStorageOrders "storage orders". For example, this type means row-major 3x3 matrices:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.sat4j.core_2.2.0.v20100429.jar ... minisat/learning/ org/sat4j/minisat/orders/ org/sat4j/minisat/restarts/ org ...
Dorg.sat4j.pb_2.2.0.v20100429.jar ... pb/core/ org/sat4j/pb/orders/ org/sat4j/pb/reader/ org ...
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java94 int[] orders = new int[maxSize]; in getOrders() local
101 System.arraycopy(orders, 0, temp, 0, size); in getOrders()
102 orders = temp; in getOrders()
104 orders[size++] = order; in getOrders()
109 System.arraycopy(orders, 0, temp, 0, size); in getOrders()
110 orders = temp; in getOrders()
112 return orders; in getOrders()
119 int[] orders = getOrders(iter); in backAndForth() local
122 int index = orders.length; in backAndForth()
129 if (o != orders[--index]) { in backAndForth()
[all …]
DCollationIteratorTest.java232 int[] orders = CollationTest.getOrders(iter); in TestOffset() local
233 logln("orders.length = " + orders.length); in TestOffset()
/external/jpeg/
Djddctmgr.c277 static const char orders[DCTSIZE] = {4, 2, 5, 3, 6, 1, 7, 0}; in start_pass() local
280 int j = ((i & 7) << 3) + orders[i >> 3]; in start_pass()
/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll13 ; entry), legalizer can serialize them in arbitrary orders. If it's
/external/llvm/test/CodeGen/Mips/cconv/
Dstack-alignment.ll13 ; Test the stack alignment for all ABI's and byte orders as specified by
Dreturn-hard-fp128.ll7 ; Test the fp128 returns for N32/N64 and all byte orders as specified by
Dreturn-float.ll13 ; Test the float returns for all ABI's and byte orders as specified by
Darguments-fp128.ll7 ; Test the fp128 arguments for all ABI's and byte orders as specified
Darguments-hard-fp128.ll7 ; Test the fp128 arguments for all ABI's and byte orders as specified
Darguments-struct.ll13 ; Test small structures for all ABI's and byte orders.
Dreturn.ll13 ; Test the integer returns for all ABI's and byte orders as specified by
Dreturn-hard-float.ll16 ; Test the float returns for all ABI's and byte orders as specified by
Dmemory-layout.ll13 ; Test the memory layout for all ABI's and byte orders as specified by section
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll39 ; different orders (ie, first the caller, than the callee and first the callee
/external/zopfli/
DREADME.zopflipng24 2-3 orders of magnitude more CPU time for compression. Initial testing using a
/external/flac/libFLAC/ia32/
Dstream_encoder_asm.nasm119 ; now merge partitions for lower orders
/external/bison/
DTODO268 move to partial orders (sounds like series/parallel orders to me).

123