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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/
H A Dcompile_2.cc30 float kf = 0.5F, nuf = 0.5F; local
34 comp_ellint_3(kf, nuf);
35 comp_ellint_3f(kf, nuf);
H A Dcompile.cc30 float kf = 0.5F, nuf = 0.5F; local
34 std::tr1::comp_ellint_3(kf, nuf);
35 std::tr1::comp_ellint_3f(kf, nuf);
H A Dcheck_nan.cc35 float nuf = 0.0F; local
39 float a = std::tr1::comp_ellint_3(kf, nuf);
40 float b = std::tr1::comp_ellint_3f(kf, nuf);
61 float nuf = std::numeric_limits<float>::quiet_NaN(); local
65 float a = std::tr1::comp_ellint_3(kf, nuf);
66 float b = std::tr1::comp_ellint_3f(kf, nuf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/
H A Dcompile_2.cc29 float nuf = 1.0F / 3.0F, xf = 0.5F; local
33 cyl_bessel_i(nuf, xf);
34 cyl_bessel_if(nuf, xf);
H A Dcompile.cc30 float nuf = 1.0F / 3.0F, xf = 0.5F; local
34 std::tr1::cyl_bessel_i(nuf, xf);
35 std::tr1::cyl_bessel_if(nuf, xf);
H A Dcheck_nan.cc35 float nuf = 0.0F; local
39 float a = std::tr1::cyl_bessel_i(nuf, xf);
40 float b = std::tr1::cyl_bessel_if(nuf, xf);
61 float nuf = std::numeric_limits<float>::quiet_NaN(); local
65 float a = std::tr1::cyl_bessel_i(nuf, xf);
66 float b = std::tr1::cyl_bessel_if(nuf, xf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/
H A Dcompile_2.cc29 float nuf = 1.0F / 3.0F, xf = 0.5F; local
33 cyl_bessel_j(nuf, xf);
34 cyl_bessel_jf(nuf, xf);
H A Dcompile.cc29 float nuf = 1.0F / 3.0F, xf = 0.5F; local
33 std::tr1::cyl_bessel_j(nuf, xf);
34 std::tr1::cyl_bessel_jf(nuf, xf);
H A Dcheck_nan.cc35 float nuf = 0.0F; local
39 float a = std::tr1::cyl_bessel_j(nuf, xf);
40 float b = std::tr1::cyl_bessel_jf(nuf, xf);
61 float nuf = std::numeric_limits<float>::quiet_NaN(); local
65 float a = std::tr1::cyl_bessel_j(nuf, xf);
66 float b = std::tr1::cyl_bessel_jf(nuf, xf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/
H A Dcompile_2.cc29 float nuf = 1.0F / 3.0F, xf = 0.5F; local
33 cyl_bessel_k(nuf, xf);
34 cyl_bessel_kf(nuf, xf);
H A Dcompile.cc29 float nuf = 1.0F / 3.0F, xf = 0.5F; local
33 std::tr1::cyl_bessel_k(nuf, xf);
34 std::tr1::cyl_bessel_kf(nuf, xf);
H A Dcheck_nan.cc35 float nuf = 0.0F; local
39 float a = std::tr1::cyl_bessel_k(nuf, xf);
40 float b = std::tr1::cyl_bessel_kf(nuf, xf);
61 float nuf = std::numeric_limits<float>::quiet_NaN(); local
65 float a = std::tr1::cyl_bessel_k(nuf, xf);
66 float b = std::tr1::cyl_bessel_kf(nuf, xf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/
H A Dcompile_2.cc29 float nuf = 1.0F / 3.0F, xf = 0.5F; local
33 cyl_neumann(nuf, xf);
34 cyl_neumannf(nuf, xf);
H A Dcompile.cc29 float nuf = 1.0F / 3.0F, xf = 0.5F; local
33 std::tr1::cyl_neumann(nuf, xf);
34 std::tr1::cyl_neumannf(nuf, xf);
H A Dcheck_nan.cc35 float nuf = 0.0F; local
39 float a = std::tr1::cyl_neumann(nuf, xf);
40 float b = std::tr1::cyl_neumannf(nuf, xf);
61 float nuf = std::numeric_limits<float>::quiet_NaN(); local
65 float a = std::tr1::cyl_neumann(nuf, xf);
66 float b = std::tr1::cyl_neumannf(nuf, xf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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.cc35 float nuf = 0.2F; local
43 float a = std::tr1::ellint_3(kf, nuf, phif);
44 float b = std::tr1::ellint_3f(kf, nuf, phif);
65 float nuf = std::numeric_limits<float>::quiet_NaN(); local
73 float a = std::tr1::ellint_3(kf, nuf, phif);
74 float b = std::tr1::ellint_3f(kf, nuf, phif);
95 float nuf = 0.2F; local
103 float a = std::tr1::ellint_3(kf, nuf, phif);
104 float b = std::tr1::ellint_3f(kf, nuf, phif);

Completed in 75 milliseconds