Home
last modified time | relevance | path

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 Dtrunc.hpp92 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 Dmath_fwd.hpp1074 …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 Dround_fwd.hpp37 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 Dgeneric_interconvert.hpp407 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 Ddefault_ops.hpp2143 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()