Searched defs:to_nearest (Results 1 – 9 of 9) sorted by relevance
39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest() function49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest() function59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest() function
65 static void to_nearest() { set_rounding_mode(FP_RN); } in to_nearest() function70 static void to_nearest() { set_rounding_mode(0x00000000); } in to_nearest() function
31 static void to_nearest() { set_rounding_mode(FE_TONEAREST); } in to_nearest() function
37 static void to_nearest() { set_rounding_mode(FE_TONEAREST); } in to_nearest() function
51 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } in to_nearest() function
48 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } in to_nearest() function
44 detail::to_nearest<T> to_nearest(T const& v) in to_nearest() function
33 struct to_nearest struct35 to_nearest(T const& v) : value(v) {} in to_nearest() argument36 T value;
29 static void to_nearest() {} in to_nearest() function