Home
last modified time | relevance | path

Searched refs:pow_imp (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.hpp23 inline void pow_imp(T& result, const T& t, const U& p, const mpl::false_&) in pow_imp() function
36 pow_imp(temp, t, p, mpl::false_()); in pow_imp()
70 inline void pow_imp(T& result, const T& t, const U& p, const mpl::true_&) in pow_imp() function
81 pow_imp(denom, t, static_cast<ui_type>(-p), mpl::false_()); in pow_imp()
85 pow_imp(result, t, static_cast<ui_type>(p), mpl::false_()); in pow_imp()
93 detail::pow_imp(result, t, p, boost::is_signed<U>()); in eval_pow()
277 detail::pow_imp(result, get_constant_e<T>(), ll, mpl::true_()); in eval_exp()
325 detail::pow_imp(exp_series, result, p2, mpl::true_()); in eval_exp()
590 detail::pow_imp(result, x, an, mpl::true_()); in eval_pow()
683 detail::pow_imp(t, x, an, mpl::true_()); in eval_pow()
[all …]