Home
last modified time | relevance | path

Searched refs:jacobi_ns (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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<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.cpp54 check_result<float>(boost::math::jacobi_ns<float>(f, f)); in compile_and_link_test()
55 check_result<double>(boost::math::jacobi_ns<double>(d, d)); in compile_and_link_test()
57 check_result<long double>(boost::math::jacobi_ns<long double>(l, l)); in compile_and_link_test()
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_elliptic.mac116 integrate(jacobi_ns(u,m),u); /* A&S 16.24.10 */
124 log(jacobi_ns(u,m)-jacobi_ds(u,m));
190 ni(jacobi_ns,1,2,1/2);
702 if complex_floatp(jacobi_ns(u1, k1))
703 and complex_floatp(jacobi_ns(rectform(u1), k1))
704 and (abs(jacobi_ns(rectform(u1), k1) - jacobi_ns(u1, k1)) < 1.0E-12) then true
705 else jacobi_ns(u1, k1) # jacobi_ns(rectform(u1), k1) ;
929 if complex_bfloatp(jacobi_ns(u1, k1))
930 and complex_bfloatp(jacobi_ns(rectform(u1), k1))
931 and (abs(jacobi_ns(rectform(u1), k1) - jacobi_ns(u1, k1)) < 1.0b-12) then true
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi()
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi()
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi()
/dports/databases/xtrabackup/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/databases/percona57-server/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/databases/percona57-client/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/special_functions/
H A Djacobi_elliptic.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()
/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.hpp223 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta, const Policy& pol) in jacobi_ns() function
230 inline typename tools::promote_args<T, U>::type jacobi_ns(T k, U theta) in jacobi_ns() function
232 return jacobi_ns(k, theta, policies::policy<>()); in jacobi_ns()

1234567