Home
last modified time | relevance | path

Searched refs:BESSEL_JN_FUNCTION_TO_TEST (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp31 #define BESSEL_JN_FUNCTION_TO_TEST std::cyl_bessel_j macro
89 #define BESSEL_JN_FUNCTION_TO_TEST ::jn macro
167 #define BESSEL_JN_FUNCTION_TO_TEST gsl_sf_bessel_Jn macro
344 #define BESSEL_JN_FUNCTION_TO_TEST J macro
554 #define BESSEL_JN_FUNCTION_TO_TEST jn macro
649 #define BESSEL_JN_FUNCTION_TO_TEST boost::math::cyl_bessel_j macro
/third_party/boost/libs/math/test/
Dtest_bessel_j.hpp60 #ifdef BESSEL_JN_FUNCTION_TO_TEST in cyl_bessel_j_int_wrapper()
61 return static_cast<T>(BESSEL_JN_FUNCTION_TO_TEST(boost::math::itrunc(v), x)); in cyl_bessel_j_int_wrapper()
71 #if !(defined(ERROR_REPORTING_MODE) && !defined(BESSEL_JN_FUNCTION_TO_TEST)) in do_test_cyl_bessel_j_int()