Home
last modified time | relevance | path

Searched defs:Trunc (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp29 struct Trunc struct
31 typedef S source_type ;
33 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ;
35 static source_type nearbyint ( argument_type s ) in nearbyint()
45 typedef mpl::integral_c< std::float_round_style, std::round_toward_zero> round_style ;