Home
last modified time | relevance | path

Searched refs:to_nearest (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ext/
Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest() function
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest() function
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest() function
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Dx86_rounding_control.hpp39 unsigned short to_nearest;
51 static void to_nearest() { set_rounding_mode(rnd_mode.to_nearest); }
Dsparc_rounding_control.hpp65 static void to_nearest() { set_rounding_mode(FP_RN); } in to_nearest() function
70 static void to_nearest() { set_rounding_mode(0x00000000); } in to_nearest() function
Dalpha_rounding_control.hpp51 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } in to_nearest() function
69 static void to_nearest() { set_rounding_mode(FP_RND_RN); }
Dc99sub_rounding_control.hpp31 static void to_nearest() { set_rounding_mode(FE_TONEAREST); } in to_nearest() function
Dia64_rounding_control.hpp37 static void to_nearest() { set_rounding_mode(FE_TONEAREST); } in to_nearest() function
Dppc_rounding_control.hpp48 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } in to_nearest() function
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Drounding.hpp29 static void to_nearest() {} in to_nearest() function
Drounded_arith.hpp53 # define BOOST_NR(EXPR) this->to_nearest(); return this->force_rounding(EXPR)
87 this->to_nearest(); \