Home
last modified time | relevance | path

Searched defs:eval_atan2 (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 Dtrig.hpp709 void eval_atan2(T& result, const T& y, const T& x) in eval_atan2() function
823 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const T& x, const A& … in eval_atan2() function
833 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const A& x, const T& … in eval_atan2() function