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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/
H A Dcompile_2.cc31 long double thetal = 0.5L; local
37 sph_legendre(l, m, thetal);
38 sph_legendrel(l, m, thetal);
H A Dcompile.cc31 long double thetal = 0.5L; local
37 std::tr1::sph_legendre(l, m, thetal);
38 std::tr1::sph_legendrel(l, m, thetal);
H A Dcheck_nan.cc34 long double thetal = std::numeric_limits<long double>::quiet_NaN(); local
40 long double d = std::tr1::sph_legendre(l, m, thetal);
41 long double e = std::tr1::sph_legendrel(l, m, thetal);

Completed in 103 milliseconds