Searched refs:itrunc (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/ |
| H A D | round_fwd.hpp | 28 int itrunc(const T& v, const Policy& pol); 30 int itrunc(const T& v); 87 using boost::math::itrunc;\
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | trunc.hpp | 58 inline int itrunc(const T& v, const Policy& pol) in itrunc() function 68 inline int itrunc(const T& v) in itrunc() function 70 return itrunc(v, policies::policy<>()); in itrunc()
|
| H A D | next.hpp | 726 distance -= itrunc(limit_distance); in float_advance_imp() 811 distance -= itrunc(limit_distance); in float_advance_imp()
|
| H A D | math_fwd.hpp | 1471 inline int itrunc(const T& v){ using boost::math::itrunc; return itrunc(v, Policy()); }\
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 2088 inline int itrunc(const detail::expression<tag, A1, A2, A3, A4>& v, const Policy& pol) in itrunc() function 2097 inline int itrunc(const detail::expression<tag, A1, A2, A3, A4>& v) in itrunc() function 2099 return itrunc(v, boost::math::policies::policy<>()); in itrunc() 2102 inline int itrunc(const number<Backend, ExpressionTemplates>& v, const Policy& pol) in itrunc() function 2110 inline int itrunc(const number<Backend, ExpressionTemplates>& v) in itrunc() function 2112 return itrunc(v, boost::math::policies::policy<>()); in itrunc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/ |
| H A D | calculate_constants.hpp | 807 boost::math::itrunc((std::numeric_limits<T>::digits10 + 1) * 1.3); in zeta_series_derivative_2()
|