Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/
Dowens_t.hpp126 …inline unsigned short owens_t_get_order_imp(const unsigned short icode, RealType, const boost::int… in owens_t_get_order_imp() argument
130 BOOST_ASSERT(icode<18); in owens_t_get_order_imp()
132 return ord[icode]; in owens_t_get_order_imp()
136 …inline unsigned short owens_t_get_order_imp(const unsigned short icode, RealType, const boost::int… in owens_t_get_order_imp() argument
141 BOOST_ASSERT(icode<18); in owens_t_get_order_imp()
143 return ord[icode]; in owens_t_get_order_imp()
147 … inline unsigned short owens_t_get_order(const unsigned short icode, RealType r, const Policy&) in owens_t_get_order() argument
155 return owens_t_get_order_imp(icode, r, tag_type()); in owens_t_get_order()
804 const unsigned short icode = owens_t_compute_code(h, a); in owens_t_dispatch() local
805 … const unsigned short m = owens_t_get_order(icode, val /* just a dummy for the type */, pol); in owens_t_dispatch()
[all …]