Home | History | Annotate | Download | only in test

Lines Matching full:angle

43   T angle, c, s;
49 angle = pow(10, (i-10) / 5.);
50 c = std::cos(angle);
51 s = std::sin(angle);
54 C = Apow(std::ldexp(angle,1) / M_PI);
64 T angle, ch = std::cosh((T)1);
71 angle = std::ldexp(static_cast<T>(i-10), -1);
72 ch = std::cosh(angle);
73 ish = std::complex<T>(0, std::sinh(angle));
76 C = Apow(angle);