Home
last modified time | relevance | path

Searched refs:heuman_lambda (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/math/test/compile_test/
Dsf_heuman_lambda_incl_test.cpp18 check_result<float>(boost::math::heuman_lambda<float>(f, f)); in compile_and_link_test()
19 check_result<double>(boost::math::heuman_lambda<double>(d, d)); in compile_and_link_test()
21 check_result<long double>(boost::math::heuman_lambda<long double>(l, l)); in compile_and_link_test()
Dinstantiate.hpp253 boost::math::heuman_lambda(v1, v2); in instantiate()
472 boost::math::heuman_lambda(v1 * 1, v2 + 0); in instantiate()
649 boost::math::heuman_lambda(v1, v2, pol); in instantiate()
868 test::heuman_lambda(v1, v2); in instantiate()
1101 boost::math::heuman_lambda(i, l); in instantiate_mixed()
1102 boost::math::heuman_lambda(fr, lr); in instantiate_mixed()
1252 boost::math::heuman_lambda(i, l, pol); in instantiate_mixed()
1253 boost::math::heuman_lambda(fr, lr, pol); in instantiate_mixed()
1409 test::heuman_lambda(i, l); in instantiate_mixed()
1410 test::heuman_lambda(fr, lr); in instantiate_mixed()
/third_party/boost/boost/math/special_functions/
Dheuman_lambda.hpp71 inline typename tools::promote_args<T1, T2>::type heuman_lambda(T1 k, T2 phi, const Policy& pol) in heuman_lambda() function
79 inline typename tools::promote_args<T1, T2>::type heuman_lambda(T1 k, T2 phi) in heuman_lambda() function
81 return boost::math::heuman_lambda(k, phi, policies::policy<>()); in heuman_lambda()
Dmath_fwd.hpp389 typename tools::promote_args<T1, T2>::type heuman_lambda(T1 k, T2 phi);
392 typename tools::promote_args<T1, T2>::type heuman_lambda(T1 k, T2 phi, const Policy& pol);
1325 …ost::math::tools::promote_args<T1, T2>::type heuman_lambda(T1 k, T2 phi){ return boost::math::heum…
/third_party/boost/libs/math/tools/
Dheuman_lambda_data.cpp18 mp_t heuman_lambda(mp_t phi, mp_t k) in heuman_lambda() function
45 mp_t(*fp)(mp_t, mp_t) = &heuman_lambda; in cpp_main()
/third_party/boost/libs/math/test/
Dtest_heuman_lambda.hpp40 value_type(*fp2)(value_type, value_type) = boost::math::heuman_lambda; in do_test_heuman_lambda()
Dtest_autodiff_8.cpp34 boost::math::heuman_lambda(make_fvar<T, m>(x), make_fvar<T, m>(phi)); in BOOST_AUTO_TEST_CASE_TEMPLATE()
35 auto anchor_v = boost::math::heuman_lambda(x, phi); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/math/doc/sf/
Dellint_legendre.qbk525 [section:heuman_lambda Heuman Lambda Function]
530 #include <boost/math/special_functions/heuman_lambda.hpp>
536 ``__sf_result`` heuman_lambda(T1 k, T2 phi);
539 ``__sf_result`` heuman_lambda(T1 k, T2 phi, const ``__Policy``&);
547 [equation heuman_lambda]
581 [equation heuman_lambda]
586 [endsect] [/section:heuman_lambda Heuman Lambda Function]
Dellint_introduction.qbk180 [equation heuman_lambda]
/third_party/boost/libs/math/test/test_instances/
Dtest_instances.hpp231 …template tools::promote_args<BOOST_MATH_TEST_TYPE, BOOST_MATH_TEST_TYPE>::type heuman_lambda(BOOST…
233 …template tools::promote_args<BOOST_MATH_TEST_TYPE, BOOST_MATH_TEST_TYPE>::type heuman_lambda(BOOST…
/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp689 #define HEUMAN_LAMBDA_FUNCTION_TO_TEST boost::math::heuman_lambda
/third_party/boost/libs/math/doc/html/
Dstandalone_HTML.manifest226 math_toolkit/ellint/heuman_lambda.html
/third_party/boost/libs/math/doc/
Dmath.qbk215 [def __heuman_lambda [link math_toolkit.ellint.heuman_lambda heuman_lambda]]
/third_party/boost/libs/math/reporting/accuracy/doc/
Daccuracy_tables.qbk2122 [table:table_heuman_lambda Error rates for heuman_lambda
2807 [section:section_heuman_lambda heuman_lambda]