Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Dalpha_rounding_control.hpp39 struct alpha_rounding_control struct
41 typedef double rounding_mode;
43 static void set_rounding_mode(const rounding_mode mode) in set_rounding_mode()
46 static void get_rounding_mode(rounding_mode& mode) in get_rounding_mode()
49 static void downward() { set_rounding_mode(mode_downward.dmode); } in downward()
50 static void upward() { set_rounding_mode(mode_upward.dmode); } in upward()
51 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } in to_nearest()
52 static void toward_zero() { set_rounding_mode(mode_toward_zero.dmode); } in toward_zero()