Searched refs:lltrunc (Results 1 – 5 of 5) 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/ |
| H A D | trunc.hpp | 92 inline boost::long_long_type lltrunc(const T& v, const Policy& pol) in lltrunc() function 102 inline boost::long_long_type lltrunc(const T& v) in lltrunc() function 104 return lltrunc(v, policies::policy<>()); in lltrunc()
|
| H A D | math_fwd.hpp | 1074 …inline boost::long_long_type lltrunc(const T& v){ using boost::math::lltrunc; return lltrunc(v, Po…
|
| /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 | 37 boost::long_long_type lltrunc(const T& v, const Policy& pol); 39 boost::long_long_type lltrunc(const T& v);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | generic_interconvert.hpp | 407 boost::long_long_type ll = boost::math::lltrunc(val); in generic_interconvert_float2rational() 436 boost::long_long_type ll = boost::math::lltrunc(val); in generic_interconvert_float2rational() 482 boost::long_long_type ll = boost::math::lltrunc(val); in generic_interconvert_float2int() 505 boost::long_long_type ll = boost::math::lltrunc(val); in generic_interconvert_float2int()
|
| H A D | default_ops.hpp | 2143 inline boost::long_long_type lltrunc(const detail::expression<tag, A1, A2, A3, A4>& v, const Policy… in lltrunc() function 2152 inline boost::long_long_type lltrunc(const detail::expression<tag, A1, A2, A3, A4>& v) in lltrunc() function 2154 return lltrunc(v, boost::math::policies::policy<>()); in lltrunc() 2157 inline boost::long_long_type lltrunc(const number<T, ExpressionTemplates>& v, const Policy& pol) in lltrunc() function 2165 inline boost::long_long_type lltrunc(const number<T, ExpressionTemplates>& v) in lltrunc() function 2167 return lltrunc(v, boost::math::policies::policy<>()); in lltrunc()
|