Searched defs:nearbyint (Results 1 – 5 of 5) sorted by relevance
35 static source_type nearbyint ( argument_type s ) in nearbyint() function57 static source_type nearbyint ( argument_type s ) in nearbyint() function76 static source_type nearbyint ( argument_type s ) in nearbyint() function95 static source_type nearbyint ( argument_type s ) in nearbyint() function
50 static inline source_type nearbyint(argument_type s, bool& is_ok) BOOST_NOEXCEPT { in nearbyint() function73 static inline source_type nearbyint(argument_type s, bool& /*is_ok*/) BOOST_NOEXCEPT { in nearbyint() function
465 static source_type nearbyint ( argument_type s ) { return s ; } in nearbyint() function519 static source_type nearbyint ( argument_type s ) { return s ; } in nearbyint() function
714 #define nearbyint(Val) __TGMATH_UNARY_REAL_ONLY (Val, nearbyint) macro