Home
last modified time | relevance | path

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

/third_party/boost/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
/third_party/boost/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
/third_party/boost/boost/geometry/index/
Ddistance_predicates.hpp44 detail::to_nearest<T> to_nearest(T const& v) in to_nearest() function
/third_party/boost/boost/geometry/index/detail/
Ddistance_predicates.hpp33 struct to_nearest struct
35 to_nearest(T const& v) : value(v) {} in to_nearest() argument
36 T value;
/third_party/boost/boost/numeric/interval/
Drounding.hpp29 static void to_nearest() {} in to_nearest() function