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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/
H A Dfunctions.cc29 typedef std::complex<T> cmplx_type; typedef
31 cmplx_type ans;
33 ans = std::tr1::acos(cmplx_type(1.0, 1.0));
34 ans = std::tr1::asin(cmplx_type(1.0, 1.0));
35 ans = std::tr1::atan(cmplx_type(1.0, 1.0));
37 ans = std::tr1::acosh(cmplx_type(1.0, 1.0));
38 ans = std::tr1::asinh(cmplx_type(1.0, 1.0));
39 ans = std::tr1::atanh(cmplx_type(1.0, 1.0));
40 ans = std::tr1::fabs(cmplx_type(1.0, 1.0));

Completed in 104 milliseconds