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 D | round_fwd.hpp | 32 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 D | trunc.hpp | 74 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 D | math_fwd.hpp | 1474 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 D | default_ops.hpp | 2115 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()
|