Home
last modified time | relevance | path

Searched defs:to_nearest (Results 1 – 7 of 7) 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/
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
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
Dalpha_rounding_control.hpp51 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } 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