Searched refs: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 D | trig.hpp | 709 void eval_atan2(T& result, const T& y, const T& x) in eval_atan2() function 715 eval_atan2(result, temp, x); in eval_atan2() 721 eval_atan2(result, y, temp); in eval_atan2() 823 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const T& x, const A& … in eval_atan2() function 829 eval_atan2(result, x, c); in eval_atan2() 833 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const A& x, const T& … in eval_atan2() function 839 eval_atan2(result, c, a); in eval_atan2()
|