Searched refs:cmplx_ld_type (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/
H A Doverloads_float.cc33 typedef std::complex<long double> cmplx_ld_type; typedef
41 const cmplx_ld_type c_ld1(ld1, ld1);
49 check_ret_type<cmplx_ld_type>(std::tr1::conj(ld1));
63 check_ret_type<cmplx_ld_type>(std::tr1::polar(ld1, d1));
64 check_ret_type<cmplx_ld_type>(std::tr1::polar(d1, ld1));
65 check_ret_type<cmplx_ld_type>(std::tr1::polar(ld1, f1));
66 check_ret_type<cmplx_ld_type>(std::tr1::polar(f1, ld1));
67 check_ret_type<cmplx_ld_type>(std::tr1::polar(ld1, ld1));
73 check_ret_type<cmplx_ld_type>(std::tr1::pow(c_ld1, d1));
74 check_ret_type<cmplx_ld_type>(st
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/complex/
H A Ddr844.cc33 typedef std::complex<long double> cmplx_ld_type; typedef
44 check_ret_type<cmplx_ld_type>(std::pow(cmplx_ld_type(ld1, ld1), i1));
H A Ddr781_dr1137.cc34 typedef std::complex<long double> cmplx_ld_type; typedef
43 const cmplx_ld_type c_ld1(ld1, ld1);
47 check_ret_type<cmplx_ld_type>(std::proj(c_ld1));
57 check_ret_type<cmplx_ld_type>(std::conj(c_ld1));

Completed in 113 milliseconds