Home
last modified time | relevance | path

Searched refs:jacobi_sd (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/databases/percona57-server/boost_1_59_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/databases/percona57-client/boost_1_59_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp60 check_result<float>(boost::math::jacobi_sd<float>(f, f)); in compile_and_link_test()
61 check_result<double>(boost::math::jacobi_sd<double>(d, d)); in compile_and_link_test()
63 check_result<long double>(boost::math::jacobi_sd<long double>(l, l)); in compile_and_link_test()
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_elliptic.mac96 log(sqrt(m)*jacobi_sd(u,m)+jacobi_nd(u,m))/sqrt(m);
99 integrate(jacobi_sd(u,m),u);
169 te(jacobi_sd,4);
714 if complex_floatp(jacobi_sd(u1, k1))
715 and complex_floatp(jacobi_sd(rectform(u1), k1))
716 and (abs(jacobi_sd(rectform(u1), k1) - jacobi_sd(u1, k1)) < 1.0E-12) then true
717 else jacobi_sd(u1, k1) # jacobi_sd(rectform(u1), k1) ;
941 if complex_bfloatp(jacobi_sd(u1, k1))
942 and complex_bfloatp(jacobi_sd(rectform(u1), k1))
943 and (abs(jacobi_sd(rectform(u1), k1) - jacobi_sd(u1, k1)) < 1.0b-12) then true
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi()
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi()
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi()
/dports/databases/xtrabackup/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/databases/percona57-server/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/databases/percona57-client/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/special_functions/
H A Djacobi_elliptic.hpp236 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta, const Policy& pol) in jacobi_sd() function
245 inline typename tools::promote_args<T, U>::type jacobi_sd(T k, U theta) in jacobi_sd() function
247 return jacobi_sd(k, theta, policies::policy<>()); in jacobi_sd()

1234567