/external/clang/test/FixIt/ |
fixit-recompile.c | 4 _Complex cd; variable 6 // CHECK: _Complex double cd;
|
fixit-suffix.c | 5 _Complex cd; variable
|
/external/clang/test/CodeGen/ |
2007-04-24-bit-not-expr.c | 5 void f(void *cd) { 6 bar(((void *)((unsigned long)(cd) ^ -1)));
|
/external/libcxx/test/std/numerics/complex.number/complex.special/ |
double_long_double_implicit.fail.cpp | 23 const std::complex<long double> cd(2.5, 3.5); 24 std::complex<double> cf = cd; 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
float_double_implicit.fail.cpp | 23 const std::complex<double> cd(2.5, 3.5); 24 std::complex<float> cf = cd; 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
float_long_double_implicit.fail.cpp | 23 const std::complex<long double> cd(2.5, 3.5); 24 std::complex<float> cf = cd; 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
double_float_explicit.pass.cpp | 24 const std::complex<float> cd(2.5, 3.5); 25 std::complex<double> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<float> cd(2.5, 3.5); 32 constexpr std::complex<double> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
double_float_implicit.pass.cpp | 24 const std::complex<float> cd(2.5, 3.5); 25 std::complex<double> cf = cd; 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<float> cd(2.5, 3.5); 32 constexpr std::complex<double> cf = cd; 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
double_long_double_explicit.pass.cpp | 24 const std::complex<long double> cd(2.5, 3.5); 25 std::complex<double> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<long double> cd(2.5, 3.5); 32 constexpr std::complex<double> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
float_double_explicit.pass.cpp | 24 const std::complex<double> cd(2.5, 3.5); 25 std::complex<float> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<double> cd(2.5, 3.5); 32 constexpr std::complex<float> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
float_long_double_explicit.pass.cpp | 24 const std::complex<long double> cd(2.5, 3.5); 25 std::complex<float> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<long double> cd(2.5, 3.5); 32 constexpr std::complex<float> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
long_double_double_explicit.pass.cpp | 24 const std::complex<double> cd(2.5, 3.5); 25 std::complex<long double> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<double> cd(2.5, 3.5); 32 constexpr std::complex<long double> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
long_double_double_implicit.pass.cpp | 24 const std::complex<double> cd(2.5, 3.5); 25 std::complex<long double> cf = cd; 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<double> cd(2.5, 3.5); 32 constexpr std::complex<long double> cf = cd; 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
long_double_float_explicit.pass.cpp | 24 const std::complex<float> cd(2.5, 3.5); 25 std::complex<long double> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<float> cd(2.5, 3.5); 32 constexpr std::complex<long double> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
long_double_float_implicit.pass.cpp | 24 const std::complex<float> cd(2.5, 3.5); 25 std::complex<long double> cf = cd; 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<float> cd(2.5, 3.5); 32 constexpr std::complex<long double> cf = cd; 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/ |
double_long_double_implicit.fail.cpp | 23 const std::complex<long double> cd(2.5, 3.5); 24 std::complex<double> cf = cd; 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
float_double_implicit.fail.cpp | 23 const std::complex<double> cd(2.5, 3.5); 24 std::complex<float> cf = cd; 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
float_long_double_implicit.fail.cpp | 23 const std::complex<long double> cd(2.5, 3.5); 24 std::complex<float> cf = cd; 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
double_float_explicit.pass.cpp | 24 const std::complex<float> cd(2.5, 3.5); 25 std::complex<double> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<float> cd(2.5, 3.5); 32 constexpr std::complex<double> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
double_float_implicit.pass.cpp | 24 const std::complex<float> cd(2.5, 3.5); 25 std::complex<double> cf = cd; 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<float> cd(2.5, 3.5); 32 constexpr std::complex<double> cf = cd; 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
double_long_double_explicit.pass.cpp | 24 const std::complex<long double> cd(2.5, 3.5); 25 std::complex<double> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<long double> cd(2.5, 3.5); 32 constexpr std::complex<double> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
float_double_explicit.pass.cpp | 24 const std::complex<double> cd(2.5, 3.5); 25 std::complex<float> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<double> cd(2.5, 3.5); 32 constexpr std::complex<float> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
float_long_double_explicit.pass.cpp | 24 const std::complex<long double> cd(2.5, 3.5); 25 std::complex<float> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<long double> cd(2.5, 3.5); 32 constexpr std::complex<float> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
long_double_double_explicit.pass.cpp | 24 const std::complex<double> cd(2.5, 3.5); 25 std::complex<long double> cf(cd); 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<double> cd(2.5, 3.5); 32 constexpr std::complex<long double> cf(cd); 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
long_double_double_implicit.pass.cpp | 24 const std::complex<double> cd(2.5, 3.5); 25 std::complex<long double> cf = cd; 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 31 constexpr std::complex<double> cd(2.5, 3.5); 32 constexpr std::complex<long double> cf = cd; 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|