Home
last modified time | relevance | path

Searched refs:jacobi_cs (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<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.cpp90 check_result<float>(boost::math::jacobi_cs<float>(f, f)); in compile_and_link_test()
91 check_result<double>(boost::math::jacobi_cs<double>(d, d)); in compile_and_link_test()
93 check_result<long double>(boost::math::jacobi_cs<long double>(l, l)); in compile_and_link_test()
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_elliptic.mac117 log(jacobi_ds(u,m)-jacobi_cs(u,m));
123 integrate(jacobi_cs(u,m),u); /* A&S 16.24.12 */
196 ni(jacobi_cs,1,2,1/2);
666 if complex_floatp(jacobi_cs(u1, k1))
667 and complex_floatp(jacobi_cs(rectform(u1), k1))
668 and (abs(jacobi_cs(rectform(u1), k1) - jacobi_cs(u1, k1)) < 1.0E-12) then true
669 else jacobi_cs(u1, k1) # jacobi_cs(rectform(u1), k1) ;
893 if complex_bfloatp(jacobi_cs(u1, k1))
894 and complex_bfloatp(jacobi_cs(rectform(u1), k1))
895 and (abs(jacobi_cs(rectform(u1), k1) - jacobi_cs(u1, k1)) < 1.0b-12) then true
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/sf/
H A Djacobi_elliptic.qbk41 jacobi_cs(k, u);
239 [section:jacobi_cs Jacobi Elliptic Function cs]
250 ``__sf_result`` jacobi_cs(T k, U u);
253 ``__sf_result`` jacobi_cs(T k, U u, const Policy& pol);
267 [graph jacobi_cs]
269 [endsect] [/section:jacobi_cs Jacobi Elliptic Function cs]
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/sf/
H A Djacobi_elliptic.qbk41 jacobi_cs(k, u);
239 [section:jacobi_cs Jacobi Elliptic Function cs]
250 ``__sf_result`` jacobi_cs(T k, U u);
253 ``__sf_result`` jacobi_cs(T k, U u, const Policy& pol);
267 [graph jacobi_cs]
269 [endsect] [/section:jacobi_cs Jacobi Elliptic Function cs]
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/sf/
H A Djacobi_elliptic.qbk41 jacobi_cs(k, u);
239 [section:jacobi_cs Jacobi Elliptic Function cs]
250 ``__sf_result`` jacobi_cs(T k, U u);
253 ``__sf_result`` jacobi_cs(T k, U u, const Policy& pol);
267 [graph jacobi_cs]
269 [endsect] [/section:jacobi_cs Jacobi Elliptic Function cs]
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/sf/
H A Djacobi_elliptic.qbk41 jacobi_cs(k, u);
239 [section:jacobi_cs Jacobi Elliptic Function cs]
250 ``__sf_result`` jacobi_cs(T k, U u);
253 ``__sf_result`` jacobi_cs(T k, U u, const Policy& pol);
267 [graph jacobi_cs]
269 [endsect] [/section:jacobi_cs Jacobi Elliptic Function cs]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi()
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi()
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi()
/dports/databases/xtrabackup/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/databases/percona57-server/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/databases/percona57-client/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Djacobi_elliptic.hpp305 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta, const Policy& pol) in jacobi_cs() function
314 inline typename tools::promote_args<T, U>::type jacobi_cs(T k, U theta) in jacobi_cs() function
316 return jacobi_cs(k, theta, policies::policy<>()); in jacobi_cs()

1234567