Home
last modified time | relevance | path

Searched refs:eval_round (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/
H A Ddefault_ops.hpp1035 void eval_round(T& result, const T& a);
1050 eval_round(n, result); in eval_remquo()
1233 inline void eval_round(T& result, const T& a) in eval_round() function
1648 eval_round(result, a); in eval_nearbyint()
2179 using default_ops::eval_round; in round()
2181 eval_round(result.backend(), v.backend()); in round()