/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/ |
D | divide_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 /= ic; in test() 37 assert(c3.real() == 0.5); in test() 38 assert(c3.imag() == -0.5); in test() 40 c3 = c; in test() 42 c3 /= fc; in test() 43 assert(c3.real() == 0.5); in test() 44 assert(c3.imag() == -0.5); in test()
|
D | minus_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 -= ic; in test() 37 assert(c3.real() == -4); in test() 38 assert(c3.imag() == -6); in test() 40 c3 = c; in test() 42 c3 -= fc; in test() 43 assert(c3.real() == -4); in test() 44 assert(c3.imag() == -6); in test()
|
D | plus_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 += ic; in test() 37 assert(c3.real() == 4); in test() 38 assert(c3.imag() == 6); in test() 40 c3 = c; in test() 42 c3 += fc; in test() 43 assert(c3.real() == 4); in test() 44 assert(c3.imag() == 6); in test()
|
D | times_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 *= ic; in test() 37 assert(c3.real() == -11.5); in test() 38 assert(c3.imag() == 3.5); in test() 40 c3 = c; in test() 42 c3 *= fc; in test() 43 assert(c3.real() == -11.5); in test() 44 assert(c3.imag() == 3.5); in test()
|
D | assignment_complex.pass.cpp | 29 std::complex<X> c3(3.5, -4.5); in test() local 30 c = c3; in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
D | move_assign.pass.cpp | 34 std::deque<MoveOnly, A> c3(A(5)); in main() local 35 c3 = std::move(c1); in main() 36 assert(c2 == c3); in main() 38 assert(c3.get_allocator() == A(5)); in main() 50 std::deque<MoveOnly, A> c3(A(6)); in main() local 51 c3 = std::move(c1); in main() 52 assert(c2 == c3); in main() 54 assert(c3.get_allocator() == A(6)); in main() 66 std::deque<MoveOnly, A> c3(A(6)); in main() local 67 c3 = std::move(c1); in main() [all …]
|
D | move_alloc.pass.cpp | 34 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local 35 assert(c2 == c3); in main() 36 assert(c3.get_allocator() == A(3)); in main() 49 std::deque<MoveOnly, A> c3(std::move(c1), A(1)); in main() local 50 assert(c2 == c3); in main() 51 assert(c3.get_allocator() == A(1)); in main() 64 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local 65 assert(c2 == c3); in main() 66 assert(c3.get_allocator() == A(3)); in main() 80 std::deque<MoveOnly, A> c3(std::move(c1), A()); in main() local [all …]
|
D | move.pass.cpp | 34 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local 35 assert(c2 == c3); in main() 37 assert(c3.get_allocator() == c1.get_allocator()); in main() 49 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local 50 assert(c2 == c3); in main() 52 assert(c3.get_allocator() == c1.get_allocator()); in main() 65 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local 66 assert(c2 == c3); in main() 68 assert(c3.get_allocator() == c1.get_allocator()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
D | merge.pass.cpp | 31 C c3(std::begin(t3), std::end(t3)); in main() local 32 assert(c1 == c3); in main() 44 C c3(std::begin(t3), std::end(t3)); in main() local 45 assert(c1 == c3); in main()
|
D | merge_pred.pass.cpp | 32 C c3(std::begin(t3), std::end(t3)); in main() local 33 assert(c1 == c3); in main() 45 C c3(std::begin(t3), std::end(t3)); in main() local 46 assert(c1 == c3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.members/ |
D | real_imag.pass.cpp | 29 constexpr std::complex<T> c3(3, 4); in test_constexpr() local 30 static_assert(c3.real() == 3, ""); in test_constexpr() 31 static_assert(c3.imag() == 4, ""); in test_constexpr()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | swap.pass.cpp | 86 char c1, c2, c3; in main() local 89 ios1.pword(2) = &c3; in main() 159 assert(ios2.pword(2) == &c3); in main()
|
D | copyfmt.pass.cpp | 124 char c1, c2, c3; in main() local 127 ios1.pword(2) = &c3; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 1976 uint8_t c3 = frm_nxt[2]; in utf8_to_utf16() local 1992 if ((c3 & 0xC0) != 0x80) in utf8_to_utf16() 1996 | (c3 & 0x3F)); in utf8_to_utf16() 2007 uint8_t c3 = frm_nxt[2]; in utf8_to_utf16() local 2024 if ((c3 & 0xC0) != 0x80 || (c4 & 0xC0) != 0x80) in utf8_to_utf16() 2030 ((c3 & 0x3FUL) << 6) + (c4 & 0x3F)) > Maxcode) in utf8_to_utf16() 2036 | ((c3 & 0x30) >> 4)); in utf8_to_utf16() 2039 | ((c3 & 0x0F) << 6) in utf8_to_utf16() 2097 uint8_t c3 = frm_nxt[2]; in utf8_to_utf16() local 2113 if ((c3 & 0xC0) != 0x80) in utf8_to_utf16() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | concept_check.hpp | 825 c3(first, last); 838 ignore_unused_variable_warning(c3); 1000 c3(first, last, kc); 1010 ignore_unused_variable_warning(c3);
|
/ndk/build/gmsl/ |
D | gmsl-tests | 147 $(call test_assert,$(call pairmap,addsuffix,2 1 3,a b c),a2 b1 c3)
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 6688 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
|