Searched refs:normalize_value (Results 1 – 1 of 1) sorted by relevance
69 inline const T& normalize_value(const T& val, const mpl::false_&) { return val; } in normalize_value() function71 inline T normalize_value(const T& val, const mpl::true_&) in normalize_value() function267 …return detail::float_next_imp(detail::normalize_value(static_cast<result_type>(val), typename deta… in float_next()399 …return detail::float_prior_imp(detail::normalize_value(static_cast<result_type>(val), typename det… in float_prior()662 …p(detail::normalize_value(static_cast<result_type>(a), typename detail::has_hidden_guard_digits<re… in float_distance()846 …return detail::float_advance_imp(detail::normalize_value(static_cast<result_type>(val), typename d… in float_advance()