Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dpow.hpp142 void hyp1F0(T& H1F0, const T& a, const T& x) in hyp1F0() argument
151 BOOST_ASSERT(&H1F0 != &x); in hyp1F0()
152 BOOST_ASSERT(&H1F0 != &a); in hyp1F0()
158 eval_multiply(H1F0, pochham_a, x_pow_n_div_n_fact); in hyp1F0()
159 eval_add(H1F0, si_type(1)); in hyp1F0()
161 eval_ldexp(lim, H1F0, 1 - boost::multiprecision::detail::digits2<number<T, et_on> >::value()); in hyp1F0()
179 eval_add(H1F0, term); in hyp1F0()