Searched refs:phil (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.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_1(kl, phil);
37 ellint_1l(kl, phil);
H A Dcompile.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_1(kl, phil);
37 std::tr1::ellint_1l(kl, phil);
H A Dcheck_nan.cc37 long double phil = std::atan2(1.0L, 1.0L); local
42 long double d = std::tr1::ellint_1(kl, phil);
43 long double e = std::tr1::ellint_1l(kl, phil);
63 long double phil = std::numeric_limits<long double>::quiet_NaN(); local
68 long double d = std::tr1::ellint_1(kl, phil);
69 long double e = std::tr1::ellint_1l(kl, phil);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/
H A Dcompile_2.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_2(kl, phil);
37 ellint_2l(kl, phil);
H A Dcompile.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_2(kl, phil);
37 std::tr1::ellint_2l(kl, phil);
H A Dcheck_nan.cc37 long double phil = std::atan2(1.0L, 1.0L); local
42 long double d = std::tr1::ellint_2(kl, phil);
43 long double e = std::tr1::ellint_2l(kl, phil);
63 long double phil = std::numeric_limits<long double>::quiet_NaN(); local
68 long double d = std::tr1::ellint_2(kl, phil);
69 long double e = std::tr1::ellint_2l(kl, phil);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/
H A Dcompile.cc31 long double kl = 0.5L, nul = 0.2L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_3(kl, nul, phil);
37 std::tr1::ellint_3l(kl, nul, phil);
H A Dcompile_2.cc31 long double kl = 0.5L, nul = 0.2L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_3(kl, nul, phil);
37 ellint_3l(kl, nul, phil);
H A Dcheck_nan.cc41 long double phil = std::atan2(1.0L, 1.0L); local
46 long double d = std::tr1::ellint_3(kl, nul, phil);
47 long double e = std::tr1::ellint_3l(kl, nul, phil);
71 long double phil = std::atan2(1.0L, 1.0L); local
76 long double d = std::tr1::ellint_3(kl, nul, phil);
77 long double e = std::tr1::ellint_3l(kl, nul, phil);
101 long double phil = std::numeric_limits<long double>::quiet_NaN(); local
106 long double d = std::tr1::ellint_3(kl, nul, phil);
107 long double e = std::tr1::ellint_3l(kl, nul, phil);

Completed in 64 milliseconds