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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/
H A Dcompile_2.cc29 float kf = 0.5F, phif = std::atan2(1.0F, 1.0F); local
33 ellint_1(kf, phif);
34 ellint_1f(kf, phif);
H A Dcompile.cc29 float kf = 0.5F, phif = std::atan2(1.0F, 1.0F); local
33 std::tr1::ellint_1(kf, phif);
34 std::tr1::ellint_1f(kf, phif);
H A Dcheck_nan.cc35 float phif = std::atan2(1.0F, 1.0F); local
39 float a = std::tr1::ellint_1(kf, phif);
40 float b = std::tr1::ellint_1f(kf, phif);
61 float phif = std::numeric_limits<float>::quiet_NaN(); local
65 float a = std::tr1::ellint_1(kf, phif);
66 float b = std::tr1::ellint_1f(kf, phif);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/
H A Dcompile_2.cc29 float kf = 0.5F, phif = std::atan2(1.0F, 1.0F); local
33 ellint_2(kf, phif);
34 ellint_2f(kf, phif);
H A Dcompile.cc29 float kf = 0.5F, phif = std::atan2(1.0F, 1.0F); local
33 std::tr1::ellint_2(kf, phif);
34 std::tr1::ellint_2f(kf, phif);
H A Dcheck_nan.cc35 float phif = std::atan2(1.0F, 1.0F); local
39 float a = std::tr1::ellint_2(kf, phif);
40 float b = std::tr1::ellint_2f(kf, phif);
61 float phif = std::numeric_limits<float>::quiet_NaN(); local
65 float a = std::tr1::ellint_2(kf, phif);
66 float b = std::tr1::ellint_2f(kf, phif);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/
H A Dcompile.cc29 float kf = 0.5F, nuf = 0.2F, phif = std::atan2(1.0F, 1.0F); local
33 std::tr1::ellint_3(kf, nuf, phif);
34 std::tr1::ellint_3f(kf, nuf, phif);
H A Dcompile_2.cc29 float kf = 0.5F, nuf = 0.2F, phif = std::atan2(1.0F, 1.0F); local
33 ellint_3(kf, nuf, phif);
34 ellint_3f(kf, nuf, phif);
H A Dcheck_nan.cc39 float phif = std::atan2(1.0F, 1.0F); local
43 float a = std::tr1::ellint_3(kf, nuf, phif);
44 float b = std::tr1::ellint_3f(kf, nuf, phif);
69 float phif = std::atan2(1.0F, 1.0F); local
73 float a = std::tr1::ellint_3(kf, nuf, phif);
74 float b = std::tr1::ellint_3f(kf, nuf, phif);
99 float phif = std::numeric_limits<float>::quiet_NaN(); local
103 float a = std::tr1::ellint_3(kf, nuf, phif);
104 float b = std::tr1::ellint_3f(kf, nuf, phif);

Completed in 77 milliseconds