HomeSort by relevance Sort by last modified time
    Searched full:unordered (Results 226 - 250 of 557) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 721 /* XXX I'm not sure whether to do unordered or ordered comparisons,
722 * but llvmpipe uses unordered comparisons, so for consistency we use
723 * unordered. (The authors of llvmpipe aren't sure about using
724 * unordered vs ordered comparisons either.
    [all...]
  /external/mesa3d/src/mesa/program/
prog_instruction.h 99 #define COND_UN 4 /**< unordered (NaN) */
symbol_table.c 41 * The linked list of symbols with the same scope is unordered. Symbols
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_unittest.cc 313 // Packets arriving unordered should not be counted as losted.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 195 * unordered array. It is serialized using an <tt>rdf:Bag</tt> container.
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 162 * default sort order, which may be unordered.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryview.py 169 # Unordered comparisons are unimplemented, and therefore give
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryview.py 169 # Unordered comparisons are unimplemented, and therefore give
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 169 # Unordered comparisons are unimplemented, and therefore give
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 169 # Unordered comparisons are unimplemented, and therefore give
  /external/autotest/site_utils/
status_history.py 177 (i.e. unordered).
258 query (i.e. unordered).
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 71 top--; /* p has no unordered children left */
418 for(j = n; j >= 0; j--) /* place unordered nodes in lists */
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Array.java 26 /** A resizable, ordered or unordered array of objects. If unordered, this class avoids a memory copy when removing elements (the
  /libcore/ojluni/src/main/java/java/util/stream/
ReferencePipeline.java 149 public Stream<P_OUT> unordered() { method in class:ReferencePipeline
494 && (!isOrdered() || collector.characteristics().contains(Collector.Characteristics.UNORDERED))) {
  /libcore/ojluni/src/main/java/sun/security/util/
DerInputStream.java 319 * Return a set of encoded entities. ASN.1 sets are unordered,
336 * Return a set of encoded entities. ASN.1 sets are unordered,
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TabulatorsTest.java 250 boolean ordered = !collector.characteristics().contains(Collector.Characteristics.UNORDERED);
259 .terminal(s -> s.unordered().collect(collector))
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py     [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/
mox.py     [all...]
  /external/llvm/include/llvm-c/
Core.h 270 LLVMRealUNO, /**< True if unordered: isnan(X) | isnan(Y) */
271 LLVMRealUEQ, /**< True if unordered or equal */
272 LLVMRealUGT, /**< True if unordered or greater than */
273 LLVMRealUGE, /**< True if unordered, greater than, or equal */
274 LLVMRealULT, /**< True if unordered or less than */
275 LLVMRealULE, /**< True if unordered, less than, or equal */
276 LLVMRealUNE, /**< True if unordered or not equal */
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 182 Ordered means that neither operand is a QNAN while unordered means
195 | Uno (** Unordered (one operand at least is NaN) *)
196 | Ueq (** Unordered and equal *)
197 | Ugt (** Unordered and greater than *)
198 | Uge (** Unordered and greater or equal *)
199 | Ult (** Unordered and less than *)
200 | Ule (** Unordered and less or equal *)
201 | Une (** Unordered and not equal *)
301 | Unordered
    [all...]
  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 355 // XPathConstants.NODESET ---ORdered, UNOrdered???
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 212 // The end locations of entities may be unordered (when a macro expansion
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 381 * that combines the information of these hash codes in an unordered fashion. That
  /external/jacoco/org.jacoco.doc/docroot/doc/
implementation.html 24 This is a unordered list of implementation design decisions. Each topic tries

Completed in 1560 milliseconds

1 2 3 4 5 6 7 8 91011>>