Home
last modified time | relevance | path

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 Dround_fwd.hpp28 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 Dtrunc.hpp58 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 Dnext.hpp726 distance -= itrunc(limit_distance); in float_advance_imp()
811 distance -= itrunc(limit_distance); in float_advance_imp()
H A Dmath_fwd.hpp1471 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 Ddefault_ops.hpp2088 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 Dcalculate_constants.hpp807 boost::math::itrunc((std::numeric_limits<T>::digits10 + 1) * 1.3); in zeta_series_derivative_2()