Home
last modified time | relevance | path

Searched refs:ltrunc (Results 1 – 4 of 4) 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.hpp32 long ltrunc(const T& v, const Policy& pol);
34 long ltrunc(const T& v);
88 using boost::math::ltrunc;\
/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.hpp74 inline long ltrunc(const T& v, const Policy& pol) in ltrunc() function
84 inline long ltrunc(const T& v) in ltrunc() function
86 return ltrunc(v, policies::policy<>()); in ltrunc()
H A Dmath_fwd.hpp1474 inline long ltrunc(const T& v){ using boost::math::ltrunc; return ltrunc(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.hpp2115 inline long ltrunc(const detail::expression<tag, A1, A2, A3, A4>& v, const Policy& pol) in ltrunc() function
2124 inline long ltrunc(const detail::expression<tag, A1, A2, A3, A4>& v) in ltrunc() function
2126 return ltrunc(v, boost::math::policies::policy<>()); in ltrunc()
2129 inline long ltrunc(const number<T, ExpressionTemplates>& v, const Policy& pol) in ltrunc() function
2137 inline long ltrunc(const number<T, ExpressionTemplates>& v) in ltrunc() function
2139 return ltrunc(v, boost::math::policies::policy<>()); in ltrunc()