Home
last modified time | relevance | path

Searched refs:jacobi_nc (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/compile_test/
H A Dsf_jacobi_incl_test.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<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.cpp72 check_result<float>(boost::math::jacobi_nc<float>(f, f)); in compile_and_link_test()
73 check_result<double>(boost::math::jacobi_nc<double>(d, d)); in compile_and_link_test()
75 check_result<long double>(boost::math::jacobi_nc<long double>(l, l)); in compile_and_link_test()
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_elliptic.mac108 log(jacobi_sc(u,m)+jacobi_nc(u,m));
110 integrate(jacobi_nc(u,m),u); /* A&S 16.24.8 */
180 te(jacobi_nc,4);
690 if complex_floatp(jacobi_nc(u1, k1))
691 and complex_floatp(jacobi_nc(rectform(u1), k1))
692 and (abs(jacobi_nc(rectform(u1), k1) - jacobi_nc(u1, k1)) < 1.0E-12) then true
693 else jacobi_nc(u1, k1) # jacobi_nc(rectform(u1), k1) ;
917 if complex_bfloatp(jacobi_nc(u1, k1))
918 and complex_bfloatp(jacobi_nc(rectform(u1), k1))
919 and (abs(jacobi_nc(rectform(u1), k1) - jacobi_nc(u1, k1)) < 1.0b-12) then true
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi()
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi()
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi()
/dports/databases/xtrabackup/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/databases/percona57-server/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/databases/percona57-client/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()
/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.hpp266 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta, const Policy& pol) in jacobi_nc() function
272 inline typename tools::promote_args<T, U>::type jacobi_nc(T k, U theta) in jacobi_nc() function
274 return jacobi_nc(k, theta, policies::policy<>()); in jacobi_nc()

1234567