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

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR27684_contains_ref_to_incomplete_type.pass.cpp 28 extern IncompleteType inc1;
30 IncompleteType const& cinc1 = inc1;
38 assert(&std::get<0>(t) == &inc1);
43 Tup t(inc1, inc2);
44 assert(&std::get<0>(t) == &inc1);
50 IncompleteType inc1; variable
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR27684_contains_ref_to_incomplete_type.pass.cpp 28 extern IncompleteType inc1;
30 IncompleteType const& cinc1 = inc1;
38 assert(&std::get<0>(t) == &inc1);
43 Tup t(inc1, inc2);
44 assert(&std::get<0>(t) == &inc1);
50 IncompleteType inc1; variable
  /external/libjpeg-turbo/
jquant2.c 772 JLONG inc0, inc1, inc2; /* initial values for increments */ local
796 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
797 dist0 += inc1*inc1;
802 inc1 = inc1 * (2 * STEP_C1) + STEP_C1 * STEP_C1;
810 xx1 = inc1;
    [all...]
  /art/compiler/optimizing/
induction_var_analysis_test.cc 350 HInstruction* inc1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); local
351 ifTrue->AddInstruction(inc1);
352 k_body->AddInput(inc1);
366 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1));
383 HInstruction* inc1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, basic_[0], constant1_); local
384 ifTrue->AddInstruction(inc1);
385 k->AddInput(inc1);
397 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1));
    [all...]

Completed in 193 milliseconds