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

  /external/dexmaker/src/main/java/com/google/dexmaker/
Comparison.java 24 * A comparison between two values of the same type.
26 public enum Comparison {
Code.java 69 * There are three different comparison operations each with different
74 * can compare longs. The result of the comparison is written to another
79 * point values. This comparison takes an extra parameter that sets
81 * the comparison is wrtten to another {@code int} local.
83 * Comparison#EQ} and {@link Comparison#NE} options compare either
85 * {@code int} primitives. This comparison takes a {@link Label} that
86 * will be jumped to if the comparison is true. If the comparison is
101 * comparison using {@link #compare compare()}
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 93 struct Comparison {
111 assert ((!((Cmp & L) && (Cmp & G))) && "Malformed comparison operator");
151 Comparison::Kind Cmp) const;
193 /// The desired flow is: phi ---> bump -+-> comparison-in-latch.
202 /// +-> comparison-in-latch (against upper_bound-bump),
203 /// i.e. the comparison that controls the loop execution may be using
209 /// couldn't be identified, or if the value in the latch's comparison
396 // Exactly one of the input registers to the comparison should be among
511 // The comparison operator type determines how we compute the loop
521 Comparison::Kind Cmp
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
FibonacciMaker.java 21 import com.google.dexmaker.Comparison;
54 code.compare(Comparison.LT, baseCase, i, constant2);
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 110 ifstatement->expression = new Comparison(obj, "==", NULL_VALUE);
128 Comparison* iinNotNull = new Comparison(iin, "!=", NULL_VALUE);
129 Comparison* instOfCheck = new Comparison(iin, " instanceof ",
132 instOfStatement->expression = new Comparison(iinNotNull, "&&", instOfCheck);
204 lencheck->expression = new Comparison(len, "<", new LiteralExpression("0"));
439 checklen->expression = new Comparison(v, "==", NULL_VALUE);
AST.h 171 struct Comparison : public Expression
177 Comparison(Expression* lvalue, const string& op, Expression* rvalue);
178 virtual ~Comparison();
AST.cpp 370 Comparison::Comparison(Expression* l, const string& o, Expression* r)
377 Comparison::~Comparison()
382 Comparison::Write(FILE* to)
Type.cpp 411 addTo->Add(new Assignment(v, new Comparison(new LiteralExpression("0"),
603 ifpart->expression = new Comparison(v, "!=", NULL_VALUE);
626 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=",
938 ifpart->expression = new Comparison(v, "!=", NULL_VALUE);
960 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=",
979 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=",
1055 new Comparison(v, "!=", NULL_VALUE),
    [all...]
generate_java_rpc.cpp 279 s->expression = new Comparison(this->resultData, "!=", NULL_VALUE);
790 ifst->expression = new Comparison(new FieldVariable(THIS_VALUE, "callback"), "!=", NULL_VALUE);
945 ifst->expression = new Comparison(_presenter, "!=", NULL_VALUE);
    [all...]
  /external/v8/test/mjsunit/compiler/
short-circuit.js 93 // Comparison in value context.
96 // Comparison in value/test context.
100 // Comparison in test/value context.
  /external/clang/test/Index/
index-templates.cpp 92 typename Comparison = compare<Pair<Key, Value> >,
  /external/chromium/base/memory/
weak_ptr_unittest.cc 50 TEST(WeakPtrTest, Comparison) {
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 476 Method lt = branchingMethod(Comparison.LT);
481 Method le = branchingMethod(Comparison.LE);
486 Method eq = branchingMethod(Comparison.EQ);
491 Method ge = branchingMethod(Comparison.GE);
496 Method gt = branchingMethod(Comparison.GT);
501 Method ne = branchingMethod(Comparison.NE);
507 private Method branchingMethod(Comparison comparison) throws Exception {
510 * if (a comparison b) {
525 code.compare(comparison, ifBody, localA, localB)
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 53 /// Create a new BinaryOperator representing a comparison.
303 // Construct the comparison.
304 Expr *Comparison =
338 new (C) IfStmt(C, SourceLocation(), 0, Comparison, Body,
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 20 import com.google.dexmaker.Comparison;
448 code.compare(Comparison.EQ, handlerNullCase, nullHandler, localHandler);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 767 // comparison deduces template arguments for subsequent positions in the
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/v8/test/mjsunit/harmony/
proxies.js 996 // Comparison.
    [all...]
  /external/dropbear/libtommath/
bn.tex 787 for any comparison.
800 \caption{Comparison Codes for $a, b$}
807 \subsection{Unsigned comparison}
809 An unsigned comparison considers only the digits themselves and not the associated \textit{sign} flag of the
810 mp\_int structures. This is analogous to an absolute comparison. The function mp\_cmp\_mag() will compare two
865 \subsection{Signed comparison}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 515 milliseconds