HomeSort by relevance Sort by last modified time
    Searched defs:i2 (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/experimental/Intersection/
Intersections.cpp 21 int i2 = 0; local
41 while (i2 < fUsed && !(fIsCoincident[fSwap ^ 1] & (1 << i2))) {
42 ++i2;
44 int iEnd2 = i2 + 1;
49 double cs2 = fT[fSwap ^ 1][i2];
51 bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2])
53 bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2])
72 SkTSwap(i2, iEnd2);
75 fT[fSwap ^ 1][i2] = s2
    [all...]
  /external/libcxx/test/re/re.iter/re.regiter/re.regiter.incr/
post.pass.cpp 25 std::cregex_iterator i2 = i; local
27 assert(i2!= std::cregex_iterator());
31 assert((*i2).size() == 1);
32 assert((*i2).position() == 0);
33 assert((*i2).str() == "555-1234");
36 assert(i2!= std::cregex_iterator());
40 assert((*i2).size() == 1);
41 assert((*i2).position() == 0);
42 assert((*i2).str() == "555-1234");
45 assert(i2!= std::cregex_iterator())
63 std::cregex_iterator i2 = i; local
    [all...]
  /external/libcxx/test/re/re.iter/re.tokiter/re.tokiter.comp/
equal.pass.cpp 29 std::cregex_token_iterator i2 = i; local
30 assert(i2 == i);
31 assert(!(i2 != i));
33 assert(!(i2 == i));
34 assert(i2 != i);
  /external/libcxx/test/re/re.iter/re.tokiter/re.tokiter.incr/
post.pass.cpp 26 std::cregex_token_iterator i2 = i; local
29 assert(i2 != std::cregex_token_iterator());
31 assert(i2->str() == "start ");
34 assert(i2 != std::cregex_token_iterator());
37 assert(i2->str() == "start ");
41 assert(i2 != std::cregex_token_iterator());
44 assert(i2->str() == "start ");
48 assert(i2 != std::cregex_token_iterator());
51 assert(i2->str() == "start ");
55 assert(i2 != std::cregex_token_iterator())
65 std::cregex_token_iterator i2 = i; local
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-indirect-field-decl.cpp 12 // CHECK: [ DW_TAG_member ] [i2] [line [[@LINE+1]], size 32, align 32, offset 0] [from int]
13 int i2; member in union:Bar::__anon23447
17 Foo<Bar, &Bar::i2> the_foo;
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p3.cpp 7 int &i2 = 45_x1; variable
p4.cpp 7 int &i2 = 45._x1; variable
p5.cpp 8 double &i2 = u8"foo"_x1; variable
p6.cpp 8 double &i2 = L'a'_x1; variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 6 int i2 = f<1000>(0); // expected-error{{ambiguous}} variable
  /external/clang/test/Parser/
namelookup-bug-2.c 9 struct Object { int i2; } *X; member in struct:Object
  /external/clang/test/SemaCXX/
__null.cpp 7 int i2 = __null; local
address-space-references.cpp 14 static int_2 i2; local
18 f0(i2); // expected-error{{no matching function for call to 'f0'}}
default1.cpp 59 int i2() { function
  /external/libcxx/test/containers/sequences/list/list.special/
db_swap_1.pass.cpp 34 std::list<int>::iterator i2 = c2.begin(); local
36 c1.erase(i2);
49 std::list<int, min_allocator<int>>::iterator i2 = c2.begin(); local
51 c1.erase(i2);
  /external/libcxx/test/containers/sequences/vector/vector.special/
db_swap_1.pass.cpp 33 std::vector<int>::iterator i2 = c2.begin(); local
35 c1.erase(i2);
47 std::vector<int, min_allocator<int>>::iterator i2 = c2.begin(); local
49 c1.erase(i2);
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
db_swap_1.pass.cpp 34 std::unordered_multiset<int>::iterator i2 = c2.begin(); local
36 c1.erase(i2);
  /external/libcxx/test/containers/unord/unord.set/unord.set.swap/
db_swap_1.pass.cpp 34 std::unordered_set<int>::iterator i2 = c2.begin(); local
36 c1.erase(i2);
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 879 std::int16_t i2 = 0; local
885 std::uint16_t i2 = 0; local
891 std::int_least16_t i2 = 0; local
897 std::uint_least16_t i2 = 0; local
903 std::int_fast16_t i2 = 0; local
909 std::uint_fast16_t i2 = 0; local
915 std::uintptr_t i2 = 0; local
  /external/libcxx/test/utilities/utility/pairs/pair.astuple/
pairs.by.type.pass.cpp 30 const int &i2 = std::get<const int>(p1); local
32 assert ( i2 == 2 );
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ_block_sse2.cc 33 const __m128i* i2 = reinterpret_cast<const __m128i*>(image2); local
35 v1 = _mm_loadu_si128(i2);
39 v1 = _mm_loadu_si128(i2 + 1);
43 v1 = _mm_loadu_si128(i2 + 2);
47 v1 = _mm_loadu_si128(i2 + 3);
73 const __m128i* i2 = reinterpret_cast<const __m128i*>(image2); local
75 v1 = _mm_loadu_si128(i2);
79 v1 = _mm_loadu_si128(i2 + 1);
83 v1 = _mm_loadu_si128(i2 + 2);
87 v1 = _mm_loadu_si128(i2 + 3)
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
p2.cpp 26 namespace i2 { namespace in namespace:test0
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2-generic-lambda-1y.cpp 19 int i2 = sizeof([](auto a, auto b)->void{}(3, '4')); // expected-error{{lambda expression in an unevaluated operand}} \ local
  /external/libcxx/test/containers/unord/unord.map/unord.map.swap/
db_swap_1.pass.cpp 35 std::unordered_map<int, int>::iterator i2 = c2.begin(); local
37 c1.erase(i2);
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
db_swap_1.pass.cpp 35 std::unordered_multimap<int, int>::iterator i2 = c2.begin(); local
37 c1.erase(i2);

Completed in 917 milliseconds

1 2 3 4 5 6 7 8 9