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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/complex/
H A Ddr844.cc31 typedef std::complex<float> cmplx_f_type; typedef
40 check_ret_type<cmplx_d_type>(std::pow(cmplx_f_type(f1, f1), i1));
41 VERIFY( std::pow(cmplx_f_type(f1, f1), i1)
H A Ddr781_dr1137.cc32 typedef std::complex<float> cmplx_f_type; typedef
41 const cmplx_f_type c_f1(f1, f1);
45 check_ret_type<cmplx_f_type>(std::proj(c_f1));
55 check_ret_type<cmplx_f_type>(std::conj(c_f1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/
H A Doverloads_int.cc31 typedef std::complex<float> cmplx_f_type; typedef
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));
78 check_ret_type<cmplx_d_type>(std::tr1::pow(i1, cmplx_f_type(f1, f1)));
79 check_ret_type<cmplx_d_type>(std::tr1::pow(u1, cmplx_f_type(f1, f1)));
80 check_ret_type<cmplx_d_type>(std::tr1::pow(l1, cmplx_f_type(f1, f1)));
H A Doverloads_float.cc31 typedef std::complex<float> cmplx_f_type; typedef
39 const cmplx_f_type c_f1(f1, f1);
47 check_ret_type<cmplx_f_type>(std::tr1::conj(f1));
59 check_ret_type<cmplx_f_type>(std::tr1::polar(f1, f1));
69 check_ret_type<cmplx_f_type>(std::tr1::pow(c_f1, f1));
79 check_ret_type<cmplx_f_type>(std::tr1::pow(f1, c_f1));
89 check_ret_type<cmplx_f_type>(std::tr1::pow(c_f1, c_f1));

Completed in 45 milliseconds