HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 51 - 75 of 2445) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libgdx/gdx/test/com/badlogic/gdx/math/
Shape2DTest.java 13 Circle c1 = new Circle(0, 0, 1); local
18 assertTrue(c1.overlaps(c1));
19 assertTrue(c1.overlaps(c2));
20 assertFalse(c1.overlaps(c3));
21 assertTrue(c1.overlaps(c4));
22 assertTrue(c4.overlaps(c1));
23 assertTrue(c1.contains(0, 1));
24 assertFalse(c1.contains(0, 2));
25 assertTrue(c1.contains(c1))
    [all...]
  /external/boringssl/src/crypto/bn/asm/
x86_64-gcc.c 101 BN_ULONG c1 = 0; local
104 return (c1);
108 mul_add(rp[0], ap[0], w, c1);
109 mul_add(rp[1], ap[1], w, c1);
110 mul_add(rp[2], ap[2], w, c1);
111 mul_add(rp[3], ap[3], w, c1);
117 mul_add(rp[0], ap[0], w, c1);
119 return c1;
121 mul_add(rp[1], ap[1], w, c1);
123 return c1;
133 BN_ULONG c1 = 0; local
354 BN_ULONG c1, c2, c3; local
456 BN_ULONG c1, c2, c3; local
494 BN_ULONG c1, c2, c3; local
568 BN_ULONG c1, c2, c3; local
    [all...]
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.special/
swap_noexcept.pass.cpp 28 C c1, c2; local
29 static_assert(noexcept(swap(c1, c2)), "");
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /external/libcxx/test/std/containers/unord/unord.map/
eq.pass.cpp 44 const C c1(std::begin(a), std::end(a));
46 assert(!(c1 == c2));
47 assert( (c1 != c2));
63 const C c1(std::begin(a), std::end(a));
64 const C c2 = c1;
65 assert( (c1 == c2));
66 assert(!(c1 != c2));
82 C c1(std::begin(a), std::end(a));
83 C c2 = c1;
85 assert( (c1 == c2))
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/
eq.pass.cpp 47 const C c1(std::begin(a), std::end(a));
49 assert(!(c1 == c2));
50 assert( (c1 != c2));
69 const C c1(std::begin(a), std::end(a));
70 const C c2 = c1;
71 assert( (c1 == c2));
72 assert(!(c1 != c2));
91 C c1(std::begin(a), std::end(a));
92 C c2 = c1;
94 assert( (c1 == c2))
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multiset/
eq.pass.cpp 46 const C c1(std::begin(a), std::end(a));
48 assert(!(c1 == c2));
49 assert( (c1 != c2));
68 const C c1(std::begin(a), std::end(a));
69 const C c2 = c1;
70 assert( (c1 == c2));
71 assert(!(c1 != c2));
90 C c1(std::begin(a), std::end(a));
91 C c2 = c1;
93 assert( (c1 == c2))
    [all...]
  /external/libcxx/test/std/containers/unord/unord.set/
eq.pass.cpp 43 const C c1(std::begin(a), std::end(a));
45 assert(!(c1 == c2));
46 assert( (c1 != c2));
62 const C c1(std::begin(a), std::end(a));
63 const C c2 = c1;
64 assert( (c1 == c2));
65 assert(!(c1 != c2));
81 C c1(std::begin(a), std::end(a));
82 C c2 = c1;
84 assert( (c1 == c2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
swap_noexcept.pass.cpp 28 C c1, c2; local
29 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 40 C c1, c2; local
41 static_assert(noexcept(swap(c1, c2)), "");
45 C c1, c2; local
46 static_assert(noexcept(swap(c1, c2)), "");
50 C c1, c2; local
51 static_assert(noexcept(swap(c1, c2)), "");
55 C c1, c2; local
56 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
eq.pass.cpp 44 const C c1(std::begin(a), std::end(a));
46 assert(!(c1 == c2));
47 assert( (c1 != c2));
63 const C c1(std::begin(a), std::end(a));
64 const C c2 = c1;
65 assert( (c1 == c2));
66 assert(!(c1 != c2));
82 C c1(std::begin(a), std::end(a));
83 C c2 = c1;
85 assert( (c1 == c2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
eq.pass.cpp 47 const C c1(std::begin(a), std::end(a));
49 assert(!(c1 == c2));
50 assert( (c1 != c2));
69 const C c1(std::begin(a), std::end(a));
70 const C c2 = c1;
71 assert( (c1 == c2));
72 assert(!(c1 != c2));
91 C c1(std::begin(a), std::end(a));
92 C c2 = c1;
94 assert( (c1 == c2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
eq.pass.cpp 46 const C c1(std::begin(a), std::end(a));
48 assert(!(c1 == c2));
49 assert( (c1 != c2));
68 const C c1(std::begin(a), std::end(a));
69 const C c2 = c1;
70 assert( (c1 == c2));
71 assert(!(c1 != c2));
90 C c1(std::begin(a), std::end(a));
91 C c2 = c1;
93 assert( (c1 == c2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
eq.pass.cpp 43 const C c1(std::begin(a), std::end(a));
45 assert(!(c1 == c2));
46 assert( (c1 != c2));
62 const C c1(std::begin(a), std::end(a));
63 const C c2 = c1;
64 assert( (c1 == c2));
65 assert(!(c1 != c2));
81 C c1(std::begin(a), std::end(a));
82 C c2 = c1;
84 assert( (c1 == c2))
    [all...]

Completed in 905 milliseconds

1 23 4 5 6 7 8 91011>>