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

1 2 3

  /external/libcxx/test/std/containers/unord/unord.multiset/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /external/libcxx/test/std/containers/unord/unord.set/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /external/llvm/include/llvm/Support/
AtomicOrdering.h 53 /// Unordered, which are both below the C++ orders.
55 /// not_atomic-->unordered-->relaxed-->release--------------->acq_rel-->seq_cst
59 Unordered = 1,
82 static const char *names[8] = {"not_atomic", "unordered", "monotonic",
94 /* Unordered */ {1, 0, 0, 0, 0, 0, 0, 0},
110 /* Unordered */ {1, 1, 0, 0, 0, 0, 0, 0},
122 return isStrongerThan(ao, AtomicOrdering::Unordered);
140 /* Unordered */ AtomicOrderingCABI::relaxed,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
AtomicOrdering.h 53 /// Unordered, which are both below the C++ orders.
55 /// not_atomic-->unordered-->relaxed-->release--------------->acq_rel-->seq_cst
59 Unordered = 1,
82 static const char *names[8] = {"not_atomic", "unordered", "monotonic",
94 /* Unordered */ { true, false, false, false, false, false, false, false},
109 /* Unordered */ { true, true, false, false, false, false, false, false},
121 return isStrongerThan(ao, AtomicOrdering::Unordered);
139 /* Unordered */ AtomicOrderingCABI::relaxed,
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
erase_key.pass.cpp 26 template <typename Unordered>
27 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
28 typename Unordered::const_iterator w = whole.begin();
29 typename Unordered::const_iterator p = part.begin();
  /external/tensorflow/tensorflow/core/distributed_runtime/
recent_request_ids_test.cc 44 TEST(RecentRequestIds, Unordered) {
48 // Some unordered numbers to insert into request_id_set.
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 26 template <typename Unordered>
27 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
28 typename Unordered::const_iterator w = whole.begin();
29 typename Unordered::const_iterator p = part.begin();
  /build/blueprint/gotestmain/
gotestmain.go 132 {"{{.Name}}", pkg.Example{{.Name}}, {{.Output | printf "%q" }}, {{.Unordered}}},
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 152 _SPIRV_OP(Unordered, 163)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysis.cpp 400 if (isStrongerThan(L->getOrdering(), AtomicOrdering::Unordered))
419 if (isStrongerThan(S->getOrdering(), AtomicOrdering::Unordered))
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 307 Unordered,
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_enum.cpp 220 {0xc3621288, L"unordered", XFA_AttributeEnum::Unordered},
xfa_document_datamerger_imp.cpp 833 eRelation == XFA_AttributeEnum::Unordered) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 543 _SPIRV_OP(isunordered, Unordered)
SPIRVInternal.h 138 _SPIRV_OP(FCMP_UNO, Unordered)
    [all...]
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 61 // Unordered map of dynamically typed values.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LICM.cpp 598 return false; // Don't sink unordered atomic loads to loop body.
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 37 Unordered = 1,
220 return getOrdering() <= Unordered && !isVolatile();
340 return getOrdering() <= Unordered && !isVolatile();
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 112 /// Unordered map of dynamically typed values.
  /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/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 513 case AtomicOrdering::Unordered: // Fall-through.
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 154 case bitc::ORDERING_UNORDERED: return Unordered;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.mli 171 Ordered means that neither operand is a QNAN while unordered means
184 | Uno (** Unordered (one operand at least is NaN) *)
185 | Ueq (** Unordered and equal *)
186 | Ugt (** Unordered and greater than *)
187 | Uge (** Unordered and greater or equal *)
188 | Ult (** Unordered and less than *)
189 | Ule (** Unordered and less or equal *)
190 | Une (** Unordered and not equal *)
290 | Unordered
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 549 case AtomicOrdering::Unordered: LLVM_FALLTHROUGH;

Completed in 1546 milliseconds

1 2 3