예제 #1
0
inline lslboost::long_long_type lltrunc(const concepts::real_concept& v)
{ return lslboost::math::lltrunc(v.value(), policies::policy<>()); }
예제 #2
0
inline int itrunc(const concepts::real_concept& v)
{ return lslboost::math::itrunc(v.value(), policies::policy<>()); }
예제 #3
0
inline lslboost::long_long_type lltrunc(const concepts::real_concept& v, const Policy& pol)
{ return lslboost::math::lltrunc(v.value(), pol); }
예제 #4
0
inline long lround(const concepts::real_concept& v)
{ return lslboost::math::lround(v.value(), policies::policy<>()); }
예제 #5
0
inline int itrunc(const concepts::real_concept& v, const Policy& pol)
{ return lslboost::math::itrunc(v.value(), pol); }
예제 #6
0
inline long ltrunc(const concepts::real_concept& v)
{ return boost::math::ltrunc(v.value(), policies::policy<>()); }
예제 #7
0
inline long lround(const concepts::real_concept& v, const Policy& pol)
{ return lslboost::math::lround(v.value(), pol); }
예제 #8
0
inline long ltrunc(const concepts::real_concept& v, const Policy& pol)
{ return boost::math::ltrunc(v.value(), pol); }
예제 #9
0
inline boost::long_long_type llround(const concepts::real_concept& v)
{ return boost::math::llround(v.value(), policies::policy<>()); }
예제 #10
0
inline boost::long_long_type llround(const concepts::real_concept& v, const Policy& pol)
{ return boost::math::llround(v.value(), pol); }
예제 #11
0
inline int iround(const concepts::real_concept& v)
{ return boost::math::iround(v.value(), policies::policy<>()); }
예제 #12
0
inline int iround(const concepts::real_concept& v, const Policy& pol)
{ return boost::math::iround(v.value(), pol); }