Searched refs:eval_pow (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 D | pow.hpp | 91 inline typename enable_if<is_integral<U> >::type eval_pow(T& result, const T& t, const U& p) in eval_pow() function 460 inline void eval_pow(T& result, const T& x, const T& a) in eval_pow() function 469 eval_pow(t, x, a); in eval_pow() 566 eval_pow(da, x, t); in eval_pow() 613 eval_pow(result, fa, a); in eval_pow() 718 inline typename enable_if<is_floating_point<A>, void>::type eval_pow(T& result, const T& x, const A… in eval_pow() function 726 eval_pow(result, x, c); in eval_pow() 730 inline typename enable_if<is_arithmetic<A>, void>::type eval_pow(T& result, const A& x, const T& a) in eval_pow() function 736 eval_pow(result, c, a); in eval_pow() 763 eval_pow(result, temp, arg); in eval_exp2()
|