Home
last modified time | relevance | path

Searched defs: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 Dpow.hpp91 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
718 inline typename enable_if<is_floating_point<A>, void>::type eval_pow(T& result, const T& x, const A… in eval_pow() function
730 inline typename enable_if<is_arithmetic<A>, void>::type eval_pow(T& result, const A& x, const T& a) in eval_pow() function