Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/interval/ext/
Dx86_fast_rounding_control.hpp40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward() function
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward() function
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward() function
/third_party/boost/boost/numeric/interval/detail/
Dsparc_rounding_control.hpp63 static void downward() { set_rounding_mode(FP_RM); } in downward() function
68 static void downward() { set_rounding_mode(0xc0000000); } in downward() function
Dc99sub_rounding_control.hpp29 static void downward() { set_rounding_mode(FE_DOWNWARD); } in downward() function
Dia64_rounding_control.hpp35 static void downward() { set_rounding_mode(FE_DOWNWARD); } in downward() function
Dalpha_rounding_control.hpp49 static void downward() { set_rounding_mode(mode_downward.dmode); } in downward() function
Dppc_rounding_control.hpp46 static void downward() { set_rounding_mode(mode_downward.dmode); } in downward() function
/third_party/boost/boost/numeric/interval/
Drounding.hpp28 static void downward() {} in downward() function
/third_party/boost/libs/numeric/interval/test/
Dadd.cpp115 void downward() { mode = RND_D; } in downward() function