HomeSort by relevance Sort by last modified time
    Searched refs:Unordered (Results 26 - 50 of 66) sorted by null

12 3

  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 335 comment begins with "Unordered output:" then the output is compared to the
361 // Unordered output: 4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 335 comment begins with "Unordered output:" then the output is compared to the
361 // Unordered output: 4
    [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.
MemorySanitizer.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 138 _SPIRV_OP(FCMP_UNO, Unordered)
    [all...]
  /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...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 797 case bitc::ORDERING_UNORDERED: return AtomicOrdering::Unordered;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go     [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 851 case bitc::ORDERING_UNORDERED: return AtomicOrdering::Unordered;
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 437 // be an undefined read and write of an object in unordered
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 270 getOrdering() == AtomicOrdering::Unordered) &&
393 getOrdering() == AtomicOrdering::Unordered) &&
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 949 _SPIRV_OP(Unordered)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 124 case Unordered: return bitc::ORDERING_UNORDERED;
    [all...]

Completed in 2004 milliseconds

12 3