Searched refs:cmplx_d_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/
H A Doverloads_int.cc32 typedef std::complex<double> cmplx_d_type; typedef
42 VERIFY( std::tr1::arg(i1) == std::tr1::arg(cmplx_d_type(double(i1))) );
44 check_ret_type<cmplx_d_type>(std::tr1::conj(i1));
46 VERIFY( std::tr1::conj(i1) == std::tr1::conj(cmplx_d_type(double(i1))) );
50 VERIFY( std::tr1::imag(i1) == std::tr1::imag(cmplx_d_type(double(i1))) );
60 // check_ret_type<cmplx_d_type>(std::tr1::polar(i1, i1));
66 check_ret_type<cmplx_d_type>(std::tr1::pow(cmplx_f_type(f1, f1), i1));
67 check_ret_type<cmplx_d_type>(std::tr1::pow(cmplx_f_type(f1, f1), u1));
68 check_ret_type<cmplx_d_type>(std::tr1::pow(cmplx_f_type(f1, f1), l1));
69 check_ret_type<cmplx_d_type>(st
[all...]
H A Doverloads_float.cc32 typedef std::complex<double> cmplx_d_type; typedef
40 const cmplx_d_type c_d1(d1, d1);
48 check_ret_type<cmplx_d_type>(std::tr1::conj(d1));
60 check_ret_type<cmplx_d_type>(std::tr1::polar(d1, f1));
61 check_ret_type<cmplx_d_type>(std::tr1::polar(f1, d1));
62 check_ret_type<cmplx_d_type>(std::tr1::polar(d1, d1));
70 check_ret_type<cmplx_d_type>(std::tr1::pow(c_d1, f1));
71 check_ret_type<cmplx_d_type>(std::tr1::pow(c_f1, d1));
72 check_ret_type<cmplx_d_type>(std::tr1::pow(c_d1, d1));
80 check_ret_type<cmplx_d_type>(st
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/complex/
H A Ddr844.cc32 typedef std::complex<double> cmplx_d_type; typedef
40 check_ret_type<cmplx_d_type>(std::pow(cmplx_f_type(f1, f1), i1));
42 == std::pow(cmplx_d_type(f1, f1), double(i1)) );
43 check_ret_type<cmplx_d_type>(std::pow(cmplx_d_type(d1, d1), i1));
H A Ddr781_dr1137.cc33 typedef std::complex<double> cmplx_d_type; typedef
42 const cmplx_d_type c_d1(d1, d1);
46 check_ret_type<cmplx_d_type>(std::proj(c_d1));
56 check_ret_type<cmplx_d_type>(std::conj(c_d1));

Completed in 56 milliseconds