HomeSort by relevance Sort by last modified time
    Searched defs:Comparison (Results 1 - 16 of 16) sorted by null

  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Comparison.java 24 * A comparison between two values of the same type.
26 public enum Comparison {
  /external/selinux/python/sepolgen/src/sepolgen/
util.py 118 class Comparison():
119 """Class used when implementing rich comparison.
122 comparison withing the class, afterwards implement
  /external/clang/lib/Analysis/
BodyFarm.cpp 50 /// Create a new BinaryOperator representing a comparison.
312 // Construct the comparison.
313 Expr *Comparison =
347 Comparison, Body, SourceLocation(), Else);
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 164 class Comparison:
165 """An AE Comparison"""
173 return "Comparison(%r, %r, %r)" % (self.obj1, self.relo, self.obj2)
185 return isinstance(x, Comparison)
187 class NComparison(Comparison):
191 Comparison.__init__(obj1, self.relo, obj2)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
MergeICmps.cpp 98 // We need to make sure that we can do comparison in any order, so we
112 // A basic block with a comparison between two BCE atoms.
113 // The block might do extra work besides the atom comparison, in which case
115 // split into the atom comparison part and the "other work" part
117 // Note: the terminology is misleading: the comparison is symmetric, so there
148 // Returns true if the block does other works besides comparison.
166 // The basic block where this comparison happens.
168 // The ICMP for this comparison.
244 // Visit the given comparison. If this is a comparison between two vali
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/
legacy_reference_ops.h     [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
CheckHtmlFiles.java 206 ChainedMap.M4<String, String, DtdType, Comparison> status = ChainedMap.of(new TreeMap(), new TreeMap(), new TreeMap(), Comparison.class);
214 status.put(element, key, dtdType, Comparison.missing);
218 status.put(element, key, dtdType, Comparison.no_rem);
223 status.put(extraItem.getKey(), extraItem.getValue(), DtdType.ldmlICU, Comparison.extra);
226 for (Entry<String, Map<String, Map<DtdType, Comparison>>> entry1 : status) {
229 final Map<String, Map<DtdType, Comparison>> itemToDtdTypeToComparison = entry1.getValue();
232 Map<DtdType, Comparison> typeToComparison = itemToDtdTypeToComparison.get(item);
233 for (Entry<DtdType, Comparison> entry2 : typeToComparison.entrySet()) {
243 enum Comparison {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 42 // Represents information about a comparison.
43 struct Comparison {
44 Comparison(SDValue Op0In, SDValue Op1In)
47 // The operands to the comparison.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 102 struct Comparison {
120 assert ((!((Cmp & L) && (Cmp & G))) && "Malformed comparison operator");
159 /// \brief Return the comparison kind for the specified opcode.
160 Comparison::Kind getComparisonKind(unsigned CondOpc,
180 int64_t IVBump, Comparison::Kind Cmp) const;
253 /// The desired flow is: phi ---> bump -+-> comparison-in-latch.
262 /// +-> comparison-in-latch (against upper_bound-bump),
263 /// i.e. the comparison that controls the loop execution may be using
269 /// couldn't be identified, or if the value in the latch's comparison
461 // Exactly one of the input registers to the comparison should be amon
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 130 struct Comparison {
148 assert ((!((Cmp & L) && (Cmp & G))) && "Malformed comparison operator");
186 /// Return the comparison kind for the specified opcode.
187 Comparison::Kind getComparisonKind(unsigned CondOpc,
207 int64_t IVBump, Comparison::Kind Cmp) const;
280 /// The desired flow is: phi ---> bump -+-> comparison-in-latch.
289 /// +-> comparison-in-latch (against upper_bound-bump),
290 /// i.e. the comparison that controls the loop execution may be using
296 /// couldn't be identified, or if the value in the latch's comparison
480 // Exactly one of the input registers to the comparison should be amon
    [all...]
HexagonConstPropagation.cpp 103 // some useful information from them. For example, comparison X > 0
317 struct Comparison {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 34 // Represents information about a comparison.
35 struct Comparison {
36 Comparison(SDValue Op0In, SDValue Op1In)
39 // The operands to the comparison.
649 // Comparison of memory with 16 bit signed / unsigned immediate
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1289 milliseconds